summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio')
-rw-r--r--doc/html/boost_asio/example/cpp03/allocation/server.cpp (renamed from doc/html/boost_asio/example/allocation/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/buffers/reference_counted.cpp (renamed from doc/html/boost_asio/example/buffers/reference_counted.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/chat/chat_client.cpp (renamed from doc/html/boost_asio/example/chat/chat_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/chat/chat_message.hpp (renamed from doc/html/boost_asio/example/chat/chat_message.hpp)4
-rw-r--r--doc/html/boost_asio/example/cpp03/chat/chat_server.cpp (renamed from doc/html/boost_asio/example/chat/chat_server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/chat/posix_chat_client.cpp (renamed from doc/html/boost_asio/example/chat/posix_chat_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp (renamed from doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/async_udp_echo_server.cpp (renamed from doc/html/boost_asio/example/echo/async_udp_echo_server.cpp)6
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_client.cpp (renamed from doc/html/boost_asio/example/echo/blocking_tcp_echo_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_server.cpp (renamed from doc/html/boost_asio/example/echo/blocking_tcp_echo_server.cpp)4
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_client.cpp (renamed from doc/html/boost_asio/example/echo/blocking_udp_echo_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_server.cpp (renamed from doc/html/boost_asio/example/echo/blocking_udp_echo_server.cpp)4
-rw-r--r--doc/html/boost_asio/example/cpp03/fork/daemon.cpp (renamed from doc/html/boost_asio/example/fork/daemon.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/fork/process_per_connection.cpp (renamed from doc/html/boost_asio/example/fork/process_per_connection.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/client/async_client.cpp (renamed from doc/html/boost_asio/example/http/client/async_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/client/sync_client.cpp (renamed from doc/html/boost_asio/example/http/client/sync_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/connection.cpp (renamed from doc/html/boost_asio/example/http/server/connection.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/connection.hpp (renamed from doc/html/boost_asio/example/http/server/connection.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/connection_manager.cpp (renamed from doc/html/boost_asio/example/http/server/connection_manager.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/connection_manager.hpp (renamed from doc/html/boost_asio/example/http/server/connection_manager.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/header.hpp (renamed from doc/html/boost_asio/example/http/server/header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/main.cpp (renamed from doc/html/boost_asio/example/http/server/main.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/mime_types.cpp (renamed from doc/html/boost_asio/example/http/server/mime_types.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/mime_types.hpp (renamed from doc/html/boost_asio/example/http/server/mime_types.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/reply.cpp (renamed from doc/html/boost_asio/example/http/server/reply.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/reply.hpp (renamed from doc/html/boost_asio/example/http/server/reply.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/request.hpp (renamed from doc/html/boost_asio/example/http/server/request.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/request_handler.cpp (renamed from doc/html/boost_asio/example/http/server/request_handler.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/request_handler.hpp (renamed from doc/html/boost_asio/example/http/server/request_handler.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/request_parser.cpp (renamed from doc/html/boost_asio/example/http/server/request_parser.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/request_parser.hpp (renamed from doc/html/boost_asio/example/http/server/request_parser.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/server.cpp (renamed from doc/html/boost_asio/example/http/server/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server/server.hpp (renamed from doc/html/boost_asio/example/http/server/server.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/connection.cpp (renamed from doc/html/boost_asio/example/http/server2/connection.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/connection.hpp (renamed from doc/html/boost_asio/example/http/server2/connection.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/header.hpp (renamed from doc/html/boost_asio/example/http/server2/header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.cpp (renamed from doc/html/boost_asio/example/http/server2/io_service_pool.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.hpp (renamed from doc/html/boost_asio/example/http/server2/io_service_pool.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/main.cpp (renamed from doc/html/boost_asio/example/http/server2/main.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/mime_types.cpp (renamed from doc/html/boost_asio/example/http/server2/mime_types.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/mime_types.hpp (renamed from doc/html/boost_asio/example/http/server2/mime_types.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/reply.cpp (renamed from doc/html/boost_asio/example/http/server2/reply.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/reply.hpp (renamed from doc/html/boost_asio/example/http/server2/reply.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/request.hpp (renamed from doc/html/boost_asio/example/http/server2/request.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/request_handler.cpp (renamed from doc/html/boost_asio/example/http/server2/request_handler.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/request_handler.hpp (renamed from doc/html/boost_asio/example/http/server2/request_handler.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/request_parser.cpp (renamed from doc/html/boost_asio/example/http/server2/request_parser.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/request_parser.hpp (renamed from doc/html/boost_asio/example/http/server2/request_parser.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/server.cpp (renamed from doc/html/boost_asio/example/http/server2/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server2/server.hpp (renamed from doc/html/boost_asio/example/http/server2/server.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/connection.cpp (renamed from doc/html/boost_asio/example/http/server3/connection.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/connection.hpp (renamed from doc/html/boost_asio/example/http/server3/connection.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/header.hpp (renamed from doc/html/boost_asio/example/http/server3/header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/main.cpp (renamed from doc/html/boost_asio/example/http/server3/main.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/mime_types.cpp (renamed from doc/html/boost_asio/example/http/server3/mime_types.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/mime_types.hpp (renamed from doc/html/boost_asio/example/http/server3/mime_types.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/reply.cpp (renamed from doc/html/boost_asio/example/http/server3/reply.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/reply.hpp (renamed from doc/html/boost_asio/example/http/server3/reply.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/request.hpp (renamed from doc/html/boost_asio/example/http/server3/request.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/request_handler.cpp (renamed from doc/html/boost_asio/example/http/server3/request_handler.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/request_handler.hpp (renamed from doc/html/boost_asio/example/http/server3/request_handler.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/request_parser.cpp (renamed from doc/html/boost_asio/example/http/server3/request_parser.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/request_parser.hpp (renamed from doc/html/boost_asio/example/http/server3/request_parser.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/server.cpp (renamed from doc/html/boost_asio/example/http/server3/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server3/server.hpp (renamed from doc/html/boost_asio/example/http/server3/server.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/file_handler.cpp (renamed from doc/html/boost_asio/example/http/server4/file_handler.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/file_handler.hpp (renamed from doc/html/boost_asio/example/http/server4/file_handler.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/header.hpp (renamed from doc/html/boost_asio/example/http/server4/header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/main.cpp (renamed from doc/html/boost_asio/example/http/server4/main.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/mime_types.cpp (renamed from doc/html/boost_asio/example/http/server4/mime_types.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/mime_types.hpp (renamed from doc/html/boost_asio/example/http/server4/mime_types.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/reply.cpp (renamed from doc/html/boost_asio/example/http/server4/reply.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/reply.hpp (renamed from doc/html/boost_asio/example/http/server4/reply.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/request.hpp (renamed from doc/html/boost_asio/example/http/server4/request.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/request_parser.cpp (renamed from doc/html/boost_asio/example/http/server4/request_parser.cpp)8
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/request_parser.hpp (renamed from doc/html/boost_asio/example/http/server4/request_parser.hpp)6
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/server.cpp (renamed from doc/html/boost_asio/example/http/server4/server.cpp)8
-rw-r--r--doc/html/boost_asio/example/cpp03/http/server4/server.hpp (renamed from doc/html/boost_asio/example/http/server4/server.hpp)5
-rw-r--r--doc/html/boost_asio/example/cpp03/icmp/icmp_header.hpp (renamed from doc/html/boost_asio/example/icmp/icmp_header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/icmp/ipv4_header.hpp (renamed from doc/html/boost_asio/example/icmp/ipv4_header.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/icmp/ping.cpp (renamed from doc/html/boost_asio/example/icmp/ping.cpp)6
-rw-r--r--doc/html/boost_asio/example/cpp03/invocation/prioritised_handlers.cpp (renamed from doc/html/boost_asio/example/invocation/prioritised_handlers.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/iostreams/daytime_client.cpp (renamed from doc/html/boost_asio/example/iostreams/daytime_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/iostreams/daytime_server.cpp (renamed from doc/html/boost_asio/example/iostreams/daytime_server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/iostreams/http_client.cpp (renamed from doc/html/boost_asio/example/iostreams/http_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/local/connect_pair.cpp (renamed from doc/html/boost_asio/example/local/connect_pair.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/local/iostream_client.cpp (renamed from doc/html/boost_asio/example/local/iostream_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/local/stream_client.cpp (renamed from doc/html/boost_asio/example/local/stream_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/local/stream_server.cpp (renamed from doc/html/boost_asio/example/local/stream_server.cpp)11
-rw-r--r--doc/html/boost_asio/example/cpp03/multicast/receiver.cpp (renamed from doc/html/boost_asio/example/multicast/receiver.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/multicast/sender.cpp (renamed from doc/html/boost_asio/example/multicast/sender.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/nonblocking/third_party_lib.cpp (renamed from doc/html/boost_asio/example/nonblocking/third_party_lib.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/porthopper/client.cpp (renamed from doc/html/boost_asio/example/porthopper/client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/porthopper/protocol.hpp (renamed from doc/html/boost_asio/example/porthopper/protocol.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/porthopper/server.cpp (renamed from doc/html/boost_asio/example/porthopper/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/serialization/client.cpp (renamed from doc/html/boost_asio/example/serialization/client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/serialization/connection.hpp (renamed from doc/html/boost_asio/example/serialization/connection.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/serialization/server.cpp (renamed from doc/html/boost_asio/example/serialization/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/serialization/stock.hpp (renamed from doc/html/boost_asio/example/serialization/stock.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/basic_logger.hpp (renamed from doc/html/boost_asio/example/services/basic_logger.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/daytime_client.cpp (renamed from doc/html/boost_asio/example/services/daytime_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/logger.hpp (renamed from doc/html/boost_asio/example/services/logger.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/logger_service.cpp (renamed from doc/html/boost_asio/example/services/logger_service.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/logger_service.hpp (renamed from doc/html/boost_asio/example/services/logger_service.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/services/stream_socket_service.hpp (renamed from doc/html/boost_asio/example/services/stream_socket_service.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/socks4/socks4.hpp (renamed from doc/html/boost_asio/example/socks4/socks4.hpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/socks4/sync_client.cpp (renamed from doc/html/boost_asio/example/socks4/sync_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp122
-rw-r--r--doc/html/boost_asio/example/cpp03/ssl/client.cpp (renamed from doc/html/boost_asio/example/ssl/client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/ssl/server.cpp (renamed from doc/html/boost_asio/example/ssl/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timeouts/async_tcp_client.cpp (renamed from doc/html/boost_asio/example/timeouts/async_tcp_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timeouts/blocking_tcp_client.cpp (renamed from doc/html/boost_asio/example/timeouts/blocking_tcp_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timeouts/blocking_udp_client.cpp (renamed from doc/html/boost_asio/example/timeouts/blocking_udp_client.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timeouts/server.cpp (renamed from doc/html/boost_asio/example/timeouts/server.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timers/tick_count_timer.cpp (renamed from doc/html/boost_asio/example/timers/tick_count_timer.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/timers/time_t_timer.cpp (renamed from doc/html/boost_asio/example/timers/time_t_timer.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp03/windows/transmit_file.cpp (renamed from doc/html/boost_asio/example/windows/transmit_file.cpp)2
-rw-r--r--doc/html/boost_asio/example/cpp11/allocation/server.cpp215
-rw-r--r--doc/html/boost_asio/example/cpp11/buffers/reference_counted.cpp123
-rw-r--r--doc/html/boost_asio/example/cpp11/chat/chat_client.cpp167
-rw-r--r--doc/html/boost_asio/example/cpp11/chat/chat_message.hpp91
-rw-r--r--doc/html/boost_asio/example/cpp11/chat/chat_server.cpp229
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp116
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/async_udp_echo_server.cpp82
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp55
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp76
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp57
-rw-r--r--doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp52
-rw-r--r--doc/html/boost_asio/example/cpp11/futures/daytime_client.cpp94
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/connection.cpp94
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/connection.hpp79
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/connection_manager.cpp40
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/connection_manager.hpp48
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/header.hpp28
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/main.cpp43
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/mime_types.cpp45
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/mime_types.hpp27
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/reply.cpp255
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/reply.hpp64
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/request.hpp34
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/request_handler.cpp121
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/request_handler.hpp47
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/request_parser.cpp315
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/request_parser.hpp96
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/server.cpp94
-rw-r--r--doc/html/boost_asio/example/cpp11/http/server/server.hpp67
-rw-r--r--doc/html/boost_asio/example/cpp11/spawn/echo_server.cpp108
-rw-r--r--doc/html/boost_asio/example/http/server4/coroutine.hpp87
-rw-r--r--doc/html/boost_asio/example/http/server4/unyield.hpp21
-rw-r--r--doc/html/boost_asio/example/http/server4/yield.hpp23
-rw-r--r--doc/html/boost_asio/examples.html609
-rw-r--r--doc/html/boost_asio/examples/cpp03_examples.html641
-rw-r--r--doc/html/boost_asio/examples/cpp11_examples.html198
-rw-r--r--doc/html/boost_asio/history.html602
-rw-r--r--doc/html/boost_asio/index.html263
-rw-r--r--doc/html/boost_asio/overview.html29
-rw-r--r--doc/html/boost_asio/overview/core.html12
-rw-r--r--doc/html/boost_asio/overview/core/allocation.html11
-rw-r--r--doc/html/boost_asio/overview/core/async.html16
-rw-r--r--doc/html/boost_asio/overview/core/basics.html4
-rw-r--r--doc/html/boost_asio/overview/core/buffers.html22
-rw-r--r--doc/html/boost_asio/overview/core/coroutine.html91
-rw-r--r--doc/html/boost_asio/overview/core/handler_tracking.html14
-rw-r--r--doc/html/boost_asio/overview/core/line_based.html8
-rw-r--r--doc/html/boost_asio/overview/core/reactor.html9
-rw-r--r--doc/html/boost_asio/overview/core/spawn.html154
-rw-r--r--doc/html/boost_asio/overview/core/strands.html11
-rw-r--r--doc/html/boost_asio/overview/core/streams.html14
-rw-r--r--doc/html/boost_asio/overview/core/threads.html18
-rw-r--r--doc/html/boost_asio/overview/cpp2011.html7
-rw-r--r--doc/html/boost_asio/overview/cpp2011/array.html6
-rw-r--r--doc/html/boost_asio/overview/cpp2011/atomic.html4
-rw-r--r--doc/html/boost_asio/overview/cpp2011/chrono.html10
-rw-r--r--doc/html/boost_asio/overview/cpp2011/futures.html81
-rw-r--r--doc/html/boost_asio/overview/cpp2011/move_handlers.html4
-rw-r--r--doc/html/boost_asio/overview/cpp2011/move_objects.html4
-rw-r--r--doc/html/boost_asio/overview/cpp2011/shared_ptr.html4
-rw-r--r--doc/html/boost_asio/overview/cpp2011/variadic.html4
-rw-r--r--doc/html/boost_asio/overview/implementation.html172
-rw-r--r--doc/html/boost_asio/overview/networking.html16
-rw-r--r--doc/html/boost_asio/overview/networking/bsd_sockets.html4
-rw-r--r--doc/html/boost_asio/overview/networking/iostreams.html17
-rw-r--r--doc/html/boost_asio/overview/networking/other_protocols.html155
-rw-r--r--doc/html/boost_asio/overview/networking/protocols.html32
-rw-r--r--doc/html/boost_asio/overview/posix.html4
-rw-r--r--doc/html/boost_asio/overview/posix/fork.html8
-rw-r--r--doc/html/boost_asio/overview/posix/local.html14
-rw-r--r--doc/html/boost_asio/overview/posix/stream_descriptor.html11
-rw-r--r--doc/html/boost_asio/overview/rationale.html6
-rw-r--r--doc/html/boost_asio/overview/serial_ports.html10
-rw-r--r--doc/html/boost_asio/overview/signals.html10
-rw-r--r--doc/html/boost_asio/overview/ssl.html18
-rw-r--r--doc/html/boost_asio/overview/timers.html6
-rw-r--r--doc/html/boost_asio/overview/windows.html4
-rw-r--r--doc/html/boost_asio/overview/windows/object_handle.html10
-rw-r--r--doc/html/boost_asio/overview/windows/random_access_handle.html8
-rw-r--r--doc/html/boost_asio/overview/windows/stream_handle.html8
-rw-r--r--doc/html/boost_asio/reference.html135
-rw-r--r--doc/html/boost_asio/reference/AcceptHandler.html6
-rw-r--r--doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html4
-rw-r--r--doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html4
-rw-r--r--doc/html/boost_asio/reference/AsyncReadStream.html4
-rw-r--r--doc/html/boost_asio/reference/AsyncWriteStream.html10
-rw-r--r--doc/html/boost_asio/reference/BufferedHandshakeHandler.html99
-rw-r--r--doc/html/boost_asio/reference/CompletionHandler.html12
-rw-r--r--doc/html/boost_asio/reference/ComposedConnectHandler.html6
-rw-r--r--doc/html/boost_asio/reference/ConnectHandler.html6
-rw-r--r--doc/html/boost_asio/reference/ConstBufferSequence.html4
-rw-r--r--doc/html/boost_asio/reference/ConvertibleToConstBuffer.html4
-rw-r--r--doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html4
-rw-r--r--doc/html/boost_asio/reference/DatagramSocketService.html4
-rw-r--r--doc/html/boost_asio/reference/DescriptorService.html4
-rw-r--r--doc/html/boost_asio/reference/Endpoint.html4
-rw-r--r--doc/html/boost_asio/reference/GettableSerialPortOption.html4
-rw-r--r--doc/html/boost_asio/reference/GettableSocketOption.html4
-rw-r--r--doc/html/boost_asio/reference/HandleService.html4
-rw-r--r--doc/html/boost_asio/reference/Handler.html4
-rw-r--r--doc/html/boost_asio/reference/HandshakeHandler.html6
-rw-r--r--doc/html/boost_asio/reference/InternetProtocol.html4
-rw-r--r--doc/html/boost_asio/reference/IoControlCommand.html4
-rw-r--r--doc/html/boost_asio/reference/IoObjectService.html4
-rw-r--r--doc/html/boost_asio/reference/MutableBufferSequence.html4
-rw-r--r--doc/html/boost_asio/reference/ObjectHandleService.html4
-rw-r--r--doc/html/boost_asio/reference/Protocol.html4
-rw-r--r--doc/html/boost_asio/reference/RandomAccessHandleService.html4
-rw-r--r--doc/html/boost_asio/reference/RawSocketService.html4
-rw-r--r--doc/html/boost_asio/reference/ReadHandler.html6
-rw-r--r--doc/html/boost_asio/reference/ResolveHandler.html6
-rw-r--r--doc/html/boost_asio/reference/ResolverService.html4
-rw-r--r--doc/html/boost_asio/reference/SeqPacketSocketService.html4
-rw-r--r--doc/html/boost_asio/reference/SerialPortService.html4
-rw-r--r--doc/html/boost_asio/reference/Service.html4
-rw-r--r--doc/html/boost_asio/reference/SettableSerialPortOption.html4
-rw-r--r--doc/html/boost_asio/reference/SettableSocketOption.html4
-rw-r--r--doc/html/boost_asio/reference/ShutdownHandler.html6
-rw-r--r--doc/html/boost_asio/reference/SignalHandler.html6
-rw-r--r--doc/html/boost_asio/reference/SignalSetService.html4
-rw-r--r--doc/html/boost_asio/reference/SocketAcceptorService.html4
-rw-r--r--doc/html/boost_asio/reference/SocketService.html4
-rw-r--r--doc/html/boost_asio/reference/StreamDescriptorService.html4
-rw-r--r--doc/html/boost_asio/reference/StreamHandleService.html4
-rw-r--r--doc/html/boost_asio/reference/StreamSocketService.html4
-rw-r--r--doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html4
-rw-r--r--doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html4
-rw-r--r--doc/html/boost_asio/reference/SyncReadStream.html4
-rw-r--r--doc/html/boost_asio/reference/SyncWriteStream.html4
-rw-r--r--doc/html/boost_asio/reference/TimeTraits.html4
-rw-r--r--doc/html/boost_asio/reference/TimerService.html4
-rw-r--r--doc/html/boost_asio/reference/WaitHandler.html6
-rw-r--r--doc/html/boost_asio/reference/WaitTraits.html4
-rw-r--r--doc/html/boost_asio/reference/WaitableTimerService.html4
-rw-r--r--doc/html/boost_asio/reference/WriteHandler.html6
-rw-r--r--doc/html/boost_asio/reference/add_service.html20
-rw-r--r--doc/html/boost_asio/reference/asio_handler_allocate.html22
-rw-r--r--doc/html/boost_asio/reference/asio_handler_deallocate.html18
-rw-r--r--doc/html/boost_asio/reference/asio_handler_invoke.html38
-rw-r--r--doc/html/boost_asio/reference/asio_handler_invoke/overload1.html53
-rw-r--r--doc/html/boost_asio/reference/asio_handler_invoke/overload2.html53
-rw-r--r--doc/html/boost_asio/reference/asio_handler_is_continuation.html83
-rw-r--r--doc/html/boost_asio/reference/async_connect.html26
-rw-r--r--doc/html/boost_asio/reference/async_connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/async_connect/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/async_connect/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/async_connect/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/async_read.html20
-rw-r--r--doc/html/boost_asio/reference/async_read/overload1.html25
-rw-r--r--doc/html/boost_asio/reference/async_read/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/async_read/overload3.html23
-rw-r--r--doc/html/boost_asio/reference/async_read/overload4.html21
-rw-r--r--doc/html/boost_asio/reference/async_read_at.html28
-rw-r--r--doc/html/boost_asio/reference/async_read_at/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/async_read_at/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/async_read_at/overload3.html16
-rw-r--r--doc/html/boost_asio/reference/async_read_at/overload4.html14
-rw-r--r--doc/html/boost_asio/reference/async_read_until.html22
-rw-r--r--doc/html/boost_asio/reference/async_read_until/overload1.html29
-rw-r--r--doc/html/boost_asio/reference/async_read_until/overload2.html29
-rw-r--r--doc/html/boost_asio/reference/async_read_until/overload3.html30
-rw-r--r--doc/html/boost_asio/reference/async_read_until/overload4.html37
-rw-r--r--doc/html/boost_asio/reference/async_result.html146
-rw-r--r--doc/html/boost_asio/reference/async_result/async_result.html55
-rw-r--r--doc/html/boost_asio/reference/async_result/get.html49
-rw-r--r--doc/html/boost_asio/reference/async_result/type.html59
-rw-r--r--doc/html/boost_asio/reference/async_write.html26
-rw-r--r--doc/html/boost_asio/reference/async_write/overload1.html23
-rw-r--r--doc/html/boost_asio/reference/async_write/overload2.html23
-rw-r--r--doc/html/boost_asio/reference/async_write/overload3.html21
-rw-r--r--doc/html/boost_asio/reference/async_write/overload4.html21
-rw-r--r--doc/html/boost_asio/reference/async_write_at.html28
-rw-r--r--doc/html/boost_asio/reference/async_write_at/overload1.html23
-rw-r--r--doc/html/boost_asio/reference/async_write_at/overload2.html23
-rw-r--r--doc/html/boost_asio/reference/async_write_at/overload3.html21
-rw-r--r--doc/html/boost_asio/reference/async_write_at/overload4.html21
-rw-r--r--doc/html/boost_asio/reference/asynchronous_operations.html65
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket.html36
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html19
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html17
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html40
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html22
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html47
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html75
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html79
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_to.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer.html32
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/time_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/wait.html6
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_io_object.html20
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/basic_io_object.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/operator_eq_.html8
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_io_object/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket.html36
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html40
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html22
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html47
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html75
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html79
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_from.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_to.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket.html36
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html40
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html22
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html48
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html77
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html80
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/send.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port.html26
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/async_read_some.html16
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/async_write_some.html16
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html10
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/open/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/open/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/send_break.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set.html34
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/add.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/add/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/add/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/async_wait.html14
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/clear.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/remove.html6
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_signal_set/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket.html35
-rw-r--r--doc/html/boost_asio/reference/basic_socket/_basic_socket.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket.html40
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_socket/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/close/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/connect/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_socket/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/operator_eq_.html47
-rw-r--r--doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html75
-rw-r--r--doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html79
-rw-r--r--doc/html/boost_asio/reference/basic_socket/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor.html38
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/accept.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html40
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html24
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html19
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html15
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/listen.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html47
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html75
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html79
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/error.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_iostream/time_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf.html22
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/bind.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/error.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/sync.html6
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html12
-rw-r--r--doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket.html36
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/assign.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_connect.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html16
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_receive.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_send.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html16
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/available.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html40
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html22
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html22
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html24
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html80
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/bind.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/close.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/connect.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/debug.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/linger.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html38
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/open.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html47
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html75
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html79
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf.html20
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html6
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/commit.html23
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/consume.html23
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/data.html10
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/max_size.html8
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/overflow.html6
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/prepare.html14
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/reserve.html6
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/size.html8
-rw-r--r--doc/html/boost_asio/reference/basic_streambuf/underflow.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer.html50
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/duration.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html14
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/service.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/time_point.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html12
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/wait.html6
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/basic_yield_context.html175
-rw-r--r--doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html57
-rw-r--r--doc/html/boost_asio/reference/basic_yield_context/callee_type.html69
-rw-r--r--doc/html/boost_asio/reference/basic_yield_context/caller_type.html69
-rw-r--r--doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html69
-rw-r--r--doc/html/boost_asio/reference/buffer.html39
-rw-r--r--doc/html/boost_asio/reference/buffer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload10.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload11.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload12.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload13.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload14.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload15.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload16.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload17.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload18.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload19.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload20.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload21.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload22.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload23.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload24.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload25.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload26.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload27.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload28.html8
-rw-r--r--doc/html/boost_asio/reference/buffer/overload3.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload4.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload5.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload6.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload7.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload8.html6
-rw-r--r--doc/html/boost_asio/reference/buffer/overload9.html6
-rw-r--r--doc/html/boost_asio/reference/buffer_cast.html14
-rw-r--r--doc/html/boost_asio/reference/buffer_cast/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_cast/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_copy.html21
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload10.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload11.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload12.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload13.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload14.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload15.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload16.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload17.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload18.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload19.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload20.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload21.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload22.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload23.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload24.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload25.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload26.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload27.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload28.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload29.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload3.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload30.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload4.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload5.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload6.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload7.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload8.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_copy/overload9.html18
-rw-r--r--doc/html/boost_asio/reference/buffer_size.html12
-rw-r--r--doc/html/boost_asio/reference/buffer_size/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_size/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_size/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_size/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/buffer_size/overload5.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream.html24
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/async_fill.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/close.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/fill.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/in_avail.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html12
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/next_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html14
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/peek.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream.html22
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/async_fill.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/async_flush.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/buffered_stream.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/close.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/close/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/close/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/fill.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/fill/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/fill/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/flush.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/flush/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/flush/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/in_avail.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html12
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/next_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/next_layer_type.html14
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/peek.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/peek/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/peek/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream.html24
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/async_flush.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/close.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/flush.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/in_avail.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html12
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/next_layer.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html14
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/peek.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffers_begin.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_end.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator.html16
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/begin.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/difference_type.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/end.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/iterator_category.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator__star_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html6
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/pointer.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/reference.html12
-rw-r--r--doc/html/boost_asio/reference/buffers_iterator/value_type.html12
-rw-r--r--doc/html/boost_asio/reference/connect.html12
-rw-r--r--doc/html/boost_asio/reference/connect/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/connect/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/connect/overload3.html16
-rw-r--r--doc/html/boost_asio/reference/connect/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/connect/overload5.html18
-rw-r--r--doc/html/boost_asio/reference/connect/overload6.html14
-rw-r--r--doc/html/boost_asio/reference/connect/overload7.html16
-rw-r--r--doc/html/boost_asio/reference/connect/overload8.html12
-rw-r--r--doc/html/boost_asio/reference/const_buffer.html16
-rw-r--r--doc/html/boost_asio/reference/const_buffer/const_buffer.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffer/operator_plus_.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1.html16
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/begin.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/const_iterator.html12
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/end.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html6
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/const_buffers_1/value_type.html24
-rw-r--r--doc/html/boost_asio/reference/coroutine.html454
-rw-r--r--doc/html/boost_asio/reference/coroutine/coroutine.html49
-rw-r--r--doc/html/boost_asio/reference/coroutine/is_child.html49
-rw-r--r--doc/html/boost_asio/reference/coroutine/is_complete.html50
-rw-r--r--doc/html/boost_asio/reference/coroutine/is_parent.html49
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service.html35
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/async_connect.html8
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/async_receive.html8
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html8
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/async_send.html8
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html8
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/available.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/bind.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/connect.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/construct.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html55
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/receive.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/receive_from.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/send.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/send_to.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/datagram_socket_service/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer.html34
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service.html16
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/async_wait.html8
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/duration_type.html12
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/time_type.html12
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/traits_type.html12
-rw-r--r--doc/html/boost_asio/reference/deadline_timer_service/wait.html6
-rw-r--r--doc/html/boost_asio/reference/error__addrinfo_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__addrinfo_errors.html20
-rw-r--r--doc/html/boost_asio/reference/error__basic_errors.html82
-rw-r--r--doc/html/boost_asio/reference/error__get_addrinfo_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__get_misc_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__get_netdb_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__get_ssl_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__get_system_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code.html12
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/error__make_error_code/overload5.html4
-rw-r--r--doc/html/boost_asio/reference/error__misc_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__misc_errors.html24
-rw-r--r--doc/html/boost_asio/reference/error__netdb_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__netdb_errors.html24
-rw-r--r--doc/html/boost_asio/reference/error__ssl_category.html12
-rw-r--r--doc/html/boost_asio/reference/error__ssl_errors.html12
-rw-r--r--doc/html/boost_asio/reference/error__system_category.html18
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint.html346
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html75
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html49
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html52
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html52
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html50
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html50
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/data.html53
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html49
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html49
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html60
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html50
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html49
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html60
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/resize.html51
-rw-r--r--doc/html/boost_asio/reference/generic__basic_endpoint/size.html50
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol.html259
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html62
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html51
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html65
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html344
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/family.html49
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html49
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/socket.html992
-rw-r--r--doc/html/boost_asio/reference/generic__datagram_protocol/type.html50
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol.html259
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html344
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/family.html49
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/protocol.html49
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html62
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html51
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html65
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/socket.html992
-rw-r--r--doc/html/boost_asio/reference/generic__raw_protocol/type.html49
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol.html255
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html344
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html50
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html49
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html62
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html51
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html66
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html947
-rw-r--r--doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html50
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol.html271
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html344
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/family.html49
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/iostream.html239
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html61
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/protocol.html49
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/socket.html995
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html62
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html51
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html65
-rw-r--r--doc/html/boost_asio/reference/generic__stream_protocol/type.html49
-rw-r--r--doc/html/boost_asio/reference/handler_type.html104
-rw-r--r--doc/html/boost_asio/reference/handler_type/type.html59
-rw-r--r--doc/html/boost_asio/reference/has_service.html24
-rw-r--r--doc/html/boost_asio/reference/high_resolution_timer.html52
-rw-r--r--doc/html/boost_asio/reference/invalid_service_owner.html12
-rw-r--r--doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html6
-rw-r--r--doc/html/boost_asio/reference/io_service.html37
-rw-r--r--doc/html/boost_asio/reference/io_service/_io_service.html12
-rw-r--r--doc/html/boost_asio/reference/io_service/add_service.html20
-rw-r--r--doc/html/boost_asio/reference/io_service/dispatch.html16
-rw-r--r--doc/html/boost_asio/reference/io_service/fork_event.html16
-rw-r--r--doc/html/boost_asio/reference/io_service/has_service.html18
-rw-r--r--doc/html/boost_asio/reference/io_service/io_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/io_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/io_service/io_service/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/io_service/notify_fork.html18
-rw-r--r--doc/html/boost_asio/reference/io_service/poll.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/poll/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/io_service/poll/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/io_service/poll_one.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/poll_one/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/io_service/poll_one/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/io_service/post.html16
-rw-r--r--doc/html/boost_asio/reference/io_service/reset.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/run.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/run/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/io_service/run/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/io_service/run_one.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/run_one/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/io_service/run_one/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/stop.html6
-rw-r--r--doc/html/boost_asio/reference/io_service/stopped.html8
-rw-r--r--doc/html/boost_asio/reference/io_service/use_service.html18
-rw-r--r--doc/html/boost_asio/reference/io_service/wrap.html12
-rw-r--r--doc/html/boost_asio/reference/io_service__id.html12
-rw-r--r--doc/html/boost_asio/reference/io_service__id/id.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__service.html16
-rw-r--r--doc/html/boost_asio/reference/io_service__service/_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__service/fork_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__service/service.html10
-rw-r--r--doc/html/boost_asio/reference/io_service__service/shutdown_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__strand.html49
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/_strand.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/dispatch.html12
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/post.html18
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html62
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/strand.html16
-rw-r--r--doc/html/boost_asio/reference/io_service__strand/wrap.html12
-rw-r--r--doc/html/boost_asio/reference/io_service__work.html12
-rw-r--r--doc/html/boost_asio/reference/io_service__work/_work.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__work/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__work/work.html6
-rw-r--r--doc/html/boost_asio/reference/io_service__work/work/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/io_service__work/work/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address.html24
-rw-r--r--doc/html/boost_asio/reference/ip__address/address.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/address/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/address/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/address/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/address/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/from_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/from_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/from_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/from_string/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/from_string/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/is_loopback.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/is_multicast.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/is_unspecified.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/is_v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/is_v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_eq_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address/to_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/to_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/to_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address/to_v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address/to_v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4.html26
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/address_v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/any.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/broadcast.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/bytes_type.html14
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/from_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_class_a.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_class_b.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_class_c.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_loopback.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_multicast.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/loopback.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/netmask.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/to_bytes.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/to_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v4/to_ulong.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6.html26
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/address_v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/any.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/bytes_type.html14
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/from_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_link_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_loopback.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_site_local.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/loopback.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/scope_id.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/to_bytes.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/to_string.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/to_v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html6
-rw-r--r--doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint.html26
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/address.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/data.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/port.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/resize.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_endpoint/size.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver.html26
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/iterator.html30
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/query.html26
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/resolve.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html16
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/service.html8
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry.html22
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator.html28
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html28
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html55
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html18
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html24
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html24
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query.html24
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html10
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html6
-rw-r--r--doc/html/boost_asio/reference/ip__host_name.html12
-rw-r--r--doc/html/boost_asio/reference/ip__host_name/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__host_name/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__icmp.html24
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/endpoint.html28
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/family.html6
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/resolver.html28
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/socket.html38
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/type.html6
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__icmp/v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__multicast__enable_loopback.html14
-rw-r--r--doc/html/boost_asio/reference/ip__multicast__hops.html14
-rw-r--r--doc/html/boost_asio/reference/ip__multicast__join_group.html14
-rw-r--r--doc/html/boost_asio/reference/ip__multicast__leave_group.html14
-rw-r--r--doc/html/boost_asio/reference/ip__multicast__outbound_interface.html14
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base.html16
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/flags.html12
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/passive.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service.html16
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html10
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html30
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/query_type.html26
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/resolve.html6
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html6
-rw-r--r--doc/html/boost_asio/reference/ip__tcp.html24
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/acceptor.html40
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/endpoint.html28
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/family.html6
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/iostream.html16
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/no_delay.html14
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/resolver.html28
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/socket.html38
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/type.html6
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__tcp/v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__udp.html24
-rw-r--r--doc/html/boost_asio/reference/ip__udp/endpoint.html28
-rw-r--r--doc/html/boost_asio/reference/ip__udp/family.html6
-rw-r--r--doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/ip__udp/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/ip__udp/resolver.html28
-rw-r--r--doc/html/boost_asio/reference/ip__udp/socket.html38
-rw-r--r--doc/html/boost_asio/reference/ip__udp/type.html6
-rw-r--r--doc/html/boost_asio/reference/ip__udp/v4.html6
-rw-r--r--doc/html/boost_asio/reference/ip__udp/v6.html6
-rw-r--r--doc/html/boost_asio/reference/ip__unicast__hops.html14
-rw-r--r--doc/html/boost_asio/reference/ip__v6_only.html14
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html18
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html12
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html12
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html12
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html12
-rw-r--r--doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_match_condition.html12
-rw-r--r--doc/html/boost_asio/reference/is_match_condition/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_read_buffered.html12
-rw-r--r--doc/html/boost_asio/reference/is_read_buffered/value.html6
-rw-r--r--doc/html/boost_asio/reference/is_write_buffered.html12
-rw-r--r--doc/html/boost_asio/reference/is_write_buffered/value.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint.html26
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/capacity.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/data.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/data_type.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/path.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html4
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/resize.html6
-rw-r--r--doc/html/boost_asio/reference/local__basic_endpoint/size.html6
-rw-r--r--doc/html/boost_asio/reference/local__connect_pair.html12
-rw-r--r--doc/html/boost_asio/reference/local__connect_pair/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/local__connect_pair/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol.html22
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html28
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol/family.html6
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol/socket.html38
-rw-r--r--doc/html/boost_asio/reference/local__datagram_protocol/type.html6
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol.html22
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/acceptor.html40
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/endpoint.html28
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/family.html6
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/iostream.html16
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/protocol.html6
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/socket.html38
-rw-r--r--doc/html/boost_asio/reference/local__stream_protocol/type.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer.html16
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1.html16
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/begin.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html12
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/end.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html6
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/mutable_buffers_1/value_type.html18
-rw-r--r--doc/html/boost_asio/reference/null_buffers.html14
-rw-r--r--doc/html/boost_asio/reference/null_buffers/begin.html6
-rw-r--r--doc/html/boost_asio/reference/null_buffers/const_iterator.html12
-rw-r--r--doc/html/boost_asio/reference/null_buffers/end.html6
-rw-r--r--doc/html/boost_asio/reference/null_buffers/value_type.html18
-rw-r--r--doc/html/boost_asio/reference/placeholders__bytes_transferred.html12
-rw-r--r--doc/html/boost_asio/reference/placeholders__error.html12
-rw-r--r--doc/html/boost_asio/reference/placeholders__iterator.html12
-rw-r--r--doc/html/boost_asio/reference/placeholders__signal_number.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor.html26
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/assign.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/close.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/release.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/service.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor.html26
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html16
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html16
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html8
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/posix__descriptor_base.html14
-rw-r--r--doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html6
-rw-r--r--doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor.html28
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service.html16
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html6
-rw-r--r--doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service.html29
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/async_connect.html8
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/async_receive.html8
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html8
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/async_send.html8
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/async_send_to.html8
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/available.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/bind.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/connect.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/construct.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html55
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/destroy.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/receive.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/receive_from.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/send.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/send_to.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/raw_socket_service/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/read.html12
-rw-r--r--doc/html/boost_asio/reference/read/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/read/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/read/overload3.html18
-rw-r--r--doc/html/boost_asio/reference/read/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/read/overload5.html18
-rw-r--r--doc/html/boost_asio/reference/read/overload6.html14
-rw-r--r--doc/html/boost_asio/reference/read/overload7.html16
-rw-r--r--doc/html/boost_asio/reference/read/overload8.html12
-rw-r--r--doc/html/boost_asio/reference/read_at.html28
-rw-r--r--doc/html/boost_asio/reference/read_at/overload1.html22
-rw-r--r--doc/html/boost_asio/reference/read_at/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/read_at/overload3.html20
-rw-r--r--doc/html/boost_asio/reference/read_at/overload4.html14
-rw-r--r--doc/html/boost_asio/reference/read_at/overload5.html20
-rw-r--r--doc/html/boost_asio/reference/read_at/overload6.html16
-rw-r--r--doc/html/boost_asio/reference/read_at/overload7.html18
-rw-r--r--doc/html/boost_asio/reference/read_at/overload8.html14
-rw-r--r--doc/html/boost_asio/reference/read_until.html16
-rw-r--r--doc/html/boost_asio/reference/read_until/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/read_until/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/read_until/overload3.html20
-rw-r--r--doc/html/boost_asio/reference/read_until/overload4.html14
-rw-r--r--doc/html/boost_asio/reference/read_until/overload5.html20
-rw-r--r--doc/html/boost_asio/reference/read_until/overload6.html14
-rw-r--r--doc/html/boost_asio/reference/read_until/overload7.html22
-rw-r--r--doc/html/boost_asio/reference/read_until/overload8.html16
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service.html29
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html8
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html8
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html8
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/available.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/bind.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/connect.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/construct.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html55
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/receive.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/send.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port.html28
-rw-r--r--doc/html/boost_asio/reference/serial_port_base.html14
-rw-r--r--doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__baud_rate.html12
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__character_size.html12
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__character_size/load.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__character_size/store.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__character_size/value.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control.html14
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control/load.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control/store.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control/type.html16
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__flow_control/value.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity.html14
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity/load.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity/parity.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity/store.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity/type.html16
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__parity/value.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits.html14
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html16
-rw-r--r--doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service.html16
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/send_break.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/serial_port_service.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/serial_port_service/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/service_already_exists.html12
-rw-r--r--doc/html/boost_asio/reference/service_already_exists/service_already_exists.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set.html36
-rw-r--r--doc/html/boost_asio/reference/signal_set_service.html16
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/add.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/async_wait.html8
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/clear.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/remove.html6
-rw-r--r--doc/html/boost_asio/reference/signal_set_service/signal_set_service.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service.html29
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/accept.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html14
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/bind.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/construct.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html55
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/destroy.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/listen.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base.html16
-rw-r--r--doc/html/boost_asio/reference/socket_base/_socket_base.html12
-rw-r--r--doc/html/boost_asio/reference/socket_base/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/debug.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/linger.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/shutdown_type.html16
-rw-r--r--doc/html/boost_asio/reference/spawn.html122
-rw-r--r--doc/html/boost_asio/reference/spawn/overload1.html93
-rw-r--r--doc/html/boost_asio/reference/spawn/overload2.html89
-rw-r--r--doc/html/boost_asio/reference/spawn/overload3.html86
-rw-r--r--doc/html/boost_asio/reference/spawn/overload4.html86
-rw-r--r--doc/html/boost_asio/reference/ssl__context.html133
-rw-r--r--doc/html/boost_asio/reference/ssl__context/_context.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html57
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html89
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html81
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_verify_path.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__context/clear_options.html56
-rw-r--r--doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html88
-rw-r--r--doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html80
-rw-r--r--doc/html/boost_asio/reference/ssl__context/context.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/context/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/ssl__context/context/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/ssl__context/context/overload3.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/default_workarounds.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context/file_format.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/impl.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/impl_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/load_verify_file.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/method.html64
-rw-r--r--doc/html/boost_asio/reference/ssl__context/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/native_handle_type.html18
-rw-r--r--doc/html/boost_asio/reference/ssl__context/no_compression.html50
-rw-r--r--doc/html/boost_asio/reference/ssl__context/no_sslv2.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/no_sslv3.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context/no_tlsv1.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context/operator_eq_.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/options.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/password_purpose.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_options.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_options/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_options/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_password_callback.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_callback.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_depth.html56
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html88
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html80
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_mode.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/single_dh_use.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate.html58
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html92
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html84
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html57
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html89
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html81
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_file.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key.html58
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html92
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html84
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key_file.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html58
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html93
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html85
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html57
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html89
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html81
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base.html28
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/_context_base.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/file_format.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/method.html70
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/no_compression.html50
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/options.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/password_purpose.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__rfc2818_verification.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream.html39
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/_stream.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_handshake.html56
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html85
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html95
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_read_some.html20
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_shutdown.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/async_write_some.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake.html31
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html22
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html88
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html80
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/handshake_type.html20
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/impl.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/impl_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/native_handle.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/next_layer.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/next_layer_type.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html56
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html88
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html80
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/stream.html10
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream__impl_struct.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream_base.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_client_once.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_context.html16
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_context/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_context/verify_context.html6
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_mode.html14
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_none.html12
-rw-r--r--doc/html/boost_asio/reference/ssl__verify_peer.html12
-rw-r--r--doc/html/boost_asio/reference/steady_timer.html52
-rw-r--r--doc/html/boost_asio/reference/strand.html53
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service.html29
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/async_connect.html8
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/async_receive.html8
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/async_send.html8
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/at_mark.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/available.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/bind.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/connect.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/construct.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html55
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/destroy.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/get_option.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/io_control.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/non_blocking.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/open.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/protocol_type.html12
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/receive.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/send.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/set_option.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/shutdown.html6
-rw-r--r--doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html6
-rw-r--r--doc/html/boost_asio/reference/streambuf.html22
-rw-r--r--doc/html/boost_asio/reference/system_timer.html52
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html14
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html6
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html12
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html6
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html6
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html6
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html12
-rw-r--r--doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html6
-rw-r--r--doc/html/boost_asio/reference/transfer_all.html14
-rw-r--r--doc/html/boost_asio/reference/transfer_at_least.html14
-rw-r--r--doc/html/boost_asio/reference/transfer_exactly.html20
-rw-r--r--doc/html/boost_asio/reference/use_future.html62
-rw-r--r--doc/html/boost_asio/reference/use_future_t.html175
-rw-r--r--doc/html/boost_asio/reference/use_future_t/allocator_type.html61
-rw-r--r--doc/html/boost_asio/reference/use_future_t/get_allocator.html49
-rw-r--r--doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html52
-rw-r--r--doc/html/boost_asio/reference/use_future_t/use_future_t.html57
-rw-r--r--doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html49
-rw-r--r--doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html50
-rw-r--r--doc/html/boost_asio/reference/use_service.html24
-rw-r--r--doc/html/boost_asio/reference/wait_traits.html12
-rw-r--r--doc/html/boost_asio/reference/wait_traits/to_wait_duration.html8
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service.html16
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/async_wait.html8
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/clock_type.html12
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/duration.html12
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_at.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/time_point.html12
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/traits_type.html12
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/wait.html6
-rw-r--r--doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle.html26
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_handle/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle.html26
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/wait.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle.html26
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html18
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html18
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html14
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle.html26
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html16
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html16
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html10
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html28
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/service.html8
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html18
-rw-r--r--doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html12
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle.html28
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service.html16
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html8
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__object_handle_service/wait.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr.html20
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/get.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/release.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html6
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html4
-rw-r--r--doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html4
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle.html28
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service.html16
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html10
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html10
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html8
-rw-r--r--doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html8
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle.html28
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service.html16
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html8
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html8
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/close.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/id.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html12
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html6
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html6
-rw-r--r--doc/html/boost_asio/reference/write.html12
-rw-r--r--doc/html/boost_asio/reference/write/overload1.html20
-rw-r--r--doc/html/boost_asio/reference/write/overload2.html16
-rw-r--r--doc/html/boost_asio/reference/write/overload3.html18
-rw-r--r--doc/html/boost_asio/reference/write/overload4.html12
-rw-r--r--doc/html/boost_asio/reference/write/overload5.html18
-rw-r--r--doc/html/boost_asio/reference/write/overload6.html14
-rw-r--r--doc/html/boost_asio/reference/write/overload7.html16
-rw-r--r--doc/html/boost_asio/reference/write/overload8.html12
-rw-r--r--doc/html/boost_asio/reference/write_at.html28
-rw-r--r--doc/html/boost_asio/reference/write_at/overload1.html22
-rw-r--r--doc/html/boost_asio/reference/write_at/overload2.html18
-rw-r--r--doc/html/boost_asio/reference/write_at/overload3.html20
-rw-r--r--doc/html/boost_asio/reference/write_at/overload4.html14
-rw-r--r--doc/html/boost_asio/reference/write_at/overload5.html20
-rw-r--r--doc/html/boost_asio/reference/write_at/overload6.html16
-rw-r--r--doc/html/boost_asio/reference/write_at/overload7.html18
-rw-r--r--doc/html/boost_asio/reference/write_at/overload8.html20
-rw-r--r--doc/html/boost_asio/reference/yield_context.html174
-rw-r--r--doc/html/boost_asio/tutorial.html16
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime1.html10
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime1/src.html12
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime2.html12
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime2/src.html14
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime3.html12
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime3/src.html20
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime4.html10
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime4/src.html12
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime5.html4
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime5/src.html16
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime6.html8
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime6/src.html20
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime7.html10
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime7/src.html22
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer1.html10
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer1/src.html12
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer2.html10
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer2/src.html12
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer3.html14
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer3/src.html14
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer4.html12
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer4/src.html14
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer5.html18
-rw-r--r--doc/html/boost_asio/tutorial/tuttimer5/src.html18
-rw-r--r--doc/html/boost_asio/using.html24
3065 files changed, 37317 insertions, 14993 deletions
diff --git a/doc/html/boost_asio/example/allocation/server.cpp b/doc/html/boost_asio/example/cpp03/allocation/server.cpp
index 3edabe13ba..ab06b4fc28 100644
--- a/doc/html/boost_asio/example/allocation/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/allocation/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/buffers/reference_counted.cpp b/doc/html/boost_asio/example/cpp03/buffers/reference_counted.cpp
index d786f2e831..cfb0281738 100644
--- a/doc/html/boost_asio/example/buffers/reference_counted.cpp
+++ b/doc/html/boost_asio/example/cpp03/buffers/reference_counted.cpp
@@ -2,7 +2,7 @@
// reference_counted.cpp
// ~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/chat/chat_client.cpp b/doc/html/boost_asio/example/cpp03/chat/chat_client.cpp
index 664d2fa04d..e0f0fa421b 100644
--- a/doc/html/boost_asio/example/chat/chat_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/chat/chat_client.cpp
@@ -2,7 +2,7 @@
// chat_client.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/chat/chat_message.hpp b/doc/html/boost_asio/example/cpp03/chat/chat_message.hpp
index 56760a51b9..90dac153c0 100644
--- a/doc/html/boost_asio/example/chat/chat_message.hpp
+++ b/doc/html/boost_asio/example/cpp03/chat/chat_message.hpp
@@ -2,7 +2,7 @@
// chat_message.hpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -81,7 +81,7 @@ public:
{
using namespace std; // For sprintf and memcpy.
char header[header_length + 1] = "";
- sprintf(header, "%4d", body_length_);
+ sprintf(header, "%4d", static_cast<int>(body_length_));
memcpy(data_, header, header_length);
}
diff --git a/doc/html/boost_asio/example/chat/chat_server.cpp b/doc/html/boost_asio/example/cpp03/chat/chat_server.cpp
index 5defa3a2fe..4eb0a8c6f5 100644
--- a/doc/html/boost_asio/example/chat/chat_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/chat/chat_server.cpp
@@ -2,7 +2,7 @@
// chat_server.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/chat/posix_chat_client.cpp b/doc/html/boost_asio/example/cpp03/chat/posix_chat_client.cpp
index 3a39e7c3d7..46e475e6a9 100644
--- a/doc/html/boost_asio/example/chat/posix_chat_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/chat/posix_chat_client.cpp
@@ -2,7 +2,7 @@
// posix_chat_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp b/doc/html/boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp
index e562e370d1..3b0337f06f 100644
--- a/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp
@@ -2,7 +2,7 @@
// async_tcp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/echo/async_udp_echo_server.cpp b/doc/html/boost_asio/example/cpp03/echo/async_udp_echo_server.cpp
index 1452a0e238..88f959d824 100644
--- a/doc/html/boost_asio/example/echo/async_udp_echo_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/async_udp_echo_server.cpp
@@ -2,7 +2,7 @@
// async_udp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -19,8 +19,7 @@ class server
{
public:
server(boost::asio::io_service& io_service, short port)
- : io_service_(io_service),
- socket_(io_service, udp::endpoint(udp::v4(), port))
+ : socket_(io_service, udp::endpoint(udp::v4(), port))
{
socket_.async_receive_from(
boost::asio::buffer(data_, max_length), sender_endpoint_,
@@ -61,7 +60,6 @@ public:
}
private:
- boost::asio::io_service& io_service_;
udp::socket socket_;
udp::endpoint sender_endpoint_;
enum { max_length = 1024 };
diff --git a/doc/html/boost_asio/example/echo/blocking_tcp_echo_client.cpp b/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_client.cpp
index 020b1cc9a2..90ada3e349 100644
--- a/doc/html/boost_asio/example/echo/blocking_tcp_echo_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_client.cpp
@@ -2,7 +2,7 @@
// blocking_tcp_echo_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/echo/blocking_tcp_echo_server.cpp b/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_server.cpp
index 09c654f50b..cfb69d881b 100644
--- a/doc/html/boost_asio/example/echo/blocking_tcp_echo_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_server.cpp
@@ -2,7 +2,7 @@
// blocking_tcp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -45,7 +45,7 @@ void session(socket_ptr sock)
}
}
-void server(boost::asio::io_service& io_service, short port)
+void server(boost::asio::io_service& io_service, unsigned short port)
{
tcp::acceptor a(io_service, tcp::endpoint(tcp::v4(), port));
for (;;)
diff --git a/doc/html/boost_asio/example/echo/blocking_udp_echo_client.cpp b/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_client.cpp
index 47161ef015..1a2817a7a1 100644
--- a/doc/html/boost_asio/example/echo/blocking_udp_echo_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_client.cpp
@@ -2,7 +2,7 @@
// blocking_udp_echo_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/echo/blocking_udp_echo_server.cpp b/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_server.cpp
index a5c911ffa0..30eaa40954 100644
--- a/doc/html/boost_asio/example/echo/blocking_udp_echo_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_server.cpp
@@ -2,7 +2,7 @@
// blocking_udp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -16,7 +16,7 @@ using boost::asio::ip::udp;
enum { max_length = 1024 };
-void server(boost::asio::io_service& io_service, short port)
+void server(boost::asio::io_service& io_service, unsigned short port)
{
udp::socket sock(io_service, udp::endpoint(udp::v4(), port));
for (;;)
diff --git a/doc/html/boost_asio/example/fork/daemon.cpp b/doc/html/boost_asio/example/cpp03/fork/daemon.cpp
index 70cdac113b..3fdcf6d6be 100644
--- a/doc/html/boost_asio/example/fork/daemon.cpp
+++ b/doc/html/boost_asio/example/cpp03/fork/daemon.cpp
@@ -2,7 +2,7 @@
// daemon.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/fork/process_per_connection.cpp b/doc/html/boost_asio/example/cpp03/fork/process_per_connection.cpp
index 5b71f03277..6cea8a368c 100644
--- a/doc/html/boost_asio/example/fork/process_per_connection.cpp
+++ b/doc/html/boost_asio/example/cpp03/fork/process_per_connection.cpp
@@ -2,7 +2,7 @@
// process_per_connection.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/client/async_client.cpp b/doc/html/boost_asio/example/cpp03/http/client/async_client.cpp
index 825c04a0f2..3a52b0b199 100644
--- a/doc/html/boost_asio/example/http/client/async_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/client/async_client.cpp
@@ -2,7 +2,7 @@
// async_client.cpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/client/sync_client.cpp b/doc/html/boost_asio/example/cpp03/http/client/sync_client.cpp
index 93fa11ae7c..949fd64179 100644
--- a/doc/html/boost_asio/example/http/client/sync_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/client/sync_client.cpp
@@ -2,7 +2,7 @@
// sync_client.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/connection.cpp b/doc/html/boost_asio/example/cpp03/http/server/connection.cpp
index e379043cd7..a780eab250 100644
--- a/doc/html/boost_asio/example/http/server/connection.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/connection.cpp
@@ -2,7 +2,7 @@
// connection.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/connection.hpp b/doc/html/boost_asio/example/cpp03/http/server/connection.hpp
index 35d3a1c237..bd8a27302d 100644
--- a/doc/html/boost_asio/example/http/server/connection.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/connection.hpp
@@ -2,7 +2,7 @@
// connection.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/connection_manager.cpp b/doc/html/boost_asio/example/cpp03/http/server/connection_manager.cpp
index 664d444f3e..bafad4a56c 100644
--- a/doc/html/boost_asio/example/http/server/connection_manager.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/connection_manager.cpp
@@ -2,7 +2,7 @@
// connection_manager.cpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/connection_manager.hpp b/doc/html/boost_asio/example/cpp03/http/server/connection_manager.hpp
index f49ab64b58..bab867d555 100644
--- a/doc/html/boost_asio/example/http/server/connection_manager.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/connection_manager.hpp
@@ -2,7 +2,7 @@
// connection_manager.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/header.hpp b/doc/html/boost_asio/example/cpp03/http/server/header.hpp
index 85bf301842..b2375afea2 100644
--- a/doc/html/boost_asio/example/http/server/header.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/header.hpp
@@ -2,7 +2,7 @@
// header.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/main.cpp b/doc/html/boost_asio/example/cpp03/http/server/main.cpp
index e562c05f23..ba52be2a4d 100644
--- a/doc/html/boost_asio/example/http/server/main.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/main.cpp
@@ -2,7 +2,7 @@
// main.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/mime_types.cpp b/doc/html/boost_asio/example/cpp03/http/server/mime_types.cpp
index d2898b257b..2ea2c26628 100644
--- a/doc/html/boost_asio/example/http/server/mime_types.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/mime_types.cpp
@@ -2,7 +2,7 @@
// mime_types.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/mime_types.hpp b/doc/html/boost_asio/example/cpp03/http/server/mime_types.hpp
index ab55291bea..21f737e584 100644
--- a/doc/html/boost_asio/example/http/server/mime_types.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/mime_types.hpp
@@ -2,7 +2,7 @@
// mime_types.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/reply.cpp b/doc/html/boost_asio/example/cpp03/http/server/reply.cpp
index 044951dad1..318a4705f0 100644
--- a/doc/html/boost_asio/example/http/server/reply.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/reply.cpp
@@ -2,7 +2,7 @@
// reply.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/reply.hpp b/doc/html/boost_asio/example/cpp03/http/server/reply.hpp
index a0dab62bf9..9757df4931 100644
--- a/doc/html/boost_asio/example/http/server/reply.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/reply.hpp
@@ -2,7 +2,7 @@
// reply.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/request.hpp b/doc/html/boost_asio/example/cpp03/http/server/request.hpp
index 3be102154c..3e2250186e 100644
--- a/doc/html/boost_asio/example/http/server/request.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/request.hpp
@@ -2,7 +2,7 @@
// request.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/request_handler.cpp b/doc/html/boost_asio/example/cpp03/http/server/request_handler.cpp
index bd1f5d2066..7d0452bd34 100644
--- a/doc/html/boost_asio/example/http/server/request_handler.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/request_handler.cpp
@@ -2,7 +2,7 @@
// request_handler.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/request_handler.hpp b/doc/html/boost_asio/example/cpp03/http/server/request_handler.hpp
index 661bad789e..fdc5b08ec1 100644
--- a/doc/html/boost_asio/example/http/server/request_handler.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/request_handler.hpp
@@ -2,7 +2,7 @@
// request_handler.hpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/request_parser.cpp b/doc/html/boost_asio/example/cpp03/http/server/request_parser.cpp
index b5bb9c26d8..af2d8513de 100644
--- a/doc/html/boost_asio/example/http/server/request_parser.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/request_parser.hpp b/doc/html/boost_asio/example/cpp03/http/server/request_parser.hpp
index 506fda102a..59f14a237b 100644
--- a/doc/html/boost_asio/example/http/server/request_parser.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/request_parser.hpp
@@ -2,7 +2,7 @@
// request_parser.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/server.cpp b/doc/html/boost_asio/example/cpp03/http/server/server.cpp
index 5fcc5d903e..7989db5d82 100644
--- a/doc/html/boost_asio/example/http/server/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server/server.hpp b/doc/html/boost_asio/example/cpp03/http/server/server.hpp
index 0cb347665c..750c659341 100644
--- a/doc/html/boost_asio/example/http/server/server.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server/server.hpp
@@ -2,7 +2,7 @@
// server.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/connection.cpp b/doc/html/boost_asio/example/cpp03/http/server2/connection.cpp
index 6ac7ec73ac..3b1d036376 100644
--- a/doc/html/boost_asio/example/http/server2/connection.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/connection.cpp
@@ -2,7 +2,7 @@
// connection.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/connection.hpp b/doc/html/boost_asio/example/cpp03/http/server2/connection.hpp
index 12b5ad8efb..2a0b3413aa 100644
--- a/doc/html/boost_asio/example/http/server2/connection.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/connection.hpp
@@ -2,7 +2,7 @@
// connection.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/header.hpp b/doc/html/boost_asio/example/cpp03/http/server2/header.hpp
index 860bb9dc47..6e84adecbb 100644
--- a/doc/html/boost_asio/example/http/server2/header.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/header.hpp
@@ -2,7 +2,7 @@
// header.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/io_service_pool.cpp b/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.cpp
index 1336fea58f..4654ed63ba 100644
--- a/doc/html/boost_asio/example/http/server2/io_service_pool.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.cpp
@@ -2,7 +2,7 @@
// io_service_pool.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/io_service_pool.hpp b/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.hpp
index f92b24f51d..7722693a53 100644
--- a/doc/html/boost_asio/example/http/server2/io_service_pool.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.hpp
@@ -2,7 +2,7 @@
// io_service_pool.hpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/main.cpp b/doc/html/boost_asio/example/cpp03/http/server2/main.cpp
index e770349094..49db83aff4 100644
--- a/doc/html/boost_asio/example/http/server2/main.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/main.cpp
@@ -2,7 +2,7 @@
// main.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/mime_types.cpp b/doc/html/boost_asio/example/cpp03/http/server2/mime_types.cpp
index 913335d407..a08f7ec082 100644
--- a/doc/html/boost_asio/example/http/server2/mime_types.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/mime_types.cpp
@@ -2,7 +2,7 @@
// mime_types.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/mime_types.hpp b/doc/html/boost_asio/example/cpp03/http/server2/mime_types.hpp
index dda2dcb304..3277c8437e 100644
--- a/doc/html/boost_asio/example/http/server2/mime_types.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/mime_types.hpp
@@ -2,7 +2,7 @@
// mime_types.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/reply.cpp b/doc/html/boost_asio/example/cpp03/http/server2/reply.cpp
index 0e6d1ac99b..17bfb4d440 100644
--- a/doc/html/boost_asio/example/http/server2/reply.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/reply.cpp
@@ -2,7 +2,7 @@
// reply.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/reply.hpp b/doc/html/boost_asio/example/cpp03/http/server2/reply.hpp
index 42388c0926..7ae1151b1f 100644
--- a/doc/html/boost_asio/example/http/server2/reply.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/reply.hpp
@@ -2,7 +2,7 @@
// reply.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/request.hpp b/doc/html/boost_asio/example/cpp03/http/server2/request.hpp
index 8a0d8d8311..b17b650fb9 100644
--- a/doc/html/boost_asio/example/http/server2/request.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/request.hpp
@@ -2,7 +2,7 @@
// request.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/request_handler.cpp b/doc/html/boost_asio/example/cpp03/http/server2/request_handler.cpp
index 9f29fb6821..055d414d28 100644
--- a/doc/html/boost_asio/example/http/server2/request_handler.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/request_handler.cpp
@@ -2,7 +2,7 @@
// request_handler.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/request_handler.hpp b/doc/html/boost_asio/example/cpp03/http/server2/request_handler.hpp
index 49bdb4d5a7..b48ca3a510 100644
--- a/doc/html/boost_asio/example/http/server2/request_handler.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/request_handler.hpp
@@ -2,7 +2,7 @@
// request_handler.hpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/request_parser.cpp b/doc/html/boost_asio/example/cpp03/http/server2/request_parser.cpp
index a51954cc6d..d9b8b7a4b3 100644
--- a/doc/html/boost_asio/example/http/server2/request_parser.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/request_parser.hpp b/doc/html/boost_asio/example/cpp03/http/server2/request_parser.hpp
index c6bff46a19..f6f0819908 100644
--- a/doc/html/boost_asio/example/http/server2/request_parser.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/request_parser.hpp
@@ -2,7 +2,7 @@
// request_parser.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/server.cpp b/doc/html/boost_asio/example/cpp03/http/server2/server.cpp
index a767316537..bb96abe258 100644
--- a/doc/html/boost_asio/example/http/server2/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server2/server.hpp b/doc/html/boost_asio/example/cpp03/http/server2/server.hpp
index c2439fa047..454d51d611 100644
--- a/doc/html/boost_asio/example/http/server2/server.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server2/server.hpp
@@ -2,7 +2,7 @@
// server.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/connection.cpp b/doc/html/boost_asio/example/cpp03/http/server3/connection.cpp
index 94d96ec0ea..31cdba5203 100644
--- a/doc/html/boost_asio/example/http/server3/connection.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/connection.cpp
@@ -2,7 +2,7 @@
// connection.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/connection.hpp b/doc/html/boost_asio/example/cpp03/http/server3/connection.hpp
index 0804775f93..edb0bfd377 100644
--- a/doc/html/boost_asio/example/http/server3/connection.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/connection.hpp
@@ -2,7 +2,7 @@
// connection.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/header.hpp b/doc/html/boost_asio/example/cpp03/http/server3/header.hpp
index edacb14ca6..921eebcbf7 100644
--- a/doc/html/boost_asio/example/http/server3/header.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/header.hpp
@@ -2,7 +2,7 @@
// header.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/main.cpp b/doc/html/boost_asio/example/cpp03/http/server3/main.cpp
index 070e62ee98..09780cec48 100644
--- a/doc/html/boost_asio/example/http/server3/main.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/main.cpp
@@ -2,7 +2,7 @@
// main.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/mime_types.cpp b/doc/html/boost_asio/example/cpp03/http/server3/mime_types.cpp
index 35592a5b85..41b49493be 100644
--- a/doc/html/boost_asio/example/http/server3/mime_types.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/mime_types.cpp
@@ -2,7 +2,7 @@
// mime_types.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/mime_types.hpp b/doc/html/boost_asio/example/cpp03/http/server3/mime_types.hpp
index b0e671e6d1..381ed59518 100644
--- a/doc/html/boost_asio/example/http/server3/mime_types.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/mime_types.hpp
@@ -2,7 +2,7 @@
// mime_types.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/reply.cpp b/doc/html/boost_asio/example/cpp03/http/server3/reply.cpp
index 7f80653f92..67615808a1 100644
--- a/doc/html/boost_asio/example/http/server3/reply.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/reply.cpp
@@ -2,7 +2,7 @@
// reply.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/reply.hpp b/doc/html/boost_asio/example/cpp03/http/server3/reply.hpp
index b7ca96ae4c..c953d28eaa 100644
--- a/doc/html/boost_asio/example/http/server3/reply.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/reply.hpp
@@ -2,7 +2,7 @@
// reply.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/request.hpp b/doc/html/boost_asio/example/cpp03/http/server3/request.hpp
index f5d99feeeb..d1fbb77ec5 100644
--- a/doc/html/boost_asio/example/http/server3/request.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/request.hpp
@@ -2,7 +2,7 @@
// request.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/request_handler.cpp b/doc/html/boost_asio/example/cpp03/http/server3/request_handler.cpp
index 5948ea7806..c4397307f6 100644
--- a/doc/html/boost_asio/example/http/server3/request_handler.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/request_handler.cpp
@@ -2,7 +2,7 @@
// request_handler.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/request_handler.hpp b/doc/html/boost_asio/example/cpp03/http/server3/request_handler.hpp
index 4847701e49..3c5a15ed9a 100644
--- a/doc/html/boost_asio/example/http/server3/request_handler.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/request_handler.hpp
@@ -2,7 +2,7 @@
// request_handler.hpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/request_parser.cpp b/doc/html/boost_asio/example/cpp03/http/server3/request_parser.cpp
index e32c00e4e7..e3fd16011d 100644
--- a/doc/html/boost_asio/example/http/server3/request_parser.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/request_parser.hpp b/doc/html/boost_asio/example/cpp03/http/server3/request_parser.hpp
index d68709c156..f3db83337d 100644
--- a/doc/html/boost_asio/example/http/server3/request_parser.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/request_parser.hpp
@@ -2,7 +2,7 @@
// request_parser.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/server.cpp b/doc/html/boost_asio/example/cpp03/http/server3/server.cpp
index 4b313680fe..3feb97f371 100644
--- a/doc/html/boost_asio/example/http/server3/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server3/server.hpp b/doc/html/boost_asio/example/cpp03/http/server3/server.hpp
index f97152c931..d11b6e74a0 100644
--- a/doc/html/boost_asio/example/http/server3/server.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server3/server.hpp
@@ -2,7 +2,7 @@
// server.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/file_handler.cpp b/doc/html/boost_asio/example/cpp03/http/server4/file_handler.cpp
index dfe101be0e..cfcaa1c7ab 100644
--- a/doc/html/boost_asio/example/http/server4/file_handler.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/file_handler.cpp
@@ -2,7 +2,7 @@
// file_handler.cpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/file_handler.hpp b/doc/html/boost_asio/example/cpp03/http/server4/file_handler.hpp
index bf177db31d..6d32662101 100644
--- a/doc/html/boost_asio/example/http/server4/file_handler.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/file_handler.hpp
@@ -2,7 +2,7 @@
// file_handler.hpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/header.hpp b/doc/html/boost_asio/example/cpp03/http/server4/header.hpp
index e72f722a9d..2aa408e5fa 100644
--- a/doc/html/boost_asio/example/http/server4/header.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/header.hpp
@@ -2,7 +2,7 @@
// header.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/main.cpp b/doc/html/boost_asio/example/cpp03/http/server4/main.cpp
index 16e6a24147..1befe57d8b 100644
--- a/doc/html/boost_asio/example/http/server4/main.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/main.cpp
@@ -2,7 +2,7 @@
// main.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/mime_types.cpp b/doc/html/boost_asio/example/cpp03/http/server4/mime_types.cpp
index 1b3ec7bf1d..0fea975c22 100644
--- a/doc/html/boost_asio/example/http/server4/mime_types.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/mime_types.cpp
@@ -2,7 +2,7 @@
// mime_types.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/mime_types.hpp b/doc/html/boost_asio/example/cpp03/http/server4/mime_types.hpp
index 2f03577932..d3238f3e10 100644
--- a/doc/html/boost_asio/example/http/server4/mime_types.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/mime_types.hpp
@@ -2,7 +2,7 @@
// mime_types.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/reply.cpp b/doc/html/boost_asio/example/cpp03/http/server4/reply.cpp
index f595654d89..0c61c35ca3 100644
--- a/doc/html/boost_asio/example/http/server4/reply.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/reply.cpp
@@ -2,7 +2,7 @@
// reply.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/reply.hpp b/doc/html/boost_asio/example/cpp03/http/server4/reply.hpp
index 96c1fe5b5e..0c25da7b3a 100644
--- a/doc/html/boost_asio/example/http/server4/reply.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/reply.hpp
@@ -2,7 +2,7 @@
// reply.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/request.hpp b/doc/html/boost_asio/example/cpp03/http/server4/request.hpp
index 30880955b1..481a003932 100644
--- a/doc/html/boost_asio/example/http/server4/request.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/request.hpp
@@ -2,7 +2,7 @@
// request.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/http/server4/request_parser.cpp b/doc/html/boost_asio/example/cpp03/http/server4/request_parser.cpp
index fb19986a48..1fa468d564 100644
--- a/doc/html/boost_asio/example/http/server4/request_parser.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -17,7 +17,8 @@
namespace http {
namespace server4 {
-#include "yield.hpp" // Enable the pseudo-keywords reenter, yield and fork.
+// Enable the pseudo-keywords reenter, yield and fork.
+#include <boost/asio/yield.hpp>
std::string request_parser::content_length_name_ = "Content-Length";
@@ -175,7 +176,8 @@ boost::tribool request_parser::consume(request& req, char c)
return true;
}
-#include "unyield.hpp" // Disable the pseudo-keywords reenter, yield and fork.
+// Disable the pseudo-keywords reenter, yield and fork.
+#include <boost/asio/unyield.hpp>
bool request_parser::is_char(int c)
{
diff --git a/doc/html/boost_asio/example/http/server4/request_parser.hpp b/doc/html/boost_asio/example/cpp03/http/server4/request_parser.hpp
index df01049ae6..0485cc9682 100644
--- a/doc/html/boost_asio/example/http/server4/request_parser.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/request_parser.hpp
@@ -2,7 +2,7 @@
// request_parser.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -14,7 +14,7 @@
#include <string>
#include <boost/logic/tribool.hpp>
#include <boost/tuple/tuple.hpp>
-#include "coroutine.hpp"
+#include <boost/asio/coroutine.hpp>
namespace http {
namespace server4 {
@@ -22,7 +22,7 @@ namespace server4 {
struct request;
/// Parser for incoming requests.
-class request_parser : coroutine
+class request_parser : boost::asio::coroutine
{
public:
/// Parse some data. The tribool return value is true when a complete request
diff --git a/doc/html/boost_asio/example/http/server4/server.cpp b/doc/html/boost_asio/example/cpp03/http/server4/server.cpp
index 81465dd63a..d315c7a5ce 100644
--- a/doc/html/boost_asio/example/http/server4/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -25,7 +25,8 @@ server::server(boost::asio::io_service& io_service,
acceptor_.reset(new tcp::acceptor(io_service, *resolver.resolve(query)));
}
-#include "yield.hpp" // Enable the pseudo-keywords reenter, yield and fork.
+// Enable the pseudo-keywords reenter, yield and fork.
+#include <boost/asio/yield.hpp>
void server::operator()(boost::system::error_code ec, std::size_t length)
{
@@ -113,7 +114,8 @@ void server::operator()(boost::system::error_code ec, std::size_t length)
// will be destroyed automatically after this function call returns.
}
-#include "unyield.hpp" // Disable the pseudo-keywords reenter, yield and fork.
+// Disable the pseudo-keywords reenter, yield and fork.
+#include <boost/asio/unyield.hpp>
} // namespace server4
} // namespace http
diff --git a/doc/html/boost_asio/example/http/server4/server.hpp b/doc/html/boost_asio/example/cpp03/http/server4/server.hpp
index 7a7e091a8b..dd68bb422b 100644
--- a/doc/html/boost_asio/example/http/server4/server.hpp
+++ b/doc/html/boost_asio/example/cpp03/http/server4/server.hpp
@@ -2,7 +2,7 @@
// server.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -16,7 +16,6 @@
#include <boost/array.hpp>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
-#include "coroutine.hpp"
#include "request_parser.hpp"
namespace http {
@@ -26,7 +25,7 @@ struct request;
struct reply;
/// The top-level coroutine of the HTTP server.
-class server : coroutine
+class server : boost::asio::coroutine
{
public:
/// Construct the server to listen on the specified TCP address and port, and
diff --git a/doc/html/boost_asio/example/icmp/icmp_header.hpp b/doc/html/boost_asio/example/cpp03/icmp/icmp_header.hpp
index cfe443cef2..8a41ec1269 100644
--- a/doc/html/boost_asio/example/icmp/icmp_header.hpp
+++ b/doc/html/boost_asio/example/cpp03/icmp/icmp_header.hpp
@@ -2,7 +2,7 @@
// icmp_header.hpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/icmp/ipv4_header.hpp b/doc/html/boost_asio/example/cpp03/icmp/ipv4_header.hpp
index ce4e5282a0..eaf1e20d31 100644
--- a/doc/html/boost_asio/example/icmp/ipv4_header.hpp
+++ b/doc/html/boost_asio/example/cpp03/icmp/ipv4_header.hpp
@@ -2,7 +2,7 @@
// ipv4_header.hpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/icmp/ping.cpp b/doc/html/boost_asio/example/cpp03/icmp/ping.cpp
index 7f217ec9a5..b6c42cfa93 100644
--- a/doc/html/boost_asio/example/icmp/ping.cpp
+++ b/doc/html/boost_asio/example/cpp03/icmp/ping.cpp
@@ -2,7 +2,7 @@
// ping.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -121,7 +121,7 @@ private:
static unsigned short get_identifier()
{
-#if defined(BOOST_WINDOWS)
+#if defined(BOOST_ASIO_WINDOWS)
return static_cast<unsigned short>(::GetCurrentProcessId());
#else
return static_cast<unsigned short>(::getpid());
@@ -145,7 +145,7 @@ int main(int argc, char* argv[])
if (argc != 2)
{
std::cerr << "Usage: ping <host>" << std::endl;
-#if !defined(BOOST_WINDOWS)
+#if !defined(BOOST_ASIO_WINDOWS)
std::cerr << "(You may need to run this program as root.)" << std::endl;
#endif
return 1;
diff --git a/doc/html/boost_asio/example/invocation/prioritised_handlers.cpp b/doc/html/boost_asio/example/cpp03/invocation/prioritised_handlers.cpp
index 1392352749..a308500d5f 100644
--- a/doc/html/boost_asio/example/invocation/prioritised_handlers.cpp
+++ b/doc/html/boost_asio/example/cpp03/invocation/prioritised_handlers.cpp
@@ -2,7 +2,7 @@
// prioritised_handlers.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/iostreams/daytime_client.cpp b/doc/html/boost_asio/example/cpp03/iostreams/daytime_client.cpp
index 3f2c06727c..956a0929a2 100644
--- a/doc/html/boost_asio/example/iostreams/daytime_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/iostreams/daytime_client.cpp
@@ -2,7 +2,7 @@
// daytime_client.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/iostreams/daytime_server.cpp b/doc/html/boost_asio/example/cpp03/iostreams/daytime_server.cpp
index 3fe3f38bf0..1767ca6c50 100644
--- a/doc/html/boost_asio/example/iostreams/daytime_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/iostreams/daytime_server.cpp
@@ -2,7 +2,7 @@
// daytime_server.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/iostreams/http_client.cpp b/doc/html/boost_asio/example/cpp03/iostreams/http_client.cpp
index c2c2589836..e0e3934289 100644
--- a/doc/html/boost_asio/example/iostreams/http_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/iostreams/http_client.cpp
@@ -2,7 +2,7 @@
// sync_client.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/local/connect_pair.cpp b/doc/html/boost_asio/example/cpp03/local/connect_pair.cpp
index 041a45f129..1495917ef8 100644
--- a/doc/html/boost_asio/example/local/connect_pair.cpp
+++ b/doc/html/boost_asio/example/cpp03/local/connect_pair.cpp
@@ -2,7 +2,7 @@
// connect_pair.cpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/local/iostream_client.cpp b/doc/html/boost_asio/example/cpp03/local/iostream_client.cpp
index ec406a4215..cf29322340 100644
--- a/doc/html/boost_asio/example/local/iostream_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/local/iostream_client.cpp
@@ -2,7 +2,7 @@
// stream_client.cpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/local/stream_client.cpp b/doc/html/boost_asio/example/cpp03/local/stream_client.cpp
index 2b6cc5148f..3fabed9c3e 100644
--- a/doc/html/boost_asio/example/local/stream_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/local/stream_client.cpp
@@ -2,7 +2,7 @@
// stream_client.cpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/local/stream_server.cpp b/doc/html/boost_asio/example/cpp03/local/stream_server.cpp
index 81342d9343..5ae14ccbff 100644
--- a/doc/html/boost_asio/example/local/stream_server.cpp
+++ b/doc/html/boost_asio/example/cpp03/local/stream_server.cpp
@@ -2,7 +2,7 @@
// stream_server.cpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -97,11 +97,12 @@ public:
if (!error)
{
new_session->start();
- new_session.reset(new session(io_service_));
- acceptor_.async_accept(new_session->socket(),
- boost::bind(&server::handle_accept, this, new_session,
- boost::asio::placeholders::error));
}
+
+ new_session.reset(new session(io_service_));
+ acceptor_.async_accept(new_session->socket(),
+ boost::bind(&server::handle_accept, this, new_session,
+ boost::asio::placeholders::error));
}
private:
diff --git a/doc/html/boost_asio/example/multicast/receiver.cpp b/doc/html/boost_asio/example/cpp03/multicast/receiver.cpp
index 912c8e6eb3..ac375fbf99 100644
--- a/doc/html/boost_asio/example/multicast/receiver.cpp
+++ b/doc/html/boost_asio/example/cpp03/multicast/receiver.cpp
@@ -2,7 +2,7 @@
// receiver.cpp
// ~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/multicast/sender.cpp b/doc/html/boost_asio/example/cpp03/multicast/sender.cpp
index d4a3aab2be..e39d5af93f 100644
--- a/doc/html/boost_asio/example/multicast/sender.cpp
+++ b/doc/html/boost_asio/example/cpp03/multicast/sender.cpp
@@ -2,7 +2,7 @@
// sender.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/nonblocking/third_party_lib.cpp b/doc/html/boost_asio/example/cpp03/nonblocking/third_party_lib.cpp
index f623e2bf33..40e9a01c7a 100644
--- a/doc/html/boost_asio/example/nonblocking/third_party_lib.cpp
+++ b/doc/html/boost_asio/example/cpp03/nonblocking/third_party_lib.cpp
@@ -2,7 +2,7 @@
// third_party_lib.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/porthopper/client.cpp b/doc/html/boost_asio/example/cpp03/porthopper/client.cpp
index ffae164b43..54c9fa04d7 100644
--- a/doc/html/boost_asio/example/porthopper/client.cpp
+++ b/doc/html/boost_asio/example/cpp03/porthopper/client.cpp
@@ -2,7 +2,7 @@
// client.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/porthopper/protocol.hpp b/doc/html/boost_asio/example/cpp03/porthopper/protocol.hpp
index c49182997c..96436993b8 100644
--- a/doc/html/boost_asio/example/porthopper/protocol.hpp
+++ b/doc/html/boost_asio/example/cpp03/porthopper/protocol.hpp
@@ -2,7 +2,7 @@
// protocol.hpp
// ~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/porthopper/server.cpp b/doc/html/boost_asio/example/cpp03/porthopper/server.cpp
index 0703bddff9..83659e1c71 100644
--- a/doc/html/boost_asio/example/porthopper/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/porthopper/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/serialization/client.cpp b/doc/html/boost_asio/example/cpp03/serialization/client.cpp
index 8b84d2d03f..e74bb619ec 100644
--- a/doc/html/boost_asio/example/serialization/client.cpp
+++ b/doc/html/boost_asio/example/cpp03/serialization/client.cpp
@@ -2,7 +2,7 @@
// client.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/serialization/connection.hpp b/doc/html/boost_asio/example/cpp03/serialization/connection.hpp
index 4c480fc66f..3c34114741 100644
--- a/doc/html/boost_asio/example/serialization/connection.hpp
+++ b/doc/html/boost_asio/example/cpp03/serialization/connection.hpp
@@ -2,7 +2,7 @@
// connection.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/serialization/server.cpp b/doc/html/boost_asio/example/cpp03/serialization/server.cpp
index 4dcca4574a..ed27dd0f9e 100644
--- a/doc/html/boost_asio/example/serialization/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/serialization/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/serialization/stock.hpp b/doc/html/boost_asio/example/cpp03/serialization/stock.hpp
index 98dd14aacd..1054cc9dae 100644
--- a/doc/html/boost_asio/example/serialization/stock.hpp
+++ b/doc/html/boost_asio/example/cpp03/serialization/stock.hpp
@@ -2,7 +2,7 @@
// stock.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/basic_logger.hpp b/doc/html/boost_asio/example/cpp03/services/basic_logger.hpp
index 1bc3540ca4..f5c9e921f2 100644
--- a/doc/html/boost_asio/example/services/basic_logger.hpp
+++ b/doc/html/boost_asio/example/cpp03/services/basic_logger.hpp
@@ -2,7 +2,7 @@
// basic_logger.hpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/daytime_client.cpp b/doc/html/boost_asio/example/cpp03/services/daytime_client.cpp
index e54ee89c90..a09fa78638 100644
--- a/doc/html/boost_asio/example/services/daytime_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/services/daytime_client.cpp
@@ -2,7 +2,7 @@
// daytime_client.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/logger.hpp b/doc/html/boost_asio/example/cpp03/services/logger.hpp
index ef811d2a82..77ceb61ecf 100644
--- a/doc/html/boost_asio/example/services/logger.hpp
+++ b/doc/html/boost_asio/example/cpp03/services/logger.hpp
@@ -2,7 +2,7 @@
// logger.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/logger_service.cpp b/doc/html/boost_asio/example/cpp03/services/logger_service.cpp
index ee43287ec6..4fd3018bd9 100644
--- a/doc/html/boost_asio/example/services/logger_service.cpp
+++ b/doc/html/boost_asio/example/cpp03/services/logger_service.cpp
@@ -2,7 +2,7 @@
// logger_service.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/logger_service.hpp b/doc/html/boost_asio/example/cpp03/services/logger_service.hpp
index 165018df06..1315d5e681 100644
--- a/doc/html/boost_asio/example/services/logger_service.hpp
+++ b/doc/html/boost_asio/example/cpp03/services/logger_service.hpp
@@ -2,7 +2,7 @@
// logger_service.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/services/stream_socket_service.hpp b/doc/html/boost_asio/example/cpp03/services/stream_socket_service.hpp
index c63d6f43d1..e503875e28 100644
--- a/doc/html/boost_asio/example/services/stream_socket_service.hpp
+++ b/doc/html/boost_asio/example/cpp03/services/stream_socket_service.hpp
@@ -2,7 +2,7 @@
// stream_socket_service.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/socks4/socks4.hpp b/doc/html/boost_asio/example/cpp03/socks4/socks4.hpp
index fd617667ec..297e9ae30b 100644
--- a/doc/html/boost_asio/example/socks4/socks4.hpp
+++ b/doc/html/boost_asio/example/cpp03/socks4/socks4.hpp
@@ -2,7 +2,7 @@
// socks4.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/socks4/sync_client.cpp b/doc/html/boost_asio/example/cpp03/socks4/sync_client.cpp
index 4aed77c87c..f6ce9b5032 100644
--- a/doc/html/boost_asio/example/socks4/sync_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/socks4/sync_client.cpp
@@ -2,7 +2,7 @@
// sync_client.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp b/doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp
new file mode 100644
index 0000000000..9620f1bcb7
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp
@@ -0,0 +1,122 @@
+//
+// echo_server.cpp
+// ~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <boost/asio/deadline_timer.hpp>
+#include <boost/asio/io_service.hpp>
+#include <boost/asio/ip/tcp.hpp>
+#include <boost/asio/spawn.hpp>
+#include <boost/asio/write.hpp>
+#include <boost/bind.hpp>
+#include <boost/shared_ptr.hpp>
+#include <boost/enable_shared_from_this.hpp>
+#include <iostream>
+
+using boost::asio::ip::tcp;
+
+class session : public boost::enable_shared_from_this<session>
+{
+public:
+ explicit session(boost::asio::io_service& io_service)
+ : strand_(io_service),
+ socket_(io_service),
+ timer_(io_service)
+ {
+ }
+
+ tcp::socket& socket()
+ {
+ return socket_;
+ }
+
+ void go()
+ {
+ boost::asio::spawn(strand_,
+ boost::bind(&session::echo,
+ shared_from_this(), _1));
+ boost::asio::spawn(strand_,
+ boost::bind(&session::timeout,
+ shared_from_this(), _1));
+ }
+
+private:
+ void echo(boost::asio::yield_context yield)
+ {
+ try
+ {
+ char data[128];
+ for (;;)
+ {
+ timer_.expires_from_now(boost::posix_time::seconds(10));
+ std::size_t n = socket_.async_read_some(boost::asio::buffer(data), yield);
+ boost::asio::async_write(socket_, boost::asio::buffer(data, n), yield);
+ }
+ }
+ catch (std::exception& e)
+ {
+ socket_.close();
+ timer_.cancel();
+ }
+ }
+
+ void timeout(boost::asio::yield_context yield)
+ {
+ while (socket_.is_open())
+ {
+ boost::system::error_code ignored_ec;
+ timer_.async_wait(yield[ignored_ec]);
+ if (timer_.expires_from_now() <= boost::posix_time::seconds(0))
+ socket_.close();
+ }
+ }
+
+ boost::asio::io_service::strand strand_;
+ tcp::socket socket_;
+ boost::asio::deadline_timer timer_;
+};
+
+void do_accept(boost::asio::io_service& io_service,
+ unsigned short port, boost::asio::yield_context yield)
+{
+ tcp::acceptor acceptor(io_service, tcp::endpoint(tcp::v4(), port));
+
+ for (;;)
+ {
+ boost::system::error_code ec;
+ boost::shared_ptr<session> new_session(new session(io_service));
+ acceptor.async_accept(new_session->socket(), yield[ec]);
+ if (!ec) new_session->go();
+ }
+}
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ boost::asio::spawn(io_service,
+ boost::bind(do_accept,
+ boost::ref(io_service), atoi(argv[1]), _1));
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/ssl/client.cpp b/doc/html/boost_asio/example/cpp03/ssl/client.cpp
index 8220d524a7..7a04436f5a 100644
--- a/doc/html/boost_asio/example/ssl/client.cpp
+++ b/doc/html/boost_asio/example/cpp03/ssl/client.cpp
@@ -2,7 +2,7 @@
// client.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/ssl/server.cpp b/doc/html/boost_asio/example/cpp03/ssl/server.cpp
index 70ce6e6e6f..e95fa516f7 100644
--- a/doc/html/boost_asio/example/ssl/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/ssl/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timeouts/async_tcp_client.cpp b/doc/html/boost_asio/example/cpp03/timeouts/async_tcp_client.cpp
index 2ff9872480..a15f03f991 100644
--- a/doc/html/boost_asio/example/timeouts/async_tcp_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/timeouts/async_tcp_client.cpp
@@ -2,7 +2,7 @@
// async_tcp_client.cpp
// ~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timeouts/blocking_tcp_client.cpp b/doc/html/boost_asio/example/cpp03/timeouts/blocking_tcp_client.cpp
index 96dda15bc6..64dcb77645 100644
--- a/doc/html/boost_asio/example/timeouts/blocking_tcp_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/timeouts/blocking_tcp_client.cpp
@@ -2,7 +2,7 @@
// blocking_tcp_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timeouts/blocking_udp_client.cpp b/doc/html/boost_asio/example/cpp03/timeouts/blocking_udp_client.cpp
index d5e31e062e..51ba811ae8 100644
--- a/doc/html/boost_asio/example/timeouts/blocking_udp_client.cpp
+++ b/doc/html/boost_asio/example/cpp03/timeouts/blocking_udp_client.cpp
@@ -2,7 +2,7 @@
// blocking_udp_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timeouts/server.cpp b/doc/html/boost_asio/example/cpp03/timeouts/server.cpp
index 3a17dce3e0..f8bce7b069 100644
--- a/doc/html/boost_asio/example/timeouts/server.cpp
+++ b/doc/html/boost_asio/example/cpp03/timeouts/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timers/tick_count_timer.cpp b/doc/html/boost_asio/example/cpp03/timers/tick_count_timer.cpp
index d75f2276f6..aa84c84da7 100644
--- a/doc/html/boost_asio/example/timers/tick_count_timer.cpp
+++ b/doc/html/boost_asio/example/cpp03/timers/tick_count_timer.cpp
@@ -2,7 +2,7 @@
// tick_count_timer.cpp
// ~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/timers/time_t_timer.cpp b/doc/html/boost_asio/example/cpp03/timers/time_t_timer.cpp
index 4348019612..9ae42cee46 100644
--- a/doc/html/boost_asio/example/timers/time_t_timer.cpp
+++ b/doc/html/boost_asio/example/cpp03/timers/time_t_timer.cpp
@@ -2,7 +2,7 @@
// time_t_timer.cpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/windows/transmit_file.cpp b/doc/html/boost_asio/example/cpp03/windows/transmit_file.cpp
index c1e00da32e..008b365e38 100644
--- a/doc/html/boost_asio/example/windows/transmit_file.cpp
+++ b/doc/html/boost_asio/example/cpp03/windows/transmit_file.cpp
@@ -2,7 +2,7 @@
// transmit_file.cpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/html/boost_asio/example/cpp11/allocation/server.cpp b/doc/html/boost_asio/example/cpp11/allocation/server.cpp
new file mode 100644
index 0000000000..39b4d2a63d
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/allocation/server.cpp
@@ -0,0 +1,215 @@
+//
+// server.cpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <array>
+#include <cstdlib>
+#include <iostream>
+#include <memory>
+#include <type_traits>
+#include <utility>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::tcp;
+
+// Class to manage the memory to be used for handler-based custom allocation.
+// It contains a single block of memory which may be returned for allocation
+// requests. If the memory is in use when an allocation request is made, the
+// allocator delegates allocation to the global heap.
+class handler_allocator
+{
+public:
+ handler_allocator()
+ : in_use_(false)
+ {
+ }
+
+ handler_allocator(const handler_allocator&) = delete;
+ handler_allocator& operator=(const handler_allocator&) = delete;
+
+ void* allocate(std::size_t size)
+ {
+ if (!in_use_ && size < sizeof(storage_))
+ {
+ in_use_ = true;
+ return &storage_;
+ }
+ else
+ {
+ return ::operator new(size);
+ }
+ }
+
+ void deallocate(void* pointer)
+ {
+ if (pointer == &storage_)
+ {
+ in_use_ = false;
+ }
+ else
+ {
+ ::operator delete(pointer);
+ }
+ }
+
+private:
+ // Storage space used for handler-based custom memory allocation.
+ typename std::aligned_storage<1024>::type storage_;
+
+ // Whether the handler-based custom allocation storage has been used.
+ bool in_use_;
+};
+
+// Wrapper class template for handler objects to allow handler memory
+// allocation to be customised. Calls to operator() are forwarded to the
+// encapsulated handler.
+template <typename Handler>
+class custom_alloc_handler
+{
+public:
+ custom_alloc_handler(handler_allocator& a, Handler h)
+ : allocator_(a),
+ handler_(h)
+ {
+ }
+
+ template <typename ...Args>
+ void operator()(Args&&... args)
+ {
+ handler_(std::forward<Args>(args)...);
+ }
+
+ friend void* asio_handler_allocate(std::size_t size,
+ custom_alloc_handler<Handler>* this_handler)
+ {
+ return this_handler->allocator_.allocate(size);
+ }
+
+ friend void asio_handler_deallocate(void* pointer, std::size_t /*size*/,
+ custom_alloc_handler<Handler>* this_handler)
+ {
+ this_handler->allocator_.deallocate(pointer);
+ }
+
+private:
+ handler_allocator& allocator_;
+ Handler handler_;
+};
+
+// Helper function to wrap a handler object to add custom allocation.
+template <typename Handler>
+inline custom_alloc_handler<Handler> make_custom_alloc_handler(
+ handler_allocator& a, Handler h)
+{
+ return custom_alloc_handler<Handler>(a, h);
+}
+
+class session
+ : public std::enable_shared_from_this<session>
+{
+public:
+ session(tcp::socket socket)
+ : socket_(std::move(socket))
+ {
+ }
+
+ void start()
+ {
+ do_read();
+ }
+
+private:
+ void do_read()
+ {
+ auto self(shared_from_this());
+ socket_.async_read_some(boost::asio::buffer(data_),
+ make_custom_alloc_handler(allocator_,
+ [this, self](boost::system::error_code ec, std::size_t length)
+ {
+ if (!ec)
+ {
+ do_write(length);
+ }
+ }));
+ }
+
+ void do_write(std::size_t length)
+ {
+ auto self(shared_from_this());
+ boost::asio::async_write(socket_, boost::asio::buffer(data_, length),
+ make_custom_alloc_handler(allocator_,
+ [this, self](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ do_read();
+ }
+ }));
+ }
+
+ // The socket used to communicate with the client.
+ tcp::socket socket_;
+
+ // Buffer used to store data received from the client.
+ std::array<char, 1024> data_;
+
+ // The allocator to use for handler-based custom memory allocation.
+ handler_allocator allocator_;
+};
+
+class server
+{
+public:
+ server(boost::asio::io_service& io_service, short port)
+ : acceptor_(io_service, tcp::endpoint(tcp::v4(), port)),
+ socket_(io_service)
+ {
+ do_accept();
+ }
+
+private:
+ void do_accept()
+ {
+ acceptor_.async_accept(socket_,
+ [this](boost::system::error_code ec)
+ {
+ if (!ec)
+ {
+ std::make_shared<session>(std::move(socket_))->start();
+ }
+
+ do_accept();
+ });
+ }
+
+ tcp::acceptor acceptor_;
+ tcp::socket socket_;
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+ server s(io_service, std::atoi(argv[1]));
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/buffers/reference_counted.cpp b/doc/html/boost_asio/example/cpp11/buffers/reference_counted.cpp
new file mode 100644
index 0000000000..47d88de651
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/buffers/reference_counted.cpp
@@ -0,0 +1,123 @@
+//
+// reference_counted.cpp
+// ~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <boost/asio.hpp>
+#include <iostream>
+#include <memory>
+#include <utility>
+#include <vector>
+
+using boost::asio::ip::tcp;
+
+// A reference-counted non-modifiable buffer class.
+class shared_const_buffer
+{
+public:
+ // Construct from a std::string.
+ explicit shared_const_buffer(const std::string& data)
+ : data_(new std::vector<char>(data.begin(), data.end())),
+ buffer_(boost::asio::buffer(*data_))
+ {
+ }
+
+ // Implement the ConstBufferSequence requirements.
+ typedef boost::asio::const_buffer value_type;
+ typedef const boost::asio::const_buffer* const_iterator;
+ const boost::asio::const_buffer* begin() const { return &buffer_; }
+ const boost::asio::const_buffer* end() const { return &buffer_ + 1; }
+
+private:
+ std::shared_ptr<std::vector<char> > data_;
+ boost::asio::const_buffer buffer_;
+};
+
+class session
+ : public std::enable_shared_from_this<session>
+{
+public:
+ session(tcp::socket socket)
+ : socket_(std::move(socket))
+ {
+ }
+
+ void start()
+ {
+ do_write();
+ }
+
+private:
+ void do_write()
+ {
+ std::time_t now = std::time(0);
+ shared_const_buffer buffer(std::ctime(&now));
+
+ auto self(shared_from_this());
+ boost::asio::async_write(socket_, buffer,
+ [this, self](boost::system::error_code /*ec*/, std::size_t /*length*/)
+ {
+ });
+ }
+
+ // The socket used to communicate with the client.
+ tcp::socket socket_;
+};
+
+class server
+{
+public:
+ server(boost::asio::io_service& io_service, short port)
+ : acceptor_(io_service, tcp::endpoint(tcp::v4(), port)),
+ socket_(io_service)
+ {
+ do_accept();
+ }
+
+private:
+ void do_accept()
+ {
+ acceptor_.async_accept(socket_,
+ [this](boost::system::error_code ec)
+ {
+ if (!ec)
+ {
+ std::make_shared<session>(std::move(socket_))->start();
+ }
+
+ do_accept();
+ });
+ }
+
+ tcp::acceptor acceptor_;
+ tcp::socket socket_;
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: reference_counted <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ server s(io_service, std::atoi(argv[1]));
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/chat/chat_client.cpp b/doc/html/boost_asio/example/cpp11/chat/chat_client.cpp
new file mode 100644
index 0000000000..9287f0e2e0
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/chat/chat_client.cpp
@@ -0,0 +1,167 @@
+//
+// chat_client.cpp
+// ~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <deque>
+#include <iostream>
+#include <thread>
+#include <boost/asio.hpp>
+#include "chat_message.hpp"
+
+using boost::asio::ip::tcp;
+
+typedef std::deque<chat_message> chat_message_queue;
+
+class chat_client
+{
+public:
+ chat_client(boost::asio::io_service& io_service,
+ tcp::resolver::iterator endpoint_iterator)
+ : io_service_(io_service),
+ socket_(io_service)
+ {
+ do_connect(endpoint_iterator);
+ }
+
+ void write(const chat_message& msg)
+ {
+ io_service_.post(
+ [this, msg]()
+ {
+ bool write_in_progress = !write_msgs_.empty();
+ write_msgs_.push_back(msg);
+ if (!write_in_progress)
+ {
+ do_write();
+ }
+ });
+ }
+
+ void close()
+ {
+ io_service_.post([this]() { socket_.close(); });
+ }
+
+private:
+ void do_connect(tcp::resolver::iterator endpoint_iterator)
+ {
+ boost::asio::async_connect(socket_, endpoint_iterator,
+ [this](boost::system::error_code ec, tcp::resolver::iterator)
+ {
+ if (!ec)
+ {
+ do_read_header();
+ }
+ });
+ }
+
+ void do_read_header()
+ {
+ boost::asio::async_read(socket_,
+ boost::asio::buffer(read_msg_.data(), chat_message::header_length),
+ [this](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec && read_msg_.decode_header())
+ {
+ do_read_body();
+ }
+ else
+ {
+ socket_.close();
+ }
+ });
+ }
+
+ void do_read_body()
+ {
+ boost::asio::async_read(socket_,
+ boost::asio::buffer(read_msg_.body(), read_msg_.body_length()),
+ [this](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ std::cout.write(read_msg_.body(), read_msg_.body_length());
+ std::cout << "\n";
+ do_read_header();
+ }
+ else
+ {
+ socket_.close();
+ }
+ });
+ }
+
+ void do_write()
+ {
+ boost::asio::async_write(socket_,
+ boost::asio::buffer(write_msgs_.front().data(),
+ write_msgs_.front().length()),
+ [this](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ write_msgs_.pop_front();
+ if (!write_msgs_.empty())
+ {
+ do_write();
+ }
+ }
+ else
+ {
+ socket_.close();
+ }
+ });
+ }
+
+private:
+ boost::asio::io_service& io_service_;
+ tcp::socket socket_;
+ chat_message read_msg_;
+ chat_message_queue write_msgs_;
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 3)
+ {
+ std::cerr << "Usage: chat_client <host> <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ tcp::resolver resolver(io_service);
+ auto endpoint_iterator = resolver.resolve({ argv[1], argv[2] });
+ chat_client c(io_service, endpoint_iterator);
+
+ std::thread t([&io_service](){ io_service.run(); });
+
+ char line[chat_message::max_body_length + 1];
+ while (std::cin.getline(line, chat_message::max_body_length + 1))
+ {
+ chat_message msg;
+ msg.body_length(std::strlen(line));
+ std::memcpy(msg.body(), line, msg.body_length());
+ msg.encode_header();
+ c.write(msg);
+ }
+
+ c.close();
+ t.join();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/chat/chat_message.hpp b/doc/html/boost_asio/example/cpp11/chat/chat_message.hpp
new file mode 100644
index 0000000000..3751504447
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/chat/chat_message.hpp
@@ -0,0 +1,91 @@
+//
+// chat_message.hpp
+// ~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef CHAT_MESSAGE_HPP
+#define CHAT_MESSAGE_HPP
+
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
+
+class chat_message
+{
+public:
+ enum { header_length = 4 };
+ enum { max_body_length = 512 };
+
+ chat_message()
+ : body_length_(0)
+ {
+ }
+
+ const char* data() const
+ {
+ return data_;
+ }
+
+ char* data()
+ {
+ return data_;
+ }
+
+ std::size_t length() const
+ {
+ return header_length + body_length_;
+ }
+
+ const char* body() const
+ {
+ return data_ + header_length;
+ }
+
+ char* body()
+ {
+ return data_ + header_length;
+ }
+
+ std::size_t body_length() const
+ {
+ return body_length_;
+ }
+
+ void body_length(std::size_t new_length)
+ {
+ body_length_ = new_length;
+ if (body_length_ > max_body_length)
+ body_length_ = max_body_length;
+ }
+
+ bool decode_header()
+ {
+ char header[header_length + 1] = "";
+ std::strncat(header, data_, header_length);
+ body_length_ = std::atoi(header);
+ if (body_length_ > max_body_length)
+ {
+ body_length_ = 0;
+ return false;
+ }
+ return true;
+ }
+
+ void encode_header()
+ {
+ char header[header_length + 1] = "";
+ std::sprintf(header, "%4d", static_cast<int>(body_length_));
+ std::memcpy(data_, header, header_length);
+ }
+
+private:
+ char data_[header_length + max_body_length];
+ std::size_t body_length_;
+};
+
+#endif // CHAT_MESSAGE_HPP
diff --git a/doc/html/boost_asio/example/cpp11/chat/chat_server.cpp b/doc/html/boost_asio/example/cpp11/chat/chat_server.cpp
new file mode 100644
index 0000000000..abbe00b193
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/chat/chat_server.cpp
@@ -0,0 +1,229 @@
+//
+// chat_server.cpp
+// ~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <deque>
+#include <iostream>
+#include <list>
+#include <memory>
+#include <set>
+#include <utility>
+#include <boost/asio.hpp>
+#include "chat_message.hpp"
+
+using boost::asio::ip::tcp;
+
+//----------------------------------------------------------------------
+
+typedef std::deque<chat_message> chat_message_queue;
+
+//----------------------------------------------------------------------
+
+class chat_participant
+{
+public:
+ virtual ~chat_participant() {}
+ virtual void deliver(const chat_message& msg) = 0;
+};
+
+typedef std::shared_ptr<chat_participant> chat_participant_ptr;
+
+//----------------------------------------------------------------------
+
+class chat_room
+{
+public:
+ void join(chat_participant_ptr participant)
+ {
+ participants_.insert(participant);
+ for (auto msg: recent_msgs_)
+ participant->deliver(msg);
+ }
+
+ void leave(chat_participant_ptr participant)
+ {
+ participants_.erase(participant);
+ }
+
+ void deliver(const chat_message& msg)
+ {
+ recent_msgs_.push_back(msg);
+ while (recent_msgs_.size() > max_recent_msgs)
+ recent_msgs_.pop_front();
+
+ for (auto participant: participants_)
+ participant->deliver(msg);
+ }
+
+private:
+ std::set<chat_participant_ptr> participants_;
+ enum { max_recent_msgs = 100 };
+ chat_message_queue recent_msgs_;
+};
+
+//----------------------------------------------------------------------
+
+class chat_session
+ : public chat_participant,
+ public std::enable_shared_from_this<chat_session>
+{
+public:
+ chat_session(tcp::socket socket, chat_room& room)
+ : socket_(std::move(socket)),
+ room_(room)
+ {
+ }
+
+ void start()
+ {
+ room_.join(shared_from_this());
+ do_read_header();
+ }
+
+ void deliver(const chat_message& msg)
+ {
+ bool write_in_progress = !write_msgs_.empty();
+ write_msgs_.push_back(msg);
+ if (!write_in_progress)
+ {
+ do_write();
+ }
+ }
+
+private:
+ void do_read_header()
+ {
+ auto self(shared_from_this());
+ boost::asio::async_read(socket_,
+ boost::asio::buffer(read_msg_.data(), chat_message::header_length),
+ [this, self](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec && read_msg_.decode_header())
+ {
+ do_read_body();
+ }
+ else
+ {
+ room_.leave(shared_from_this());
+ }
+ });
+ }
+
+ void do_read_body()
+ {
+ auto self(shared_from_this());
+ boost::asio::async_read(socket_,
+ boost::asio::buffer(read_msg_.body(), read_msg_.body_length()),
+ [this, self](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ room_.deliver(read_msg_);
+ do_read_header();
+ }
+ else
+ {
+ room_.leave(shared_from_this());
+ }
+ });
+ }
+
+ void do_write()
+ {
+ auto self(shared_from_this());
+ boost::asio::async_write(socket_,
+ boost::asio::buffer(write_msgs_.front().data(),
+ write_msgs_.front().length()),
+ [this, self](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ write_msgs_.pop_front();
+ if (!write_msgs_.empty())
+ {
+ do_write();
+ }
+ }
+ else
+ {
+ room_.leave(shared_from_this());
+ }
+ });
+ }
+
+ tcp::socket socket_;
+ chat_room& room_;
+ chat_message read_msg_;
+ chat_message_queue write_msgs_;
+};
+
+//----------------------------------------------------------------------
+
+class chat_server
+{
+public:
+ chat_server(boost::asio::io_service& io_service,
+ const tcp::endpoint& endpoint)
+ : acceptor_(io_service, endpoint),
+ socket_(io_service)
+ {
+ do_accept();
+ }
+
+private:
+ void do_accept()
+ {
+ acceptor_.async_accept(socket_,
+ [this](boost::system::error_code ec)
+ {
+ if (!ec)
+ {
+ std::make_shared<chat_session>(std::move(socket_), room_)->start();
+ }
+
+ do_accept();
+ });
+ }
+
+ tcp::acceptor acceptor_;
+ tcp::socket socket_;
+ chat_room room_;
+};
+
+//----------------------------------------------------------------------
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc < 2)
+ {
+ std::cerr << "Usage: chat_server <port> [<port> ...]\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ std::list<chat_server> servers;
+ for (int i = 1; i < argc; ++i)
+ {
+ tcp::endpoint endpoint(tcp::v4(), std::atoi(argv[i]));
+ servers.emplace_back(io_service, endpoint);
+ }
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp b/doc/html/boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp
new file mode 100644
index 0000000000..acc1cab397
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp
@@ -0,0 +1,116 @@
+//
+// async_tcp_echo_server.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <iostream>
+#include <memory>
+#include <utility>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::tcp;
+
+class session
+ : public std::enable_shared_from_this<session>
+{
+public:
+ session(tcp::socket socket)
+ : socket_(std::move(socket))
+ {
+ }
+
+ void start()
+ {
+ do_read();
+ }
+
+private:
+ void do_read()
+ {
+ auto self(shared_from_this());
+ socket_.async_read_some(boost::asio::buffer(data_, max_length),
+ [this, self](boost::system::error_code ec, std::size_t length)
+ {
+ if (!ec)
+ {
+ do_write(length);
+ }
+ });
+ }
+
+ void do_write(std::size_t length)
+ {
+ auto self(shared_from_this());
+ boost::asio::async_write(socket_, boost::asio::buffer(data_, length),
+ [this, self](boost::system::error_code ec, std::size_t /*length*/)
+ {
+ if (!ec)
+ {
+ do_read();
+ }
+ });
+ }
+
+ tcp::socket socket_;
+ enum { max_length = 1024 };
+ char data_[max_length];
+};
+
+class server
+{
+public:
+ server(boost::asio::io_service& io_service, short port)
+ : acceptor_(io_service, tcp::endpoint(tcp::v4(), port)),
+ socket_(io_service)
+ {
+ do_accept();
+ }
+
+private:
+ void do_accept()
+ {
+ acceptor_.async_accept(socket_,
+ [this](boost::system::error_code ec)
+ {
+ if (!ec)
+ {
+ std::make_shared<session>(std::move(socket_))->start();
+ }
+
+ do_accept();
+ });
+ }
+
+ tcp::acceptor acceptor_;
+ tcp::socket socket_;
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: async_tcp_echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ server s(io_service, std::atoi(argv[1]));
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/async_udp_echo_server.cpp b/doc/html/boost_asio/example/cpp11/echo/async_udp_echo_server.cpp
new file mode 100644
index 0000000000..4dc04e45e1
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/async_udp_echo_server.cpp
@@ -0,0 +1,82 @@
+//
+// async_udp_echo_server.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <iostream>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::udp;
+
+class server
+{
+public:
+ server(boost::asio::io_service& io_service, short port)
+ : socket_(io_service, udp::endpoint(udp::v4(), port))
+ {
+ do_receive();
+ }
+
+ void do_receive()
+ {
+ socket_.async_receive_from(
+ boost::asio::buffer(data_, max_length), sender_endpoint_,
+ [this](boost::system::error_code ec, std::size_t bytes_recvd)
+ {
+ if (!ec && bytes_recvd > 0)
+ {
+ do_send(bytes_recvd);
+ }
+ else
+ {
+ do_receive();
+ }
+ });
+ }
+
+ void do_send(std::size_t length)
+ {
+ socket_.async_send_to(
+ boost::asio::buffer(data_, length), sender_endpoint_,
+ [this](boost::system::error_code /*ec*/, std::size_t /*bytes_sent*/)
+ {
+ do_receive();
+ });
+ }
+
+private:
+ udp::socket socket_;
+ udp::endpoint sender_endpoint_;
+ enum { max_length = 1024 };
+ char data_[max_length];
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: async_udp_echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ server s(io_service, std::atoi(argv[1]));
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp b/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp
new file mode 100644
index 0000000000..cdf05e7ea4
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp
@@ -0,0 +1,55 @@
+//
+// blocking_tcp_echo_client.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <cstring>
+#include <iostream>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::tcp;
+
+enum { max_length = 1024 };
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 3)
+ {
+ std::cerr << "Usage: blocking_tcp_echo_client <host> <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ tcp::socket s(io_service);
+ tcp::resolver resolver(io_service);
+ boost::asio::connect(s, resolver.resolve({argv[1], argv[2]}));
+
+ std::cout << "Enter message: ";
+ char request[max_length];
+ std::cin.getline(request, max_length);
+ size_t request_length = std::strlen(request);
+ boost::asio::write(s, boost::asio::buffer(request, request_length));
+
+ char reply[max_length];
+ size_t reply_length = boost::asio::read(s,
+ boost::asio::buffer(reply, request_length));
+ std::cout << "Reply is: ";
+ std::cout.write(reply, reply_length);
+ std::cout << "\n";
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp b/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp
new file mode 100644
index 0000000000..79ae155411
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp
@@ -0,0 +1,76 @@
+//
+// blocking_tcp_echo_server.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <iostream>
+#include <thread>
+#include <utility>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::tcp;
+
+const int max_length = 1024;
+
+void session(tcp::socket sock)
+{
+ try
+ {
+ for (;;)
+ {
+ char data[max_length];
+
+ boost::system::error_code error;
+ size_t length = sock.read_some(boost::asio::buffer(data), error);
+ if (error == boost::asio::error::eof)
+ break; // Connection closed cleanly by peer.
+ else if (error)
+ throw boost::system::system_error(error); // Some other error.
+
+ boost::asio::write(sock, boost::asio::buffer(data, length));
+ }
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception in thread: " << e.what() << "\n";
+ }
+}
+
+void server(boost::asio::io_service& io_service, unsigned short port)
+{
+ tcp::acceptor a(io_service, tcp::endpoint(tcp::v4(), port));
+ for (;;)
+ {
+ tcp::socket sock(io_service);
+ a.accept(sock);
+ std::thread(session, std::move(sock)).detach();
+ }
+}
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: blocking_tcp_echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ server(io_service, std::atoi(argv[1]));
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp b/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp
new file mode 100644
index 0000000000..02bda23236
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp
@@ -0,0 +1,57 @@
+//
+// blocking_udp_echo_client.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <cstring>
+#include <iostream>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::udp;
+
+enum { max_length = 1024 };
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 3)
+ {
+ std::cerr << "Usage: blocking_udp_echo_client <host> <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ udp::socket s(io_service, udp::endpoint(udp::v4(), 0));
+
+ udp::resolver resolver(io_service);
+ udp::endpoint endpoint = *resolver.resolve({udp::v4(), argv[1], argv[2]});
+
+ std::cout << "Enter message: ";
+ char request[max_length];
+ std::cin.getline(request, max_length);
+ size_t request_length = std::strlen(request);
+ s.send_to(boost::asio::buffer(request, request_length), endpoint);
+
+ char reply[max_length];
+ udp::endpoint sender_endpoint;
+ size_t reply_length = s.receive_from(
+ boost::asio::buffer(reply, max_length), sender_endpoint);
+ std::cout << "Reply is: ";
+ std::cout.write(reply, reply_length);
+ std::cout << "\n";
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp b/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp
new file mode 100644
index 0000000000..fddaf1e3ea
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp
@@ -0,0 +1,52 @@
+//
+// blocking_udp_echo_server.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <cstdlib>
+#include <iostream>
+#include <boost/asio.hpp>
+
+using boost::asio::ip::udp;
+
+enum { max_length = 1024 };
+
+void server(boost::asio::io_service& io_service, unsigned short port)
+{
+ udp::socket sock(io_service, udp::endpoint(udp::v4(), port));
+ for (;;)
+ {
+ char data[max_length];
+ udp::endpoint sender_endpoint;
+ size_t length = sock.receive_from(
+ boost::asio::buffer(data, max_length), sender_endpoint);
+ sock.send_to(boost::asio::buffer(data, length), sender_endpoint);
+ }
+}
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: blocking_udp_echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ server(io_service, std::atoi(argv[1]));
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/futures/daytime_client.cpp b/doc/html/boost_asio/example/cpp11/futures/daytime_client.cpp
new file mode 100644
index 0000000000..b87d4015e6
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/futures/daytime_client.cpp
@@ -0,0 +1,94 @@
+//
+// daytime_client.cpp
+// ~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <array>
+#include <future>
+#include <iostream>
+#include <thread>
+#include <boost/asio/io_service.hpp>
+#include <boost/asio/ip/udp.hpp>
+#include <boost/asio/use_future.hpp>
+
+using boost::asio::ip::udp;
+
+void get_daytime(boost::asio::io_service& io_service, const char* hostname)
+{
+ try
+ {
+ udp::resolver resolver(io_service);
+
+ std::future<udp::resolver::iterator> iter =
+ resolver.async_resolve(
+ {udp::v4(), hostname, "daytime"},
+ boost::asio::use_future);
+
+ // The async_resolve operation above returns the endpoint iterator as a
+ // future value that is not retrieved ...
+
+ udp::socket socket(io_service, udp::v4());
+
+ std::array<char, 1> send_buf = {{ 0 }};
+ std::future<std::size_t> send_length =
+ socket.async_send_to(boost::asio::buffer(send_buf),
+ *iter.get(), // ... until here. This call may block.
+ boost::asio::use_future);
+
+ // Do other things here while the send completes.
+
+ send_length.get(); // Blocks until the send is complete. Throws any errors.
+
+ std::array<char, 128> recv_buf;
+ udp::endpoint sender_endpoint;
+ std::future<std::size_t> recv_length =
+ socket.async_receive_from(
+ boost::asio::buffer(recv_buf),
+ sender_endpoint,
+ boost::asio::use_future);
+
+ // Do other things here while the receive completes.
+
+ std::cout.write(
+ recv_buf.data(),
+ recv_length.get()); // Blocks until receive is complete.
+ }
+ catch (std::system_error& e)
+ {
+ std::cerr << e.what() << std::endl;
+ }
+}
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: daytime_client <host>" << std::endl;
+ return 1;
+ }
+
+ // We run the io_service off in its own thread so that it operates
+ // completely asynchronously with respect to the rest of the program.
+ boost::asio::io_service io_service;
+ boost::asio::io_service::work work(io_service);
+ std::thread thread([&io_service](){ io_service.run(); });
+
+ get_daytime(io_service, argv[1]);
+
+ io_service.stop();
+ thread.join();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << e.what() << std::endl;
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/http/server/connection.cpp b/doc/html/boost_asio/example/cpp11/http/server/connection.cpp
new file mode 100644
index 0000000000..26bca7031b
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/connection.cpp
@@ -0,0 +1,94 @@
+//
+// connection.cpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "connection.hpp"
+#include <utility>
+#include <vector>
+#include "connection_manager.hpp"
+#include "request_handler.hpp"
+
+namespace http {
+namespace server {
+
+connection::connection(boost::asio::ip::tcp::socket socket,
+ connection_manager& manager, request_handler& handler)
+ : socket_(std::move(socket)),
+ connection_manager_(manager),
+ request_handler_(handler)
+{
+}
+
+void connection::start()
+{
+ do_read();
+}
+
+void connection::stop()
+{
+ socket_.close();
+}
+
+void connection::do_read()
+{
+ auto self(shared_from_this());
+ socket_.async_read_some(boost::asio::buffer(buffer_),
+ [this, self](boost::system::error_code ec, std::size_t bytes_transferred)
+ {
+ if (!ec)
+ {
+ request_parser::result_type result;
+ std::tie(result, std::ignore) = request_parser_.parse(
+ request_, buffer_.data(), buffer_.data() + bytes_transferred);
+
+ if (result == request_parser::good)
+ {
+ request_handler_.handle_request(request_, reply_);
+ do_write();
+ }
+ else if (result == request_parser::bad)
+ {
+ reply_ = reply::stock_reply(reply::bad_request);
+ do_write();
+ }
+ else
+ {
+ do_read();
+ }
+ }
+ else if (ec != boost::asio::error::operation_aborted)
+ {
+ connection_manager_.stop(shared_from_this());
+ }
+ });
+}
+
+void connection::do_write()
+{
+ auto self(shared_from_this());
+ boost::asio::async_write(socket_, reply_.to_buffers(),
+ [this, self](boost::system::error_code ec, std::size_t)
+ {
+ if (!ec)
+ {
+ // Initiate graceful connection closure.
+ boost::system::error_code ignored_ec;
+ socket_.shutdown(boost::asio::ip::tcp::socket::shutdown_both,
+ ignored_ec);
+ }
+
+ if (ec != boost::asio::error::operation_aborted)
+ {
+ connection_manager_.stop(shared_from_this());
+ }
+ });
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/connection.hpp b/doc/html/boost_asio/example/cpp11/http/server/connection.hpp
new file mode 100644
index 0000000000..5dd8bf84d3
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/connection.hpp
@@ -0,0 +1,79 @@
+//
+// connection.hpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_CONNECTION_HPP
+#define HTTP_CONNECTION_HPP
+
+#include <array>
+#include <memory>
+#include <boost/asio.hpp>
+#include "reply.hpp"
+#include "request.hpp"
+#include "request_handler.hpp"
+#include "request_parser.hpp"
+
+namespace http {
+namespace server {
+
+class connection_manager;
+
+/// Represents a single connection from a client.
+class connection
+ : public std::enable_shared_from_this<connection>
+{
+public:
+ connection(const connection&) = delete;
+ connection& operator=(const connection&) = delete;
+
+ /// Construct a connection with the given socket.
+ explicit connection(boost::asio::ip::tcp::socket socket,
+ connection_manager& manager, request_handler& handler);
+
+ /// Start the first asynchronous operation for the connection.
+ void start();
+
+ /// Stop all asynchronous operations associated with the connection.
+ void stop();
+
+private:
+ /// Perform an asynchronous read operation.
+ void do_read();
+
+ /// Perform an asynchronous write operation.
+ void do_write();
+
+ /// Socket for the connection.
+ boost::asio::ip::tcp::socket socket_;
+
+ /// The manager for this connection.
+ connection_manager& connection_manager_;
+
+ /// The handler used to process the incoming request.
+ request_handler& request_handler_;
+
+ /// Buffer for incoming data.
+ std::array<char, 8192> buffer_;
+
+ /// The incoming request.
+ request request_;
+
+ /// The parser for the incoming request.
+ request_parser request_parser_;
+
+ /// The reply to be sent back to the client.
+ reply reply_;
+};
+
+typedef std::shared_ptr<connection> connection_ptr;
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_CONNECTION_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/connection_manager.cpp b/doc/html/boost_asio/example/cpp11/http/server/connection_manager.cpp
new file mode 100644
index 0000000000..831dbfab78
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/connection_manager.cpp
@@ -0,0 +1,40 @@
+//
+// connection_manager.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "connection_manager.hpp"
+
+namespace http {
+namespace server {
+
+connection_manager::connection_manager()
+{
+}
+
+void connection_manager::start(connection_ptr c)
+{
+ connections_.insert(c);
+ c->start();
+}
+
+void connection_manager::stop(connection_ptr c)
+{
+ connections_.erase(c);
+ c->stop();
+}
+
+void connection_manager::stop_all()
+{
+ for (auto c: connections_)
+ c->stop();
+ connections_.clear();
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/connection_manager.hpp b/doc/html/boost_asio/example/cpp11/http/server/connection_manager.hpp
new file mode 100644
index 0000000000..e54baf9a8b
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/connection_manager.hpp
@@ -0,0 +1,48 @@
+//
+// connection_manager.hpp
+// ~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_CONNECTION_MANAGER_HPP
+#define HTTP_CONNECTION_MANAGER_HPP
+
+#include <set>
+#include "connection.hpp"
+
+namespace http {
+namespace server {
+
+/// Manages open connections so that they may be cleanly stopped when the server
+/// needs to shut down.
+class connection_manager
+{
+public:
+ connection_manager(const connection_manager&) = delete;
+ connection_manager& operator=(const connection_manager&) = delete;
+
+ /// Construct a connection manager.
+ connection_manager();
+
+ /// Add the specified connection to the manager and start it.
+ void start(connection_ptr c);
+
+ /// Stop the specified connection.
+ void stop(connection_ptr c);
+
+ /// Stop all connections.
+ void stop_all();
+
+private:
+ /// The managed connections.
+ std::set<connection_ptr> connections_;
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_CONNECTION_MANAGER_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/header.hpp b/doc/html/boost_asio/example/cpp11/http/server/header.hpp
new file mode 100644
index 0000000000..b2375afea2
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/header.hpp
@@ -0,0 +1,28 @@
+//
+// header.hpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_HEADER_HPP
+#define HTTP_HEADER_HPP
+
+#include <string>
+
+namespace http {
+namespace server {
+
+struct header
+{
+ std::string name;
+ std::string value;
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_HEADER_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/main.cpp b/doc/html/boost_asio/example/cpp11/http/server/main.cpp
new file mode 100644
index 0000000000..1a885e99e4
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/main.cpp
@@ -0,0 +1,43 @@
+//
+// main.cpp
+// ~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <iostream>
+#include <string>
+#include <boost/asio.hpp>
+#include "server.hpp"
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ // Check command line arguments.
+ if (argc != 4)
+ {
+ std::cerr << "Usage: http_server <address> <port> <doc_root>\n";
+ std::cerr << " For IPv4, try:\n";
+ std::cerr << " receiver 0.0.0.0 80 .\n";
+ std::cerr << " For IPv6, try:\n";
+ std::cerr << " receiver 0::0 80 .\n";
+ return 1;
+ }
+
+ // Initialise the server.
+ http::server::server s(argv[1], argv[2], argv[3]);
+
+ // Run the server until stopped.
+ s.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/cpp11/http/server/mime_types.cpp b/doc/html/boost_asio/example/cpp11/http/server/mime_types.cpp
new file mode 100644
index 0000000000..e749452d8c
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/mime_types.cpp
@@ -0,0 +1,45 @@
+//
+// mime_types.cpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "mime_types.hpp"
+
+namespace http {
+namespace server {
+namespace mime_types {
+
+struct mapping
+{
+ const char* extension;
+ const char* mime_type;
+} mappings[] =
+{
+ { "gif", "image/gif" },
+ { "htm", "text/html" },
+ { "html", "text/html" },
+ { "jpg", "image/jpeg" },
+ { "png", "image/png" }
+};
+
+std::string extension_to_type(const std::string& extension)
+{
+ for (mapping m: mappings)
+ {
+ if (m.extension == extension)
+ {
+ return m.mime_type;
+ }
+ }
+
+ return "text/plain";
+}
+
+} // namespace mime_types
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/mime_types.hpp b/doc/html/boost_asio/example/cpp11/http/server/mime_types.hpp
new file mode 100644
index 0000000000..21f737e584
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/mime_types.hpp
@@ -0,0 +1,27 @@
+//
+// mime_types.hpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_MIME_TYPES_HPP
+#define HTTP_MIME_TYPES_HPP
+
+#include <string>
+
+namespace http {
+namespace server {
+namespace mime_types {
+
+/// Convert a file extension into a MIME type.
+std::string extension_to_type(const std::string& extension);
+
+} // namespace mime_types
+} // namespace server
+} // namespace http
+
+#endif // HTTP_MIME_TYPES_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/reply.cpp b/doc/html/boost_asio/example/cpp11/http/server/reply.cpp
new file mode 100644
index 0000000000..983de65f84
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/reply.cpp
@@ -0,0 +1,255 @@
+//
+// reply.cpp
+// ~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "reply.hpp"
+#include <string>
+
+namespace http {
+namespace server {
+
+namespace status_strings {
+
+const std::string ok =
+ "HTTP/1.0 200 OK\r\n";
+const std::string created =
+ "HTTP/1.0 201 Created\r\n";
+const std::string accepted =
+ "HTTP/1.0 202 Accepted\r\n";
+const std::string no_content =
+ "HTTP/1.0 204 No Content\r\n";
+const std::string multiple_choices =
+ "HTTP/1.0 300 Multiple Choices\r\n";
+const std::string moved_permanently =
+ "HTTP/1.0 301 Moved Permanently\r\n";
+const std::string moved_temporarily =
+ "HTTP/1.0 302 Moved Temporarily\r\n";
+const std::string not_modified =
+ "HTTP/1.0 304 Not Modified\r\n";
+const std::string bad_request =
+ "HTTP/1.0 400 Bad Request\r\n";
+const std::string unauthorized =
+ "HTTP/1.0 401 Unauthorized\r\n";
+const std::string forbidden =
+ "HTTP/1.0 403 Forbidden\r\n";
+const std::string not_found =
+ "HTTP/1.0 404 Not Found\r\n";
+const std::string internal_server_error =
+ "HTTP/1.0 500 Internal Server Error\r\n";
+const std::string not_implemented =
+ "HTTP/1.0 501 Not Implemented\r\n";
+const std::string bad_gateway =
+ "HTTP/1.0 502 Bad Gateway\r\n";
+const std::string service_unavailable =
+ "HTTP/1.0 503 Service Unavailable\r\n";
+
+boost::asio::const_buffer to_buffer(reply::status_type status)
+{
+ switch (status)
+ {
+ case reply::ok:
+ return boost::asio::buffer(ok);
+ case reply::created:
+ return boost::asio::buffer(created);
+ case reply::accepted:
+ return boost::asio::buffer(accepted);
+ case reply::no_content:
+ return boost::asio::buffer(no_content);
+ case reply::multiple_choices:
+ return boost::asio::buffer(multiple_choices);
+ case reply::moved_permanently:
+ return boost::asio::buffer(moved_permanently);
+ case reply::moved_temporarily:
+ return boost::asio::buffer(moved_temporarily);
+ case reply::not_modified:
+ return boost::asio::buffer(not_modified);
+ case reply::bad_request:
+ return boost::asio::buffer(bad_request);
+ case reply::unauthorized:
+ return boost::asio::buffer(unauthorized);
+ case reply::forbidden:
+ return boost::asio::buffer(forbidden);
+ case reply::not_found:
+ return boost::asio::buffer(not_found);
+ case reply::internal_server_error:
+ return boost::asio::buffer(internal_server_error);
+ case reply::not_implemented:
+ return boost::asio::buffer(not_implemented);
+ case reply::bad_gateway:
+ return boost::asio::buffer(bad_gateway);
+ case reply::service_unavailable:
+ return boost::asio::buffer(service_unavailable);
+ default:
+ return boost::asio::buffer(internal_server_error);
+ }
+}
+
+} // namespace status_strings
+
+namespace misc_strings {
+
+const char name_value_separator[] = { ':', ' ' };
+const char crlf[] = { '\r', '\n' };
+
+} // namespace misc_strings
+
+std::vector<boost::asio::const_buffer> reply::to_buffers()
+{
+ std::vector<boost::asio::const_buffer> buffers;
+ buffers.push_back(status_strings::to_buffer(status));
+ for (std::size_t i = 0; i < headers.size(); ++i)
+ {
+ header& h = headers[i];
+ buffers.push_back(boost::asio::buffer(h.name));
+ buffers.push_back(boost::asio::buffer(misc_strings::name_value_separator));
+ buffers.push_back(boost::asio::buffer(h.value));
+ buffers.push_back(boost::asio::buffer(misc_strings::crlf));
+ }
+ buffers.push_back(boost::asio::buffer(misc_strings::crlf));
+ buffers.push_back(boost::asio::buffer(content));
+ return buffers;
+}
+
+namespace stock_replies {
+
+const char ok[] = "";
+const char created[] =
+ "<html>"
+ "<head><title>Created</title></head>"
+ "<body><h1>201 Created</h1></body>"
+ "</html>";
+const char accepted[] =
+ "<html>"
+ "<head><title>Accepted</title></head>"
+ "<body><h1>202 Accepted</h1></body>"
+ "</html>";
+const char no_content[] =
+ "<html>"
+ "<head><title>No Content</title></head>"
+ "<body><h1>204 Content</h1></body>"
+ "</html>";
+const char multiple_choices[] =
+ "<html>"
+ "<head><title>Multiple Choices</title></head>"
+ "<body><h1>300 Multiple Choices</h1></body>"
+ "</html>";
+const char moved_permanently[] =
+ "<html>"
+ "<head><title>Moved Permanently</title></head>"
+ "<body><h1>301 Moved Permanently</h1></body>"
+ "</html>";
+const char moved_temporarily[] =
+ "<html>"
+ "<head><title>Moved Temporarily</title></head>"
+ "<body><h1>302 Moved Temporarily</h1></body>"
+ "</html>";
+const char not_modified[] =
+ "<html>"
+ "<head><title>Not Modified</title></head>"
+ "<body><h1>304 Not Modified</h1></body>"
+ "</html>";
+const char bad_request[] =
+ "<html>"
+ "<head><title>Bad Request</title></head>"
+ "<body><h1>400 Bad Request</h1></body>"
+ "</html>";
+const char unauthorized[] =
+ "<html>"
+ "<head><title>Unauthorized</title></head>"
+ "<body><h1>401 Unauthorized</h1></body>"
+ "</html>";
+const char forbidden[] =
+ "<html>"
+ "<head><title>Forbidden</title></head>"
+ "<body><h1>403 Forbidden</h1></body>"
+ "</html>";
+const char not_found[] =
+ "<html>"
+ "<head><title>Not Found</title></head>"
+ "<body><h1>404 Not Found</h1></body>"
+ "</html>";
+const char internal_server_error[] =
+ "<html>"
+ "<head><title>Internal Server Error</title></head>"
+ "<body><h1>500 Internal Server Error</h1></body>"
+ "</html>";
+const char not_implemented[] =
+ "<html>"
+ "<head><title>Not Implemented</title></head>"
+ "<body><h1>501 Not Implemented</h1></body>"
+ "</html>";
+const char bad_gateway[] =
+ "<html>"
+ "<head><title>Bad Gateway</title></head>"
+ "<body><h1>502 Bad Gateway</h1></body>"
+ "</html>";
+const char service_unavailable[] =
+ "<html>"
+ "<head><title>Service Unavailable</title></head>"
+ "<body><h1>503 Service Unavailable</h1></body>"
+ "</html>";
+
+std::string to_string(reply::status_type status)
+{
+ switch (status)
+ {
+ case reply::ok:
+ return ok;
+ case reply::created:
+ return created;
+ case reply::accepted:
+ return accepted;
+ case reply::no_content:
+ return no_content;
+ case reply::multiple_choices:
+ return multiple_choices;
+ case reply::moved_permanently:
+ return moved_permanently;
+ case reply::moved_temporarily:
+ return moved_temporarily;
+ case reply::not_modified:
+ return not_modified;
+ case reply::bad_request:
+ return bad_request;
+ case reply::unauthorized:
+ return unauthorized;
+ case reply::forbidden:
+ return forbidden;
+ case reply::not_found:
+ return not_found;
+ case reply::internal_server_error:
+ return internal_server_error;
+ case reply::not_implemented:
+ return not_implemented;
+ case reply::bad_gateway:
+ return bad_gateway;
+ case reply::service_unavailable:
+ return service_unavailable;
+ default:
+ return internal_server_error;
+ }
+}
+
+} // namespace stock_replies
+
+reply reply::stock_reply(reply::status_type status)
+{
+ reply rep;
+ rep.status = status;
+ rep.content = stock_replies::to_string(status);
+ rep.headers.resize(2);
+ rep.headers[0].name = "Content-Length";
+ rep.headers[0].value = std::to_string(rep.content.size());
+ rep.headers[1].name = "Content-Type";
+ rep.headers[1].value = "text/html";
+ return rep;
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/reply.hpp b/doc/html/boost_asio/example/cpp11/http/server/reply.hpp
new file mode 100644
index 0000000000..9757df4931
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/reply.hpp
@@ -0,0 +1,64 @@
+//
+// reply.hpp
+// ~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_REPLY_HPP
+#define HTTP_REPLY_HPP
+
+#include <string>
+#include <vector>
+#include <boost/asio.hpp>
+#include "header.hpp"
+
+namespace http {
+namespace server {
+
+/// A reply to be sent to a client.
+struct reply
+{
+ /// The status of the reply.
+ enum status_type
+ {
+ ok = 200,
+ created = 201,
+ accepted = 202,
+ no_content = 204,
+ multiple_choices = 300,
+ moved_permanently = 301,
+ moved_temporarily = 302,
+ not_modified = 304,
+ bad_request = 400,
+ unauthorized = 401,
+ forbidden = 403,
+ not_found = 404,
+ internal_server_error = 500,
+ not_implemented = 501,
+ bad_gateway = 502,
+ service_unavailable = 503
+ } status;
+
+ /// The headers to be included in the reply.
+ std::vector<header> headers;
+
+ /// The content to be sent in the reply.
+ std::string content;
+
+ /// Convert the reply into a vector of buffers. The buffers do not own the
+ /// underlying memory blocks, therefore the reply object must remain valid and
+ /// not be changed until the write operation has completed.
+ std::vector<boost::asio::const_buffer> to_buffers();
+
+ /// Get a stock reply.
+ static reply stock_reply(status_type status);
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_REPLY_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/request.hpp b/doc/html/boost_asio/example/cpp11/http/server/request.hpp
new file mode 100644
index 0000000000..3e2250186e
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/request.hpp
@@ -0,0 +1,34 @@
+//
+// request.hpp
+// ~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_REQUEST_HPP
+#define HTTP_REQUEST_HPP
+
+#include <string>
+#include <vector>
+#include "header.hpp"
+
+namespace http {
+namespace server {
+
+/// A request received from a client.
+struct request
+{
+ std::string method;
+ std::string uri;
+ int http_version_major;
+ int http_version_minor;
+ std::vector<header> headers;
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_REQUEST_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/request_handler.cpp b/doc/html/boost_asio/example/cpp11/http/server/request_handler.cpp
new file mode 100644
index 0000000000..8546ea84af
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/request_handler.cpp
@@ -0,0 +1,121 @@
+//
+// request_handler.cpp
+// ~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "request_handler.hpp"
+#include <fstream>
+#include <sstream>
+#include <string>
+#include "mime_types.hpp"
+#include "reply.hpp"
+#include "request.hpp"
+
+namespace http {
+namespace server {
+
+request_handler::request_handler(const std::string& doc_root)
+ : doc_root_(doc_root)
+{
+}
+
+void request_handler::handle_request(const request& req, reply& rep)
+{
+ // Decode url to path.
+ std::string request_path;
+ if (!url_decode(req.uri, request_path))
+ {
+ rep = reply::stock_reply(reply::bad_request);
+ return;
+ }
+
+ // Request path must be absolute and not contain "..".
+ if (request_path.empty() || request_path[0] != '/'
+ || request_path.find("..") != std::string::npos)
+ {
+ rep = reply::stock_reply(reply::bad_request);
+ return;
+ }
+
+ // If path ends in slash (i.e. is a directory) then add "index.html".
+ if (request_path[request_path.size() - 1] == '/')
+ {
+ request_path += "index.html";
+ }
+
+ // Determine the file extension.
+ std::size_t last_slash_pos = request_path.find_last_of("/");
+ std::size_t last_dot_pos = request_path.find_last_of(".");
+ std::string extension;
+ if (last_dot_pos != std::string::npos && last_dot_pos > last_slash_pos)
+ {
+ extension = request_path.substr(last_dot_pos + 1);
+ }
+
+ // Open the file to send back.
+ std::string full_path = doc_root_ + request_path;
+ std::ifstream is(full_path.c_str(), std::ios::in | std::ios::binary);
+ if (!is)
+ {
+ rep = reply::stock_reply(reply::not_found);
+ return;
+ }
+
+ // Fill out the reply to be sent to the client.
+ rep.status = reply::ok;
+ char buf[512];
+ while (is.read(buf, sizeof(buf)).gcount() > 0)
+ rep.content.append(buf, is.gcount());
+ rep.headers.resize(2);
+ rep.headers[0].name = "Content-Length";
+ rep.headers[0].value = std::to_string(rep.content.size());
+ rep.headers[1].name = "Content-Type";
+ rep.headers[1].value = mime_types::extension_to_type(extension);
+}
+
+bool request_handler::url_decode(const std::string& in, std::string& out)
+{
+ out.clear();
+ out.reserve(in.size());
+ for (std::size_t i = 0; i < in.size(); ++i)
+ {
+ if (in[i] == '%')
+ {
+ if (i + 3 <= in.size())
+ {
+ int value = 0;
+ std::istringstream is(in.substr(i + 1, 2));
+ if (is >> std::hex >> value)
+ {
+ out += static_cast<char>(value);
+ i += 2;
+ }
+ else
+ {
+ return false;
+ }
+ }
+ else
+ {
+ return false;
+ }
+ }
+ else if (in[i] == '+')
+ {
+ out += ' ';
+ }
+ else
+ {
+ out += in[i];
+ }
+ }
+ return true;
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/request_handler.hpp b/doc/html/boost_asio/example/cpp11/http/server/request_handler.hpp
new file mode 100644
index 0000000000..a10fa3562e
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/request_handler.hpp
@@ -0,0 +1,47 @@
+//
+// request_handler.hpp
+// ~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_REQUEST_HANDLER_HPP
+#define HTTP_REQUEST_HANDLER_HPP
+
+#include <string>
+
+namespace http {
+namespace server {
+
+struct reply;
+struct request;
+
+/// The common handler for all incoming requests.
+class request_handler
+{
+public:
+ request_handler(const request_handler&) = delete;
+ request_handler& operator=(const request_handler&) = delete;
+
+ /// Construct with a directory containing files to be served.
+ explicit request_handler(const std::string& doc_root);
+
+ /// Handle a request and produce a reply.
+ void handle_request(const request& req, reply& rep);
+
+private:
+ /// The directory containing the files to be served.
+ std::string doc_root_;
+
+ /// Perform URL-decoding on a string. Returns false if the encoding was
+ /// invalid.
+ static bool url_decode(const std::string& in, std::string& out);
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_REQUEST_HANDLER_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/request_parser.cpp b/doc/html/boost_asio/example/cpp11/http/server/request_parser.cpp
new file mode 100644
index 0000000000..2abf8fc6e5
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/request_parser.cpp
@@ -0,0 +1,315 @@
+//
+// request_parser.cpp
+// ~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "request_parser.hpp"
+#include "request.hpp"
+
+namespace http {
+namespace server {
+
+request_parser::request_parser()
+ : state_(method_start)
+{
+}
+
+void request_parser::reset()
+{
+ state_ = method_start;
+}
+
+request_parser::result_type request_parser::consume(request& req, char input)
+{
+ switch (state_)
+ {
+ case method_start:
+ if (!is_char(input) || is_ctl(input) || is_tspecial(input))
+ {
+ return bad;
+ }
+ else
+ {
+ state_ = method;
+ req.method.push_back(input);
+ return indeterminate;
+ }
+ case method:
+ if (input == ' ')
+ {
+ state_ = uri;
+ return indeterminate;
+ }
+ else if (!is_char(input) || is_ctl(input) || is_tspecial(input))
+ {
+ return bad;
+ }
+ else
+ {
+ req.method.push_back(input);
+ return indeterminate;
+ }
+ case uri:
+ if (input == ' ')
+ {
+ state_ = http_version_h;
+ return indeterminate;
+ }
+ else if (is_ctl(input))
+ {
+ return bad;
+ }
+ else
+ {
+ req.uri.push_back(input);
+ return indeterminate;
+ }
+ case http_version_h:
+ if (input == 'H')
+ {
+ state_ = http_version_t_1;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_t_1:
+ if (input == 'T')
+ {
+ state_ = http_version_t_2;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_t_2:
+ if (input == 'T')
+ {
+ state_ = http_version_p;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_p:
+ if (input == 'P')
+ {
+ state_ = http_version_slash;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_slash:
+ if (input == '/')
+ {
+ req.http_version_major = 0;
+ req.http_version_minor = 0;
+ state_ = http_version_major_start;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_major_start:
+ if (is_digit(input))
+ {
+ req.http_version_major = req.http_version_major * 10 + input - '0';
+ state_ = http_version_major;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_major:
+ if (input == '.')
+ {
+ state_ = http_version_minor_start;
+ return indeterminate;
+ }
+ else if (is_digit(input))
+ {
+ req.http_version_major = req.http_version_major * 10 + input - '0';
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_minor_start:
+ if (is_digit(input))
+ {
+ req.http_version_minor = req.http_version_minor * 10 + input - '0';
+ state_ = http_version_minor;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case http_version_minor:
+ if (input == '\r')
+ {
+ state_ = expecting_newline_1;
+ return indeterminate;
+ }
+ else if (is_digit(input))
+ {
+ req.http_version_minor = req.http_version_minor * 10 + input - '0';
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case expecting_newline_1:
+ if (input == '\n')
+ {
+ state_ = header_line_start;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case header_line_start:
+ if (input == '\r')
+ {
+ state_ = expecting_newline_3;
+ return indeterminate;
+ }
+ else if (!req.headers.empty() && (input == ' ' || input == '\t'))
+ {
+ state_ = header_lws;
+ return indeterminate;
+ }
+ else if (!is_char(input) || is_ctl(input) || is_tspecial(input))
+ {
+ return bad;
+ }
+ else
+ {
+ req.headers.push_back(header());
+ req.headers.back().name.push_back(input);
+ state_ = header_name;
+ return indeterminate;
+ }
+ case header_lws:
+ if (input == '\r')
+ {
+ state_ = expecting_newline_2;
+ return indeterminate;
+ }
+ else if (input == ' ' || input == '\t')
+ {
+ return indeterminate;
+ }
+ else if (is_ctl(input))
+ {
+ return bad;
+ }
+ else
+ {
+ state_ = header_value;
+ req.headers.back().value.push_back(input);
+ return indeterminate;
+ }
+ case header_name:
+ if (input == ':')
+ {
+ state_ = space_before_header_value;
+ return indeterminate;
+ }
+ else if (!is_char(input) || is_ctl(input) || is_tspecial(input))
+ {
+ return bad;
+ }
+ else
+ {
+ req.headers.back().name.push_back(input);
+ return indeterminate;
+ }
+ case space_before_header_value:
+ if (input == ' ')
+ {
+ state_ = header_value;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case header_value:
+ if (input == '\r')
+ {
+ state_ = expecting_newline_2;
+ return indeterminate;
+ }
+ else if (is_ctl(input))
+ {
+ return bad;
+ }
+ else
+ {
+ req.headers.back().value.push_back(input);
+ return indeterminate;
+ }
+ case expecting_newline_2:
+ if (input == '\n')
+ {
+ state_ = header_line_start;
+ return indeterminate;
+ }
+ else
+ {
+ return bad;
+ }
+ case expecting_newline_3:
+ return (input == '\n') ? good : bad;
+ default:
+ return bad;
+ }
+}
+
+bool request_parser::is_char(int c)
+{
+ return c >= 0 && c <= 127;
+}
+
+bool request_parser::is_ctl(int c)
+{
+ return (c >= 0 && c <= 31) || (c == 127);
+}
+
+bool request_parser::is_tspecial(int c)
+{
+ switch (c)
+ {
+ case '(': case ')': case '<': case '>': case '@':
+ case ',': case ';': case ':': case '\\': case '"':
+ case '/': case '[': case ']': case '?': case '=':
+ case '{': case '}': case ' ': case '\t':
+ return true;
+ default:
+ return false;
+ }
+}
+
+bool request_parser::is_digit(int c)
+{
+ return c >= '0' && c <= '9';
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/request_parser.hpp b/doc/html/boost_asio/example/cpp11/http/server/request_parser.hpp
new file mode 100644
index 0000000000..822474f104
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/request_parser.hpp
@@ -0,0 +1,96 @@
+//
+// request_parser.hpp
+// ~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_REQUEST_PARSER_HPP
+#define HTTP_REQUEST_PARSER_HPP
+
+#include <tuple>
+
+namespace http {
+namespace server {
+
+struct request;
+
+/// Parser for incoming requests.
+class request_parser
+{
+public:
+ /// Construct ready to parse the request method.
+ request_parser();
+
+ /// Reset to initial parser state.
+ void reset();
+
+ /// Result of parse.
+ enum result_type { good, bad, indeterminate };
+
+ /// Parse some data. The enum return value is good when a complete request has
+ /// been parsed, bad if the data is invalid, indeterminate when more data is
+ /// required. The InputIterator return value indicates how much of the input
+ /// has been consumed.
+ template <typename InputIterator>
+ std::tuple<result_type, InputIterator> parse(request& req,
+ InputIterator begin, InputIterator end)
+ {
+ while (begin != end)
+ {
+ result_type result = consume(req, *begin++);
+ if (result == good || result == bad)
+ return std::make_tuple(result, begin);
+ }
+ return std::make_tuple(indeterminate, begin);
+ }
+
+private:
+ /// Handle the next character of input.
+ result_type consume(request& req, char input);
+
+ /// Check if a byte is an HTTP character.
+ static bool is_char(int c);
+
+ /// Check if a byte is an HTTP control character.
+ static bool is_ctl(int c);
+
+ /// Check if a byte is defined as an HTTP tspecial character.
+ static bool is_tspecial(int c);
+
+ /// Check if a byte is a digit.
+ static bool is_digit(int c);
+
+ /// The current state of the parser.
+ enum state
+ {
+ method_start,
+ method,
+ uri,
+ http_version_h,
+ http_version_t_1,
+ http_version_t_2,
+ http_version_p,
+ http_version_slash,
+ http_version_major_start,
+ http_version_major,
+ http_version_minor_start,
+ http_version_minor,
+ expecting_newline_1,
+ header_line_start,
+ header_lws,
+ header_name,
+ space_before_header_value,
+ header_value,
+ expecting_newline_2,
+ expecting_newline_3
+ } state_;
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_REQUEST_PARSER_HPP
diff --git a/doc/html/boost_asio/example/cpp11/http/server/server.cpp b/doc/html/boost_asio/example/cpp11/http/server/server.cpp
new file mode 100644
index 0000000000..a643e6e65c
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/server.cpp
@@ -0,0 +1,94 @@
+//
+// server.cpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include "server.hpp"
+#include <signal.h>
+#include <utility>
+
+namespace http {
+namespace server {
+
+server::server(const std::string& address, const std::string& port,
+ const std::string& doc_root)
+ : io_service_(),
+ signals_(io_service_),
+ acceptor_(io_service_),
+ connection_manager_(),
+ socket_(io_service_),
+ request_handler_(doc_root)
+{
+ // Register to handle the signals that indicate when the server should exit.
+ // It is safe to register for the same signal multiple times in a program,
+ // provided all registration for the specified signal is made through Asio.
+ signals_.add(SIGINT);
+ signals_.add(SIGTERM);
+#if defined(SIGQUIT)
+ signals_.add(SIGQUIT);
+#endif // defined(SIGQUIT)
+
+ do_await_stop();
+
+ // Open the acceptor with the option to reuse the address (i.e. SO_REUSEADDR).
+ boost::asio::ip::tcp::resolver resolver(io_service_);
+ boost::asio::ip::tcp::endpoint endpoint = *resolver.resolve({address, port});
+ acceptor_.open(endpoint.protocol());
+ acceptor_.set_option(boost::asio::ip::tcp::acceptor::reuse_address(true));
+ acceptor_.bind(endpoint);
+ acceptor_.listen();
+
+ do_accept();
+}
+
+void server::run()
+{
+ // The io_service::run() call will block until all asynchronous operations
+ // have finished. While the server is running, there is always at least one
+ // asynchronous operation outstanding: the asynchronous accept call waiting
+ // for new incoming connections.
+ io_service_.run();
+}
+
+void server::do_accept()
+{
+ acceptor_.async_accept(socket_,
+ [this](boost::system::error_code ec)
+ {
+ // Check whether the server was stopped by a signal before this
+ // completion handler had a chance to run.
+ if (!acceptor_.is_open())
+ {
+ return;
+ }
+
+ if (!ec)
+ {
+ connection_manager_.start(std::make_shared<connection>(
+ std::move(socket_), connection_manager_, request_handler_));
+ }
+
+ do_accept();
+ });
+}
+
+void server::do_await_stop()
+{
+ signals_.async_wait(
+ [this](boost::system::error_code /*ec*/, int /*signo*/)
+ {
+ // The server is stopped by cancelling all outstanding asynchronous
+ // operations. Once all operations have finished the io_service::run()
+ // call will exit.
+ acceptor_.close();
+ connection_manager_.stop_all();
+ });
+}
+
+} // namespace server
+} // namespace http
diff --git a/doc/html/boost_asio/example/cpp11/http/server/server.hpp b/doc/html/boost_asio/example/cpp11/http/server/server.hpp
new file mode 100644
index 0000000000..b8a480d415
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/http/server/server.hpp
@@ -0,0 +1,67 @@
+//
+// server.hpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef HTTP_SERVER_HPP
+#define HTTP_SERVER_HPP
+
+#include <boost/asio.hpp>
+#include <string>
+#include "connection.hpp"
+#include "connection_manager.hpp"
+#include "request_handler.hpp"
+
+namespace http {
+namespace server {
+
+/// The top-level class of the HTTP server.
+class server
+{
+public:
+ server(const server&) = delete;
+ server& operator=(const server&) = delete;
+
+ /// Construct the server to listen on the specified TCP address and port, and
+ /// serve up files from the given directory.
+ explicit server(const std::string& address, const std::string& port,
+ const std::string& doc_root);
+
+ /// Run the server's io_service loop.
+ void run();
+
+private:
+ /// Perform an asynchronous accept operation.
+ void do_accept();
+
+ /// Wait for a request to stop the server.
+ void do_await_stop();
+
+ /// The io_service used to perform asynchronous operations.
+ boost::asio::io_service io_service_;
+
+ /// The signal_set is used to register for process termination notifications.
+ boost::asio::signal_set signals_;
+
+ /// Acceptor used to listen for incoming connections.
+ boost::asio::ip::tcp::acceptor acceptor_;
+
+ /// The connection manager which owns all live connections.
+ connection_manager connection_manager_;
+
+ /// The next socket to be accepted.
+ boost::asio::ip::tcp::socket socket_;
+
+ /// The handler for all incoming requests.
+ request_handler request_handler_;
+};
+
+} // namespace server
+} // namespace http
+
+#endif // HTTP_SERVER_HPP
diff --git a/doc/html/boost_asio/example/cpp11/spawn/echo_server.cpp b/doc/html/boost_asio/example/cpp11/spawn/echo_server.cpp
new file mode 100644
index 0000000000..d7c30af1ea
--- /dev/null
+++ b/doc/html/boost_asio/example/cpp11/spawn/echo_server.cpp
@@ -0,0 +1,108 @@
+//
+// echo_server.cpp
+// ~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#include <boost/asio/io_service.hpp>
+#include <boost/asio/ip/tcp.hpp>
+#include <boost/asio/spawn.hpp>
+#include <boost/asio/steady_timer.hpp>
+#include <boost/asio/write.hpp>
+#include <iostream>
+#include <memory>
+
+using boost::asio::ip::tcp;
+
+class session : public std::enable_shared_from_this<session>
+{
+public:
+ explicit session(tcp::socket socket)
+ : socket_(std::move(socket)),
+ timer_(socket_.get_io_service()),
+ strand_(socket_.get_io_service())
+ {
+ }
+
+ void go()
+ {
+ auto self(shared_from_this());
+ boost::asio::spawn(strand_,
+ [this, self](boost::asio::yield_context yield)
+ {
+ try
+ {
+ char data[128];
+ for (;;)
+ {
+ timer_.expires_from_now(std::chrono::seconds(10));
+ std::size_t n = socket_.async_read_some(boost::asio::buffer(data), yield);
+ boost::asio::async_write(socket_, boost::asio::buffer(data, n), yield);
+ }
+ }
+ catch (std::exception& e)
+ {
+ socket_.close();
+ timer_.cancel();
+ }
+ });
+
+ boost::asio::spawn(strand_,
+ [this, self](boost::asio::yield_context yield)
+ {
+ while (socket_.is_open())
+ {
+ boost::system::error_code ignored_ec;
+ timer_.async_wait(yield[ignored_ec]);
+ if (timer_.expires_from_now() <= std::chrono::seconds(0))
+ socket_.close();
+ }
+ });
+ }
+
+private:
+ tcp::socket socket_;
+ boost::asio::steady_timer timer_;
+ boost::asio::io_service::strand strand_;
+};
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ if (argc != 2)
+ {
+ std::cerr << "Usage: echo_server <port>\n";
+ return 1;
+ }
+
+ boost::asio::io_service io_service;
+
+ boost::asio::spawn(io_service,
+ [&](boost::asio::yield_context yield)
+ {
+ tcp::acceptor acceptor(io_service,
+ tcp::endpoint(tcp::v4(), std::atoi(argv[1])));
+
+ for (;;)
+ {
+ boost::system::error_code ec;
+ tcp::socket socket(io_service);
+ acceptor.async_accept(socket, yield[ec]);
+ if (!ec) std::make_shared<session>(std::move(socket))->go();
+ }
+ });
+
+ io_service.run();
+ }
+ catch (std::exception& e)
+ {
+ std::cerr << "Exception: " << e.what() << "\n";
+ }
+
+ return 0;
+}
diff --git a/doc/html/boost_asio/example/http/server4/coroutine.hpp b/doc/html/boost_asio/example/http/server4/coroutine.hpp
deleted file mode 100644
index 777d7ca6b5..0000000000
--- a/doc/html/boost_asio/example/http/server4/coroutine.hpp
+++ /dev/null
@@ -1,87 +0,0 @@
-//
-// coroutine.hpp
-// ~~~~~~~~~~~~~
-//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-//
-// Distributed under the Boost Software License, Version 1.0. (See accompanying
-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-//
-
-#ifndef COROUTINE_HPP
-#define COROUTINE_HPP
-
-class coroutine
-{
-public:
- coroutine() : value_(0) {}
- bool is_child() const { return value_ < 0; }
- bool is_parent() const { return !is_child(); }
- bool is_complete() const { return value_ == -1; }
-private:
- friend class coroutine_ref;
- int value_;
-};
-
-class coroutine_ref
-{
-public:
- coroutine_ref(coroutine& c) : value_(c.value_), modified_(false) {}
- coroutine_ref(coroutine* c) : value_(c->value_), modified_(false) {}
- ~coroutine_ref() { if (!modified_) value_ = -1; }
- operator int() const { return value_; }
- int& operator=(int v) { modified_ = true; return value_ = v; }
-private:
- void operator=(const coroutine_ref&);
- int& value_;
- bool modified_;
-};
-
-#define CORO_REENTER(c) \
- switch (coroutine_ref _coro_value = c) \
- case -1: if (_coro_value) \
- { \
- goto terminate_coroutine; \
- terminate_coroutine: \
- _coro_value = -1; \
- goto bail_out_of_coroutine; \
- bail_out_of_coroutine: \
- break; \
- } \
- else case 0:
-
-#define CORO_YIELD_IMPL(n) \
- for (_coro_value = (n);;) \
- if (_coro_value == 0) \
- { \
- case (n): ; \
- break; \
- } \
- else \
- switch (_coro_value ? 0 : 1) \
- for (;;) \
- case -1: if (_coro_value) \
- goto terminate_coroutine; \
- else for (;;) \
- case 1: if (_coro_value) \
- goto bail_out_of_coroutine; \
- else case 0:
-
-#define CORO_FORK_IMPL(n) \
- for (_coro_value = -(n);; _coro_value = (n)) \
- if (_coro_value == (n)) \
- { \
- case -(n): ; \
- break; \
- } \
- else
-
-#if defined(_MSC_VER)
-# define CORO_YIELD CORO_YIELD_IMPL(__COUNTER__ + 1)
-# define CORO_FORK CORO_FORK_IMPL(__COUNTER__ + 1)
-#else // defined(_MSC_VER)
-# define CORO_YIELD CORO_YIELD_IMPL(__LINE__)
-# define CORO_FORK CORO_FORK_IMPL(__LINE__)
-#endif // defined(_MSC_VER)
-
-#endif // COROUTINE_HPP
diff --git a/doc/html/boost_asio/example/http/server4/unyield.hpp b/doc/html/boost_asio/example/http/server4/unyield.hpp
deleted file mode 100644
index 2af26786de..0000000000
--- a/doc/html/boost_asio/example/http/server4/unyield.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// unyield.hpp
-// ~~~~~~~~~~~
-//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-//
-// Distributed under the Boost Software License, Version 1.0. (See accompanying
-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-//
-
-#ifdef reenter
-# undef reenter
-#endif
-
-#ifdef yield
-# undef yield
-#endif
-
-#ifdef fork
-# undef fork
-#endif
diff --git a/doc/html/boost_asio/example/http/server4/yield.hpp b/doc/html/boost_asio/example/http/server4/yield.hpp
deleted file mode 100644
index 3290efc781..0000000000
--- a/doc/html/boost_asio/example/http/server4/yield.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// yield.hpp
-// ~~~~~~~~~
-//
-// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-//
-// Distributed under the Boost Software License, Version 1.0. (See accompanying
-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-//
-
-#include "coroutine.hpp"
-
-#ifndef reenter
-# define reenter(c) CORO_REENTER(c)
-#endif
-
-#ifndef yield
-# define yield CORO_YIELD
-#endif
-
-#ifndef fork
-# define fork CORO_FORK
-#endif
diff --git a/doc/html/boost_asio/examples.html b/doc/html/boost_asio/examples.html
index 0d288eaee7..4efa4c56b8 100644
--- a/doc/html/boost_asio/examples.html
+++ b/doc/html/boost_asio/examples.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Examples</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="tutorial/tutdaytime7/src.html" title="Source listing for Daytime.7">
-<link rel="next" href="reference.html" title="Reference">
+<link rel="next" href="examples/cpp03_examples.html" title="C++03 Examples">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,611 +20,30 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="tutorial/tutdaytime7/src.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="tutorial/tutdaytime7/src.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="examples/cpp03_examples.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_asio.examples"></a><a class="link" href="examples.html" title="Examples">Examples</a>
</h2></div></div></div>
-<h4>
-<a name="boost_asio.examples.h0"></a>
- <span><a name="boost_asio.examples.allocation"></a></span><a class="link" href="examples.html#boost_asio.examples.allocation">Allocation</a>
- </h4>
-<p>
- This example shows how to customise the allocation of memory associated with
- asynchronous operations.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/allocation/server.cpp" target="_top">boost_asio/example/allocation/server.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h1"></a>
- <span><a name="boost_asio.examples.buffers"></a></span><a class="link" href="examples.html#boost_asio.examples.buffers">Buffers</a>
- </h4>
-<p>
- This example demonstrates how to create reference counted buffers that can
- be used with socket read and write operations.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/buffers/reference_counted.cpp" target="_top">boost_asio/example/buffers/reference_counted.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h2"></a>
- <span><a name="boost_asio.examples.chat"></a></span><a class="link" href="examples.html#boost_asio.examples.chat">Chat</a>
- </h4>
-<p>
- This example implements a chat server and client. The programs use a custom
- protocol with a fixed length message header and variable length message body.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
- <a href="example/chat/chat_message.hpp" target="_top">boost_asio/example/chat/chat_message.hpp</a>
+ <a class="link" href="examples/cpp03_examples.html" title="C++03 Examples">C++03 Examples</a>:
+ Illustrates the use of Boost.Asio using only C++03 language and library
+ features. Where necessary, the examples make use of selected Boost C++
+ libraries.
</li>
<li class="listitem">
- <a href="example/chat/chat_client.cpp" target="_top">boost_asio/example/chat/chat_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/chat/chat_server.cpp" target="_top">boost_asio/example/chat/chat_server.cpp</a>
- </li>
-</ul></div>
-<p>
- The following POSIX-specific chat client demonstrates how to use the <a class="link" href="reference/posix__stream_descriptor.html" title="posix::stream_descriptor">posix::stream_descriptor</a>
- class to perform console input and output.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/chat/posix_chat_client.cpp" target="_top">boost_asio/example/chat/posix_chat_client.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h3"></a>
- <span><a name="boost_asio.examples.echo"></a></span><a class="link" href="examples.html#boost_asio.examples.echo">Echo</a>
- </h4>
-<p>
- A collection of simple clients and servers, showing the use of both synchronous
- and asynchronous operations.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/echo/async_tcp_echo_server.cpp" target="_top">boost_asio/example/echo/async_tcp_echo_server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/echo/async_udp_echo_server.cpp" target="_top">boost_asio/example/echo/async_udp_echo_server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/echo/blocking_tcp_echo_client.cpp" target="_top">boost_asio/example/echo/blocking_tcp_echo_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/echo/blocking_tcp_echo_server.cpp" target="_top">boost_asio/example/echo/blocking_tcp_echo_server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/echo/blocking_udp_echo_client.cpp" target="_top">boost_asio/example/echo/blocking_udp_echo_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/echo/blocking_udp_echo_server.cpp" target="_top">boost_asio/example/echo/blocking_udp_echo_server.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h4"></a>
- <span><a name="boost_asio.examples.fork"></a></span><a class="link" href="examples.html#boost_asio.examples.fork">Fork</a>
- </h4>
-<p>
- These POSIX-specific examples show how to use Boost.Asio in conjunction with
- the <code class="computeroutput"><span class="identifier">fork</span><span class="special">()</span></code>
- system call. The first example illustrates the steps required to start a daemon
- process:
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/fork/daemon.cpp" target="_top">boost_asio/example/fork/daemon.cpp</a>
- </li></ul></div>
-<p>
- The second example demonstrates how it is possible to fork a process from within
- a completion handler.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/fork/process_per_connection.cpp" target="_top">boost_asio/example/fork/process_per_connection.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h5"></a>
- <span><a name="boost_asio.examples.http_client"></a></span><a class="link" href="examples.html#boost_asio.examples.http_client">HTTP
- Client</a>
- </h4>
-<p>
- Example programs implementing simple HTTP 1.0 clients. These examples show
- how to use the <a class="link" href="reference/read_until.html" title="read_until">read_until</a>
- and <a class="link" href="reference/async_read_until.html" title="async_read_until">async_read_until</a>
- functions.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/http/client/sync_client.cpp" target="_top">boost_asio/example/http/client/sync_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/client/async_client.cpp" target="_top">boost_asio/example/http/client/async_client.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h6"></a>
- <span><a name="boost_asio.examples.http_server"></a></span><a class="link" href="examples.html#boost_asio.examples.http_server">HTTP
- Server</a>
- </h4>
-<p>
- This example illustrates the use of asio in a simple single-threaded server
- implementation of HTTP 1.0. It demonstrates how to perform a clean shutdown
- by cancelling all outstanding asynchronous operations.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/http/server/connection.cpp" target="_top">boost_asio/example/http/server/connection.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/connection.hpp" target="_top">boost_asio/example/http/server/connection.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/connection_manager.cpp" target="_top">boost_asio/example/http/server/connection_manager.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/connection_manager.hpp" target="_top">boost_asio/example/http/server/connection_manager.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/header.hpp" target="_top">boost_asio/example/http/server/header.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/main.cpp" target="_top">boost_asio/example/http/server/main.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/mime_types.cpp" target="_top">boost_asio/example/http/server/mime_types.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/mime_types.hpp" target="_top">boost_asio/example/http/server/mime_types.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/reply.cpp" target="_top">boost_asio/example/http/server/reply.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/reply.hpp" target="_top">boost_asio/example/http/server/reply.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/request.hpp" target="_top">boost_asio/example/http/server/request.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/request_handler.cpp" target="_top">boost_asio/example/http/server/request_handler.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/request_handler.hpp" target="_top">boost_asio/example/http/server/request_handler.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/request_parser.cpp" target="_top">boost_asio/example/http/server/request_parser.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/request_parser.hpp" target="_top">boost_asio/example/http/server/request_parser.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/server.cpp" target="_top">boost_asio/example/http/server/server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server/server.hpp" target="_top">boost_asio/example/http/server/server.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h7"></a>
- <span><a name="boost_asio.examples.http_server_2"></a></span><a class="link" href="examples.html#boost_asio.examples.http_server_2">HTTP
- Server 2</a>
- </h4>
-<p>
- An HTTP server using an io_service-per-CPU design.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/http/server2/connection.cpp" target="_top">boost_asio/example/http/server2/connection.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/connection.hpp" target="_top">boost_asio/example/http/server2/connection.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/header.hpp" target="_top">boost_asio/example/http/server2/header.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/io_service_pool.cpp" target="_top">boost_asio/example/http/server2/io_service_pool.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/io_service_pool.hpp" target="_top">boost_asio/example/http/server2/io_service_pool.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/main.cpp" target="_top">boost_asio/example/http/server2/main.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/mime_types.cpp" target="_top">boost_asio/example/http/server2/mime_types.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/mime_types.hpp" target="_top">boost_asio/example/http/server2/mime_types.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/reply.cpp" target="_top">boost_asio/example/http/server2/reply.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/reply.hpp" target="_top">boost_asio/example/http/server2/reply.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/request.hpp" target="_top">boost_asio/example/http/server2/request.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/request_handler.cpp" target="_top">boost_asio/example/http/server2/request_handler.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/request_handler.hpp" target="_top">boost_asio/example/http/server2/request_handler.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/request_parser.cpp" target="_top">boost_asio/example/http/server2/request_parser.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/request_parser.hpp" target="_top">boost_asio/example/http/server2/request_parser.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/server.cpp" target="_top">boost_asio/example/http/server2/server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server2/server.hpp" target="_top">boost_asio/example/http/server2/server.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h8"></a>
- <span><a name="boost_asio.examples.http_server_3"></a></span><a class="link" href="examples.html#boost_asio.examples.http_server_3">HTTP
- Server 3</a>
- </h4>
-<p>
- An HTTP server using a single io_service and a thread pool calling <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/http/server3/connection.cpp" target="_top">boost_asio/example/http/server3/connection.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/connection.hpp" target="_top">boost_asio/example/http/server3/connection.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/header.hpp" target="_top">boost_asio/example/http/server3/header.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/main.cpp" target="_top">boost_asio/example/http/server3/main.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/mime_types.cpp" target="_top">boost_asio/example/http/server3/mime_types.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/mime_types.hpp" target="_top">boost_asio/example/http/server3/mime_types.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/reply.cpp" target="_top">boost_asio/example/http/server3/reply.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/reply.hpp" target="_top">boost_asio/example/http/server3/reply.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/request.hpp" target="_top">boost_asio/example/http/server3/request.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/request_handler.cpp" target="_top">boost_asio/example/http/server3/request_handler.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/request_handler.hpp" target="_top">boost_asio/example/http/server3/request_handler.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/request_parser.cpp" target="_top">boost_asio/example/http/server3/request_parser.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/request_parser.hpp" target="_top">boost_asio/example/http/server3/request_parser.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/server.cpp" target="_top">boost_asio/example/http/server3/server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server3/server.hpp" target="_top">boost_asio/example/http/server3/server.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h9"></a>
- <span><a name="boost_asio.examples.http_server_4"></a></span><a class="link" href="examples.html#boost_asio.examples.http_server_4">HTTP
- Server 4</a>
- </h4>
-<p>
- A single-threaded HTTP server implemented using stackless coroutines.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/http/server4/coroutine.hpp" target="_top">boost_asio/example/http/server4/coroutine.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/file_handler.cpp" target="_top">boost_asio/example/http/server4/file_handler.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/file_handler.hpp" target="_top">boost_asio/example/http/server4/file_handler.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/header.hpp" target="_top">boost_asio/example/http/server4/header.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/main.cpp" target="_top">boost_asio/example/http/server4/main.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/mime_types.cpp" target="_top">boost_asio/example/http/server4/mime_types.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/mime_types.hpp" target="_top">boost_asio/example/http/server4/mime_types.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/reply.cpp" target="_top">boost_asio/example/http/server4/reply.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/reply.hpp" target="_top">boost_asio/example/http/server4/reply.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/request.hpp" target="_top">boost_asio/example/http/server4/request.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/request_parser.cpp" target="_top">boost_asio/example/http/server4/request_parser.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/request_parser.hpp" target="_top">boost_asio/example/http/server4/request_parser.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/server.cpp" target="_top">boost_asio/example/http/server4/server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/server.hpp" target="_top">boost_asio/example/http/server4/server.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/unyield.hpp" target="_top">boost_asio/example/http/server4/unyield.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/http/server4/yield.hpp" target="_top">boost_asio/example/http/server4/yield.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h10"></a>
- <span><a name="boost_asio.examples.icmp"></a></span><a class="link" href="examples.html#boost_asio.examples.icmp">ICMP</a>
- </h4>
-<p>
- This example shows how to use raw sockets with ICMP to ping a remote host.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/icmp/ping.cpp" target="_top">boost_asio/example/icmp/ping.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/icmp/ipv4_header.hpp" target="_top">boost_asio/example/icmp/ipv4_header.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/icmp/icmp_header.hpp" target="_top">boost_asio/example/icmp/icmp_header.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h11"></a>
- <span><a name="boost_asio.examples.invocation"></a></span><a class="link" href="examples.html#boost_asio.examples.invocation">Invocation</a>
- </h4>
-<p>
- This example shows how to customise handler invocation. Completion handlers
- are added to a priority queue rather than executed immediately.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/invocation/prioritised_handlers.cpp" target="_top">boost_asio/example/invocation/prioritised_handlers.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h12"></a>
- <span><a name="boost_asio.examples.iostreams"></a></span><a class="link" href="examples.html#boost_asio.examples.iostreams">Iostreams</a>
- </h4>
-<p>
- Two examples showing how to use <a class="link" href="reference/ip__tcp/iostream.html" title="ip::tcp::iostream">ip::tcp::iostream</a>.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/iostreams/daytime_client.cpp" target="_top">boost_asio/example/iostreams/daytime_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/iostreams/daytime_server.cpp" target="_top">boost_asio/example/iostreams/daytime_server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/iostreams/http_client.cpp" target="_top">boost_asio/example/iostreams/http_client.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h13"></a>
- <span><a name="boost_asio.examples.multicast"></a></span><a class="link" href="examples.html#boost_asio.examples.multicast">Multicast</a>
- </h4>
-<p>
- An example showing the use of multicast to transmit packets to a group of subscribers.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/multicast/receiver.cpp" target="_top">boost_asio/example/multicast/receiver.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/multicast/sender.cpp" target="_top">boost_asio/example/multicast/sender.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h14"></a>
- <span><a name="boost_asio.examples.serialization"></a></span><a class="link" href="examples.html#boost_asio.examples.serialization">Serialization</a>
- </h4>
-<p>
- This example shows how Boost.Serialization can be used with asio to encode
- and decode structures for transmission over a socket.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/serialization/client.cpp" target="_top">boost_asio/example/serialization/client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/serialization/connection.hpp" target="_top">boost_asio/example/serialization/connection.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/serialization/server.cpp" target="_top">boost_asio/example/serialization/server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/serialization/stock.hpp" target="_top">boost_asio/example/serialization/stock.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h15"></a>
- <span><a name="boost_asio.examples.services"></a></span><a class="link" href="examples.html#boost_asio.examples.services">Services</a>
- </h4>
-<p>
- This example demonstrates how to integrate custom functionality (in this case,
- for logging) into asio's <a class="link" href="reference/io_service.html" title="io_service">io_service</a>,
- and how to use a custom service with <a class="link" href="reference/basic_stream_socket.html" title="basic_stream_socket">basic_stream_socket&lt;&gt;</a>.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/services/basic_logger.hpp" target="_top">boost_asio/example/services/basic_logger.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/services/daytime_client.cpp" target="_top">boost_asio/example/services/daytime_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/services/logger.hpp" target="_top">boost_asio/example/services/logger.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/services/logger_service.cpp" target="_top">boost_asio/example/services/logger_service.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/services/logger_service.hpp" target="_top">boost_asio/example/services/logger_service.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/services/stream_socket_service.hpp" target="_top">boost_asio/example/services/stream_socket_service.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h16"></a>
- <span><a name="boost_asio.examples.socks_4"></a></span><a class="link" href="examples.html#boost_asio.examples.socks_4">SOCKS
- 4</a>
- </h4>
-<p>
- Example client program implementing the SOCKS 4 protocol for communication
- via a proxy.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/socks4/sync_client.cpp" target="_top">boost_asio/example/socks4/sync_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/socks4/socks4.hpp" target="_top">boost_asio/example/socks4/socks4.hpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h17"></a>
- <span><a name="boost_asio.examples.ssl"></a></span><a class="link" href="examples.html#boost_asio.examples.ssl">SSL</a>
- </h4>
-<p>
- Example client and server programs showing the use of the <a class="link" href="reference/ssl__stream.html" title="ssl::stream">ssl::stream&lt;&gt;</a>
- template with asynchronous operations.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/ssl/client.cpp" target="_top">boost_asio/example/ssl/client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/ssl/server.cpp" target="_top">boost_asio/example/ssl/server.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h18"></a>
- <span><a name="boost_asio.examples.timeouts"></a></span><a class="link" href="examples.html#boost_asio.examples.timeouts">Timeouts</a>
- </h4>
-<p>
- A collection of examples showing how to cancel long running asynchronous operations
- after a period of time.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/timeouts/async_tcp_client.cpp" target="_top">boost_asio/example/timeouts/async_tcp_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/timeouts/blocking_tcp_client.cpp" target="_top">boost_asio/example/timeouts/blocking_tcp_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/timeouts/blocking_udp_client.cpp" target="_top">boost_asio/example/timeouts/blocking_udp_client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/timeouts/server.cpp" target="_top">boost_asio/example/timeouts/server.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h19"></a>
- <span><a name="boost_asio.examples.timers"></a></span><a class="link" href="examples.html#boost_asio.examples.timers">Timers</a>
- </h4>
-<p>
- Examples showing how to customise deadline_timer using different time types.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/timers/tick_count_timer.cpp" target="_top">boost_asio/example/timers/tick_count_timer.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/timers/time_t_timer.cpp" target="_top">boost_asio/example/timers/time_t_timer.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h20"></a>
- <span><a name="boost_asio.examples.porthopper"></a></span><a class="link" href="examples.html#boost_asio.examples.porthopper">Porthopper</a>
- </h4>
-<p>
- Example illustrating mixed synchronous and asynchronous operations, and how
- to use Boost.Lambda with Boost.Asio.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/porthopper/protocol.hpp" target="_top">boost_asio/example/porthopper/protocol.hpp</a>
- </li>
-<li class="listitem">
- <a href="example/porthopper/client.cpp" target="_top">boost_asio/example/porthopper/client.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/porthopper/server.cpp" target="_top">boost_asio/example/porthopper/server.cpp</a>
- </li>
-</ul></div>
-<h4>
-<a name="boost_asio.examples.h21"></a>
- <span><a name="boost_asio.examples.nonblocking"></a></span><a class="link" href="examples.html#boost_asio.examples.nonblocking">Nonblocking</a>
- </h4>
-<p>
- Example demonstrating reactor-style operations for integrating a third-party
- library that wants to perform the I/O operations itself.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/nonblocking/third_party_lib.cpp" target="_top">boost_asio/example/nonblocking/third_party_lib.cpp</a>
- </li></ul></div>
-<h4>
-<a name="boost_asio.examples.h22"></a>
- <span><a name="boost_asio.examples.unix_domain_sockets"></a></span><a class="link" href="examples.html#boost_asio.examples.unix_domain_sockets">UNIX
- Domain Sockets</a>
- </h4>
-<p>
- Examples showing how to use UNIX domain (local) sockets.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem">
- <a href="example/local/connect_pair.cpp" target="_top">boost_asio/example/local/connect_pair.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/local/stream_server.cpp" target="_top">boost_asio/example/local/stream_server.cpp</a>
- </li>
-<li class="listitem">
- <a href="example/local/stream_client.cpp" target="_top">boost_asio/example/local/stream_client.cpp</a>
+ <a class="link" href="examples/cpp11_examples.html" title="C++11 Examples">C++11 Examples</a>:
+ Contains a limited set of the C++03 Boost.Asio examples, updated to use
+ only C++11 library and language facilities. These examples do not make
+ direct use of Boost C++ libraries.
</li>
</ul></div>
-<h4>
-<a name="boost_asio.examples.h23"></a>
- <span><a name="boost_asio.examples.windows"></a></span><a class="link" href="examples.html#boost_asio.examples.windows">Windows</a>
- </h4>
-<p>
- An example showing how to use the Windows-specific function <code class="computeroutput"><span class="identifier">TransmitFile</span></code>
- with Boost.Asio.
- </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- <a href="example/windows/transmit_file.cpp" target="_top">boost_asio/example/windows/transmit_file.cpp</a>
- </li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -632,7 +51,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="tutorial/tutdaytime7/src.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="tutorial/tutdaytime7/src.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="examples/cpp03_examples.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/examples/cpp03_examples.html b/doc/html/boost_asio/examples/cpp03_examples.html
new file mode 100644
index 0000000000..c921f2e11f
--- /dev/null
+++ b/doc/html/boost_asio/examples/cpp03_examples.html
@@ -0,0 +1,641 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>C++03 Examples</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../examples.html" title="Examples">
+<link rel="prev" href="../examples.html" title="Examples">
+<link rel="next" href="cpp11_examples.html" title="C++11 Examples">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../examples.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../examples.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cpp11_examples.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.examples.cpp03_examples"></a><a class="link" href="cpp03_examples.html" title="C++03 Examples">C++03 Examples</a>
+</h3></div></div></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h0"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.allocation"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.allocation">Allocation</a>
+ </h5>
+<p>
+ This example shows how to customise the allocation of memory associated with
+ asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/allocation/server.cpp" target="_top">boost_asio/example/cpp03/allocation/server.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h1"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.buffers"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.buffers">Buffers</a>
+ </h5>
+<p>
+ This example demonstrates how to create reference counted buffers that can
+ be used with socket read and write operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/buffers/reference_counted.cpp" target="_top">boost_asio/example/cpp03/buffers/reference_counted.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h2"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.chat"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.chat">Chat</a>
+ </h5>
+<p>
+ This example implements a chat server and client. The programs use a custom
+ protocol with a fixed length message header and variable length message body.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/chat/chat_message.hpp" target="_top">boost_asio/example/cpp03/chat/chat_message.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/chat/chat_client.cpp" target="_top">boost_asio/example/cpp03/chat/chat_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/chat/chat_server.cpp" target="_top">boost_asio/example/cpp03/chat/chat_server.cpp</a>
+ </li>
+</ul></div>
+<p>
+ The following POSIX-specific chat client demonstrates how to use the <a class="link" href="../reference/posix__stream_descriptor.html" title="posix::stream_descriptor">posix::stream_descriptor</a>
+ class to perform console input and output.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/chat/posix_chat_client.cpp" target="_top">boost_asio/example/cpp03/chat/posix_chat_client.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h3"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.echo"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.echo">Echo</a>
+ </h5>
+<p>
+ A collection of simple clients and servers, showing the use of both synchronous
+ and asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/echo/async_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/echo/async_udp_echo_server.cpp" target="_top">boost_asio/example/cpp03/echo/async_udp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/echo/blocking_tcp_echo_client.cpp" target="_top">boost_asio/example/cpp03/echo/blocking_tcp_echo_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/echo/blocking_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp03/echo/blocking_tcp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/echo/blocking_udp_echo_client.cpp" target="_top">boost_asio/example/cpp03/echo/blocking_udp_echo_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/echo/blocking_udp_echo_server.cpp" target="_top">boost_asio/example/cpp03/echo/blocking_udp_echo_server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h4"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.fork"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.fork">Fork</a>
+ </h5>
+<p>
+ These POSIX-specific examples show how to use Boost.Asio in conjunction with
+ the <code class="computeroutput"><span class="identifier">fork</span><span class="special">()</span></code>
+ system call. The first example illustrates the steps required to start a
+ daemon process:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/fork/daemon.cpp" target="_top">boost_asio/example/cpp03/fork/daemon.cpp</a>
+ </li></ul></div>
+<p>
+ The second example demonstrates how it is possible to fork a process from
+ within a completion handler.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/fork/process_per_connection.cpp" target="_top">boost_asio/example/cpp03/fork/process_per_connection.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h5"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.http_client"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.http_client">HTTP
+ Client</a>
+ </h5>
+<p>
+ Example programs implementing simple HTTP 1.0 clients. These examples show
+ how to use the <a class="link" href="../reference/read_until.html" title="read_until">read_until</a>
+ and <a class="link" href="../reference/async_read_until.html" title="async_read_until">async_read_until</a>
+ functions.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/http/client/sync_client.cpp" target="_top">boost_asio/example/cpp03/http/client/sync_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/client/async_client.cpp" target="_top">boost_asio/example/cpp03/http/client/async_client.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h6"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.http_server"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server">HTTP
+ Server</a>
+ </h5>
+<p>
+ This example illustrates the use of asio in a simple single-threaded server
+ implementation of HTTP 1.0. It demonstrates how to perform a clean shutdown
+ by cancelling all outstanding asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/http/server/connection.cpp" target="_top">boost_asio/example/cpp03/http/server/connection.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/connection.hpp" target="_top">boost_asio/example/cpp03/http/server/connection.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/connection_manager.cpp" target="_top">boost_asio/example/cpp03/http/server/connection_manager.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/connection_manager.hpp" target="_top">boost_asio/example/cpp03/http/server/connection_manager.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/header.hpp" target="_top">boost_asio/example/cpp03/http/server/header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/main.cpp" target="_top">boost_asio/example/cpp03/http/server/main.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/mime_types.cpp" target="_top">boost_asio/example/cpp03/http/server/mime_types.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/mime_types.hpp" target="_top">boost_asio/example/cpp03/http/server/mime_types.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/reply.cpp" target="_top">boost_asio/example/cpp03/http/server/reply.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/reply.hpp" target="_top">boost_asio/example/cpp03/http/server/reply.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/request.hpp" target="_top">boost_asio/example/cpp03/http/server/request.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/request_handler.cpp" target="_top">boost_asio/example/cpp03/http/server/request_handler.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/request_handler.hpp" target="_top">boost_asio/example/cpp03/http/server/request_handler.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/request_parser.cpp" target="_top">boost_asio/example/cpp03/http/server/request_parser.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/request_parser.hpp" target="_top">boost_asio/example/cpp03/http/server/request_parser.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/server.cpp" target="_top">boost_asio/example/cpp03/http/server/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server/server.hpp" target="_top">boost_asio/example/cpp03/http/server/server.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h7"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.http_server_2"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server_2">HTTP
+ Server 2</a>
+ </h5>
+<p>
+ An HTTP server using an io_service-per-CPU design.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/connection.cpp" target="_top">boost_asio/example/cpp03/http/server2/connection.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/connection.hpp" target="_top">boost_asio/example/cpp03/http/server2/connection.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/header.hpp" target="_top">boost_asio/example/cpp03/http/server2/header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/io_service_pool.cpp" target="_top">boost_asio/example/cpp03/http/server2/io_service_pool.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/io_service_pool.hpp" target="_top">boost_asio/example/cpp03/http/server2/io_service_pool.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/main.cpp" target="_top">boost_asio/example/cpp03/http/server2/main.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/mime_types.cpp" target="_top">boost_asio/example/cpp03/http/server2/mime_types.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/mime_types.hpp" target="_top">boost_asio/example/cpp03/http/server2/mime_types.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/reply.cpp" target="_top">boost_asio/example/cpp03/http/server2/reply.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/reply.hpp" target="_top">boost_asio/example/cpp03/http/server2/reply.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/request.hpp" target="_top">boost_asio/example/cpp03/http/server2/request.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/request_handler.cpp" target="_top">boost_asio/example/cpp03/http/server2/request_handler.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/request_handler.hpp" target="_top">boost_asio/example/cpp03/http/server2/request_handler.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/request_parser.cpp" target="_top">boost_asio/example/cpp03/http/server2/request_parser.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/request_parser.hpp" target="_top">boost_asio/example/cpp03/http/server2/request_parser.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/server.cpp" target="_top">boost_asio/example/cpp03/http/server2/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server2/server.hpp" target="_top">boost_asio/example/cpp03/http/server2/server.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h8"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.http_server_3"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server_3">HTTP
+ Server 3</a>
+ </h5>
+<p>
+ An HTTP server using a single io_service and a thread pool calling <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/connection.cpp" target="_top">boost_asio/example/cpp03/http/server3/connection.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/connection.hpp" target="_top">boost_asio/example/cpp03/http/server3/connection.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/header.hpp" target="_top">boost_asio/example/cpp03/http/server3/header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/main.cpp" target="_top">boost_asio/example/cpp03/http/server3/main.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/mime_types.cpp" target="_top">boost_asio/example/cpp03/http/server3/mime_types.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/mime_types.hpp" target="_top">boost_asio/example/cpp03/http/server3/mime_types.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/reply.cpp" target="_top">boost_asio/example/cpp03/http/server3/reply.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/reply.hpp" target="_top">boost_asio/example/cpp03/http/server3/reply.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/request.hpp" target="_top">boost_asio/example/cpp03/http/server3/request.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/request_handler.cpp" target="_top">boost_asio/example/cpp03/http/server3/request_handler.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/request_handler.hpp" target="_top">boost_asio/example/cpp03/http/server3/request_handler.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/request_parser.cpp" target="_top">boost_asio/example/cpp03/http/server3/request_parser.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/request_parser.hpp" target="_top">boost_asio/example/cpp03/http/server3/request_parser.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/server.cpp" target="_top">boost_asio/example/cpp03/http/server3/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server3/server.hpp" target="_top">boost_asio/example/cpp03/http/server3/server.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h9"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.http_server_4"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server_4">HTTP
+ Server 4</a>
+ </h5>
+<p>
+ A single-threaded HTTP server implemented using stackless coroutines.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/file_handler.cpp" target="_top">boost_asio/example/cpp03/http/server4/file_handler.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/file_handler.hpp" target="_top">boost_asio/example/cpp03/http/server4/file_handler.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/header.hpp" target="_top">boost_asio/example/cpp03/http/server4/header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/main.cpp" target="_top">boost_asio/example/cpp03/http/server4/main.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/mime_types.cpp" target="_top">boost_asio/example/cpp03/http/server4/mime_types.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/mime_types.hpp" target="_top">boost_asio/example/cpp03/http/server4/mime_types.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/reply.cpp" target="_top">boost_asio/example/cpp03/http/server4/reply.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/reply.hpp" target="_top">boost_asio/example/cpp03/http/server4/reply.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/request.hpp" target="_top">boost_asio/example/cpp03/http/server4/request.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/request_parser.cpp" target="_top">boost_asio/example/cpp03/http/server4/request_parser.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/request_parser.hpp" target="_top">boost_asio/example/cpp03/http/server4/request_parser.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/server.cpp" target="_top">boost_asio/example/cpp03/http/server4/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/http/server4/server.hpp" target="_top">boost_asio/example/cpp03/http/server4/server.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h10"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.icmp"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.icmp">ICMP</a>
+ </h5>
+<p>
+ This example shows how to use raw sockets with ICMP to ping a remote host.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/icmp/ping.cpp" target="_top">boost_asio/example/cpp03/icmp/ping.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/icmp/ipv4_header.hpp" target="_top">boost_asio/example/cpp03/icmp/ipv4_header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/icmp/icmp_header.hpp" target="_top">boost_asio/example/cpp03/icmp/icmp_header.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h11"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.invocation"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.invocation">Invocation</a>
+ </h5>
+<p>
+ This example shows how to customise handler invocation. Completion handlers
+ are added to a priority queue rather than executed immediately.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/invocation/prioritised_handlers.cpp" target="_top">boost_asio/example/cpp03/invocation/prioritised_handlers.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h12"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.iostreams"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.iostreams">Iostreams</a>
+ </h5>
+<p>
+ Two examples showing how to use <a class="link" href="../reference/ip__tcp/iostream.html" title="ip::tcp::iostream">ip::tcp::iostream</a>.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/iostreams/daytime_client.cpp" target="_top">boost_asio/example/cpp03/iostreams/daytime_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/iostreams/daytime_server.cpp" target="_top">boost_asio/example/cpp03/iostreams/daytime_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/iostreams/http_client.cpp" target="_top">boost_asio/example/cpp03/iostreams/http_client.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h13"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.multicast"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.multicast">Multicast</a>
+ </h5>
+<p>
+ An example showing the use of multicast to transmit packets to a group of
+ subscribers.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/multicast/receiver.cpp" target="_top">boost_asio/example/cpp03/multicast/receiver.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/multicast/sender.cpp" target="_top">boost_asio/example/cpp03/multicast/sender.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h14"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.serialization"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.serialization">Serialization</a>
+ </h5>
+<p>
+ This example shows how Boost.Serialization can be used with asio to encode
+ and decode structures for transmission over a socket.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/serialization/client.cpp" target="_top">boost_asio/example/cpp03/serialization/client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/serialization/connection.hpp" target="_top">boost_asio/example/cpp03/serialization/connection.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/serialization/server.cpp" target="_top">boost_asio/example/cpp03/serialization/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/serialization/stock.hpp" target="_top">boost_asio/example/cpp03/serialization/stock.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h15"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.services"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.services">Services</a>
+ </h5>
+<p>
+ This example demonstrates how to integrate custom functionality (in this
+ case, for logging) into asio's <a class="link" href="../reference/io_service.html" title="io_service">io_service</a>,
+ and how to use a custom service with <a class="link" href="../reference/basic_stream_socket.html" title="basic_stream_socket">basic_stream_socket&lt;&gt;</a>.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/services/basic_logger.hpp" target="_top">boost_asio/example/cpp03/services/basic_logger.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/services/daytime_client.cpp" target="_top">boost_asio/example/cpp03/services/daytime_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/services/logger.hpp" target="_top">boost_asio/example/cpp03/services/logger.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/services/logger_service.cpp" target="_top">boost_asio/example/cpp03/services/logger_service.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/services/logger_service.hpp" target="_top">boost_asio/example/cpp03/services/logger_service.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/services/stream_socket_service.hpp" target="_top">boost_asio/example/cpp03/services/stream_socket_service.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h16"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.socks_4"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.socks_4">SOCKS
+ 4</a>
+ </h5>
+<p>
+ Example client program implementing the SOCKS 4 protocol for communication
+ via a proxy.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/socks4/sync_client.cpp" target="_top">boost_asio/example/cpp03/socks4/sync_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/socks4/socks4.hpp" target="_top">boost_asio/example/cpp03/socks4/socks4.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h17"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.ssl"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.ssl">SSL</a>
+ </h5>
+<p>
+ Example client and server programs showing the use of the <a class="link" href="../reference/ssl__stream.html" title="ssl::stream">ssl::stream&lt;&gt;</a>
+ template with asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/ssl/client.cpp" target="_top">boost_asio/example/cpp03/ssl/client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/ssl/server.cpp" target="_top">boost_asio/example/cpp03/ssl/server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h18"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.timeouts"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.timeouts">Timeouts</a>
+ </h5>
+<p>
+ A collection of examples showing how to cancel long running asynchronous
+ operations after a period of time.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/timeouts/async_tcp_client.cpp" target="_top">boost_asio/example/cpp03/timeouts/async_tcp_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/timeouts/blocking_tcp_client.cpp" target="_top">boost_asio/example/cpp03/timeouts/blocking_tcp_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/timeouts/blocking_udp_client.cpp" target="_top">boost_asio/example/cpp03/timeouts/blocking_udp_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/timeouts/server.cpp" target="_top">boost_asio/example/cpp03/timeouts/server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h19"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.timers"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.timers">Timers</a>
+ </h5>
+<p>
+ Examples showing how to customise deadline_timer using different time types.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/timers/tick_count_timer.cpp" target="_top">boost_asio/example/cpp03/timers/tick_count_timer.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/timers/time_t_timer.cpp" target="_top">boost_asio/example/cpp03/timers/time_t_timer.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h20"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.porthopper"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.porthopper">Porthopper</a>
+ </h5>
+<p>
+ Example illustrating mixed synchronous and asynchronous operations, and how
+ to use Boost.Lambda with Boost.Asio.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/porthopper/protocol.hpp" target="_top">boost_asio/example/cpp03/porthopper/protocol.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/porthopper/client.cpp" target="_top">boost_asio/example/cpp03/porthopper/client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/porthopper/server.cpp" target="_top">boost_asio/example/cpp03/porthopper/server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h21"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.nonblocking"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.nonblocking">Nonblocking</a>
+ </h5>
+<p>
+ Example demonstrating reactor-style operations for integrating a third-party
+ library that wants to perform the I/O operations itself.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/nonblocking/third_party_lib.cpp" target="_top">boost_asio/example/cpp03/nonblocking/third_party_lib.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h22"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.spawn"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.spawn">Spawn</a>
+ </h5>
+<p>
+ Example of using the boost::asio::spawn() function, a wrapper around the
+ <a href="http://www.boost.org/doc/libs/release/libs/coroutine/index.html" target="_top">Boost.Coroutine</a>
+ library, to implement a chain of asynchronous operations using stackful coroutines.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/spawn/echo_server.cpp" target="_top">boost_asio/example/cpp03/spawn/echo_server.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h23"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.unix_domain_sockets"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.unix_domain_sockets">UNIX Domain
+ Sockets</a>
+ </h5>
+<p>
+ Examples showing how to use UNIX domain (local) sockets.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp03/local/connect_pair.cpp" target="_top">boost_asio/example/cpp03/local/connect_pair.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/local/stream_server.cpp" target="_top">boost_asio/example/cpp03/local/stream_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp03/local/stream_client.cpp" target="_top">boost_asio/example/cpp03/local/stream_client.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp03_examples.h24"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp03_examples.windows"></a></span><a class="link" href="cpp03_examples.html#boost_asio.examples.cpp03_examples.windows">Windows</a>
+ </h5>
+<p>
+ An example showing how to use the Windows-specific function <code class="computeroutput"><span class="identifier">TransmitFile</span></code> with Boost.Asio.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp03/windows/transmit_file.cpp" target="_top">boost_asio/example/cpp03/windows/transmit_file.cpp</a>
+ </li></ul></div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../examples.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../examples.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cpp11_examples.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/examples/cpp11_examples.html b/doc/html/boost_asio/examples/cpp11_examples.html
new file mode 100644
index 0000000000..82cd458b58
--- /dev/null
+++ b/doc/html/boost_asio/examples/cpp11_examples.html
@@ -0,0 +1,198 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>C++11 Examples</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../examples.html" title="Examples">
+<link rel="prev" href="cpp03_examples.html" title="C++03 Examples">
+<link rel="next" href="../reference.html" title="Reference">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="cpp03_examples.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../examples.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../reference.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.examples.cpp11_examples"></a><a class="link" href="cpp11_examples.html" title="C++11 Examples">C++11 Examples</a>
+</h3></div></div></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h0"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.allocation"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.allocation">Allocation</a>
+ </h5>
+<p>
+ This example shows how to customise the allocation of memory associated with
+ asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp11/allocation/server.cpp" target="_top">boost_asio/example/cpp11/allocation/server.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h1"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.buffers"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.buffers">Buffers</a>
+ </h5>
+<p>
+ This example demonstrates how to create reference counted buffers that can
+ be used with socket read and write operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp11/buffers/reference_counted.cpp" target="_top">boost_asio/example/cpp11/buffers/reference_counted.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h2"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.chat"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.chat">Chat</a>
+ </h5>
+<p>
+ This example implements a chat server and client. The programs use a custom
+ protocol with a fixed length message header and variable length message body.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp11/chat/chat_message.hpp" target="_top">boost_asio/example/cpp11/chat/chat_message.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/chat/chat_client.cpp" target="_top">boost_asio/example/cpp11/chat/chat_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/chat/chat_server.cpp" target="_top">boost_asio/example/cpp11/chat/chat_server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h3"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.echo"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.echo">Echo</a>
+ </h5>
+<p>
+ A collection of simple clients and servers, showing the use of both synchronous
+ and asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp11/echo/async_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/echo/async_udp_echo_server.cpp" target="_top">boost_asio/example/cpp11/echo/async_udp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/echo/blocking_tcp_echo_client.cpp" target="_top">boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/echo/blocking_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/echo/blocking_udp_echo_client.cpp" target="_top">boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/echo/blocking_udp_echo_server.cpp" target="_top">boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h4"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.futures"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.futures">Futures</a>
+ </h5>
+<p>
+ This example demonstrates how to use std::future in conjunction with Boost.Asio's
+ asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp11/futures/daytime_client.cpp" target="_top">boost_asio/example/cpp11/futures/daytime_client.cpp</a>
+ </li></ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h5"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.http_server"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.http_server">HTTP
+ Server</a>
+ </h5>
+<p>
+ This example illustrates the use of asio in a simple single-threaded server
+ implementation of HTTP 1.0. It demonstrates how to perform a clean shutdown
+ by cancelling all outstanding asynchronous operations.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a href="../example/cpp11/http/server/connection.cpp" target="_top">boost_asio/example/cpp11/http/server/connection.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/connection.hpp" target="_top">boost_asio/example/cpp11/http/server/connection.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/connection_manager.cpp" target="_top">boost_asio/example/cpp11/http/server/connection_manager.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/connection_manager.hpp" target="_top">boost_asio/example/cpp11/http/server/connection_manager.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/header.hpp" target="_top">boost_asio/example/cpp11/http/server/header.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/main.cpp" target="_top">boost_asio/example/cpp11/http/server/main.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/mime_types.cpp" target="_top">boost_asio/example/cpp11/http/server/mime_types.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/mime_types.hpp" target="_top">boost_asio/example/cpp11/http/server/mime_types.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/reply.cpp" target="_top">boost_asio/example/cpp11/http/server/reply.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/reply.hpp" target="_top">boost_asio/example/cpp11/http/server/reply.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/request.hpp" target="_top">boost_asio/example/cpp11/http/server/request.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/request_handler.cpp" target="_top">boost_asio/example/cpp11/http/server/request_handler.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/request_handler.hpp" target="_top">boost_asio/example/cpp11/http/server/request_handler.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/request_parser.cpp" target="_top">boost_asio/example/cpp11/http/server/request_parser.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/request_parser.hpp" target="_top">boost_asio/example/cpp11/http/server/request_parser.hpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/server.cpp" target="_top">boost_asio/example/cpp11/http/server/server.cpp</a>
+ </li>
+<li class="listitem">
+ <a href="../example/cpp11/http/server/server.hpp" target="_top">boost_asio/example/cpp11/http/server/server.hpp</a>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.examples.cpp11_examples.h6"></a>
+ <span class="phrase"><a name="boost_asio.examples.cpp11_examples.spawn"></a></span><a class="link" href="cpp11_examples.html#boost_asio.examples.cpp11_examples.spawn">Spawn</a>
+ </h5>
+<p>
+ Example of using the boost::asio::spawn() function, a wrapper around the
+ <a href="http://www.boost.org/doc/libs/release/libs/coroutine/index.html" target="_top">Boost.Coroutine</a>
+ library, to implement a chain of asynchronous operations using stackful coroutines.
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ <a href="../example/cpp11/spawn/echo_server.cpp" target="_top">boost_asio/example/cpp11/spawn/echo_server.cpp</a>
+ </li></ul></div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="cpp03_examples.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../examples.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../reference.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/history.html b/doc/html/boost_asio/history.html
index efcca301dd..7216dc0cb8 100644
--- a/doc/html/boost_asio/history.html
+++ b/doc/html/boost_asio/history.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Revision History</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="reference/is_error_code_enum_lt__ssl_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::ssl_errors &gt;::value">
@@ -28,10 +28,503 @@
</h2></div></div></div>
<h4>
<a name="boost_asio.history.h0"></a>
- <span><a name="boost_asio.history.asio_1_8_2___boost_1_51"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_2___boost_1_51">Asio
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_5___boost_1_57"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_5___boost_1_57">Asio
+ 1.10.5 / Boost 1.57</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Fixed the <code class="literal">kqueue</code> reactor so that it works on FreeBSD
+ (<a href="https://svn.boost.org/trac/boost/ticket/10606" target="_top">#10606</a>).
+ </li>
+<li class="listitem">
+ Fixed an issue in the <code class="literal">kqueue</code> reactor which resulted
+ in spinning when using serial ports on Mac OS (<a href="https://svn.boost.org/trac/boost/ticket/10496" target="_top">#10496</a>).
+ </li>
+<li class="listitem">
+ Fixed <code class="literal">kqueue</code> reactor support for read-only file descriptors
+ (<a href="https://svn.boost.org/trac/boost/ticket/10367" target="_top">#10367</a>).
+ </li>
+<li class="listitem">
+ Fixed a compile error when using the <code class="literal">/dev/poll</code> reactor
+ (<a href="https://svn.boost.org/trac/boost/ticket/10350" target="_top">#10350</a>, <a href="https://svn.boost.org/trac/boost/ticket/10572" target="_top">#10572</a>).
+ </li>
+<li class="listitem">
+ Changed the Windows backend to use <code class="computeroutput"><span class="identifier">WSASocketW</span></code>,
+ as <code class="computeroutput"><span class="identifier">WSASocketA</span></code> has been
+ deprecated (<a href="https://svn.boost.org/trac/boost/ticket/10534" target="_top">#10534</a>).
+ </li>
+<li class="listitem">
+ Fixed some warnings reported by Visual C++ 2013 (<a href="https://svn.boost.org/trac/boost/ticket/10376" target="_top">#10376</a>).
+ </li>
+<li class="listitem">
+ Fixed integer type used in the WinRT version of the byte-order conversion
+ functions (<a href="https://svn.boost.org/trac/boost/ticket/10539" target="_top">#10539</a>).
+ </li>
+<li class="listitem">
+ Changed documentation to indicate that <code class="computeroutput"><span class="identifier">use_future</span></code>
+ and <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code>
+ are not made available when including the <code class="computeroutput"><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span></code>
+ convenience header (<a href="https://svn.boost.org/trac/boost/ticket/10567" target="_top">#10567</a>).
+ </li>
+<li class="listitem">
+ Explicitly marked <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">strand</span></code>
+ as deprecated. Use <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span></code>
+ instead.
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h1"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_4___boost_1_56"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_4___boost_1_56">Asio
+ 1.10.4 / Boost 1.56</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Stopped using certain Winsock functions that are marked as deprecated in
+ the latest Visual C++ and Windows SDK.
+ </li>
+<li class="listitem">
+ Fixed a shadow variable warning on Windows.
+ </li>
+<li class="listitem">
+ Fixed a regression in the <code class="literal">kqueue</code> backend that was introduced
+ in Asio 1.10.2.
+ </li>
+<li class="listitem">
+ Added a workaround for building the unit tests with <code class="literal">gcc</code>
+ on AIX.
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h2"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_3"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_3">Asio
+ 1.10.3</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Worked around a <code class="literal">gcc</code> problem to do with anonymous enums
+ (<a href="https://svn.boost.org/trac/boost/ticket/10042" target="_top">#10042</a>).
+ </li>
+<li class="listitem">
+ Reverted the Windows <code class="computeroutput"><span class="identifier">HANDLE</span></code>
+ backend change to ignore <code class="computeroutput"><span class="identifier">ERROR_MORE_DATA</span></code>.
+ Instead, the error will be propagated as with any other (i.e. in an <code class="computeroutput"><span class="identifier">error_code</span></code> or thrown as a <code class="computeroutput"><span class="identifier">system_error</span></code>), and the number of bytes
+ transferred will be returned. For code that needs to handle partial messages,
+ the <code class="computeroutput"><span class="identifier">error_code</span></code> overload
+ should be used (<a href="https://svn.boost.org/trac/boost/ticket/10034" target="_top">#10034</a>).
+ </li>
+<li class="listitem">
+ Fixed an off-by-one error in the <code class="computeroutput"><span class="identifier">signal_set</span></code>
+ implementation's signal number check (<a href="https://svn.boost.org/trac/boost/ticket/9324" target="_top">#9324</a>).
+ </li>
+<li class="listitem">
+ Changed the Windows IOCP backend to not assume that <code class="computeroutput"><span class="identifier">SO_UPDATE_CONNECT_CONTEXT</span></code>
+ is defined (<a href="https://svn.boost.org/trac/boost/ticket/10016" target="_top">#10016</a>).
+ </li>
+<li class="listitem">
+ Fixed a Windows-specific issue, introduced in Asio 1.10.2, by using <code class="computeroutput"><span class="identifier">VerifyVersionInfo</span></code> rather than <code class="computeroutput"><span class="identifier">GetVersionEx</span></code>, as <code class="computeroutput"><span class="identifier">GetVersionEx</span></code>
+ has been deprecated.
+ </li>
+<li class="listitem">
+ Changed to use SSE2 intrinsics rather than inline assembly, to allow the
+ Cray compiler to work.
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h3"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_2"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_2">Asio
+ 1.10.2</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Fixed <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">spawn</span><span class="special">()</span></code>
+ to work correctly with new Boost.Coroutine interface (<a href="https://svn.boost.org/trac/boost/ticket/9442" target="_top">#9442</a>, <a href="https://svn.boost.org/trac/boost/ticket/9928" target="_top">#9928</a>).
+ </li>
+<li class="listitem">
+ Ensured that incomplete <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">spawn</span><span class="special">()</span></code> coroutines are correctly unwound when
+ cleaned up by the <code class="computeroutput"><span class="identifier">io_service</span></code>
+ destructor (<a href="https://svn.boost.org/trac/boost/ticket/9731" target="_top">#9731</a>).
+ </li>
+<li class="listitem">
+ Fixed delegation of continuation hook for handlers produced by <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">wrap</span><span class="special">()</span></code>
+ and <code class="computeroutput"><span class="identifier">strand</span><span class="special">::</span><span class="identifier">wrap</span><span class="special">()</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/9741" target="_top">#9741</a>).
+ </li>
+<li class="listitem">
+ Changed the Windows I/O completion port backend to use <code class="computeroutput"><span class="identifier">ConnectEx</span></code>,
+ if available, for connection-oriented IP sockets.
+ </li>
+<li class="listitem">
+ Changed the <code class="computeroutput"><span class="identifier">io_service</span></code>
+ backend for non-Windows (and non-IOCP Windows) platforms to use a single
+ condition variable per <code class="computeroutput"><span class="identifier">io_service</span></code>
+ instance. This addresses a potential race condition when <code class="computeroutput"><span class="identifier">run_one</span><span class="special">()</span></code>
+ is used from multiple threads.
+ </li>
+<li class="listitem">
+ Prevented integer overflow when computing timeouts based on some <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span></code> and <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span></code>
+ clocks (<a href="https://svn.boost.org/trac/boost/ticket/9662" target="_top">#9662</a>, <a href="https://svn.boost.org/trac/boost/ticket/9778" target="_top">#9778</a>).
+ </li>
+<li class="listitem">
+ Made further changes to <code class="computeroutput"><span class="identifier">EV_CLEAR</span></code>
+ handling in the kqueue backend, to address other cases where the <code class="computeroutput"><span class="identifier">close</span><span class="special">()</span></code>
+ system call may hang on Mac OS X.
+ </li>
+<li class="listitem">
+ Fixed infinite recursion in implementation of <code class="computeroutput"><span class="identifier">resolver_query_base</span><span class="special">::</span><span class="identifier">flags</span><span class="special">::</span><span class="keyword">operator</span><span class="special">~</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/9548" target="_top">#9548</a>).
+ </li>
+<li class="listitem">
+ Made the <code class="computeroutput"><span class="identifier">select</span></code> reactor
+ more efficient on Windows for large numbers of sockets (<a href="https://svn.boost.org/trac/boost/ticket/9528" target="_top">#9528</a>).
+ </li>
+<li class="listitem">
+ Fixed a Windows-specific type-aliasing issue reported by <code class="literal">gcc</code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/9550" target="_top">#9550</a>).
+ </li>
+<li class="listitem">
+ Prevented execution of compile-time-only buffer test to avoid triggering
+ an address sanitiser warning (<a href="https://svn.boost.org/trac/boost/ticket/8295" target="_top">#8295</a>).
+ </li>
+<li class="listitem">
+ Disabled the <code class="computeroutput"><span class="identifier">GetQueuedCompletionStatus</span></code>
+ timeout workaround on recent versions of Windows.
+ </li>
+<li class="listitem">
+ Added support for string-based scope IDs when using link-local multicast
+ addresses.
+ </li>
+<li class="listitem">
+ Changed IPv6 multicast group join to use the address's scope ID as the
+ interface, if an interface is not explicitly specified.
+ </li>
+<li class="listitem">
+ Fixed multicast test failure on Mac OS X and the BSDs by using a link-local
+ multicast address.
+ </li>
+<li class="listitem">
+ Various minor documentation improvements (<a href="https://svn.boost.org/trac/boost/ticket/8295" target="_top">#8295</a>, <a href="https://svn.boost.org/trac/boost/ticket/9605" target="_top">#9605</a>, <a href="https://svn.boost.org/trac/boost/ticket/9771" target="_top">#9771</a>).
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h4"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_1___boost_1_55"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_1___boost_1_55">Asio
+ 1.10.1 / Boost 1.55</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Implemented a limited port to Windows Runtime. This support requires that
+ the language extensions be enabled. Due to the restricted facilities exposed
+ by the Windows Runtime API, the port also comes with the following caveats:
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ The core facilities such as the <code class="computeroutput"><span class="identifier">io_service</span></code>,
+ <code class="computeroutput"><span class="identifier">strand</span></code>, buffers,
+ composed operations, timers, etc., should all work as normal.
+ </li>
+<li class="listitem">
+ For sockets, only client-side TCP is supported.
+ </li>
+<li class="listitem">
+ Explicit binding of a client-side TCP socket is not supported.
+ </li>
+<li class="listitem">
+ The <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
+ function is not supported for sockets. Asynchronous operations may
+ only be cancelled by closing the socket.
+ </li>
+<li class="listitem">
+ Operations that use <code class="computeroutput"><span class="identifier">null_buffers</span></code>
+ are not supported.
+ </li>
+<li class="listitem">
+ Only <code class="computeroutput"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">no_delay</span></code> and <code class="computeroutput"><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">keep_alive</span></code>
+ options are supported.
+ </li>
+<li class="listitem">
+ Resolvers do not support service names, only numbers. I.e. you must
+ use "80" rather than "http".
+ </li>
+<li class="listitem">
+ Most resolver query flags have no effect.
+ </li>
+</ul></div>
+ </li>
+<li class="listitem">
+ Fixed a regression (introduced in Boost 1.54) where, on some platforms,
+ errors from <code class="computeroutput"><span class="identifier">async_connect</span></code>
+ were not correctly propagated through to the completion handler (<a href="https://svn.boost.org/trac/boost/ticket/8795" target="_top">#8795</a>).
+ </li>
+<li class="listitem">
+ Fixed a Windows-specific regression (introduced in Boost 1.54) that occurs
+ when multiple threads are running an <code class="computeroutput"><span class="identifier">io_service</span></code>.
+ When the bug occurs, the result of an asynchronous operation (error and
+ bytes tranferred) is incorrectly discarded and zero values used instead.
+ For TCP sockets this results in spurious end-of-file notifications (<a href="https://svn.boost.org/trac/boost/ticket/8933" target="_top">#8933</a>).
+ </li>
+<li class="listitem">
+ Fixed a bug in handler tracking, where it was not correctly printing out
+ some handler IDs (<a href="https://svn.boost.org/trac/boost/ticket/8808" target="_top">#8808</a>).
+ </li>
+<li class="listitem">
+ Fixed the comparison used to test for successful synchronous accept operations
+ so that it works correctly with unsigned socket descriptors (<a href="https://svn.boost.org/trac/boost/ticket/8752" target="_top">#8752</a>).
+ </li>
+<li class="listitem">
+ Ensured the signal number is correctly passed to the completion handler
+ when starting an <code class="computeroutput"><span class="identifier">async_wait</span></code>
+ on a signal that is already raised (<a href="https://svn.boost.org/trac/boost/ticket/8738" target="_top">#8738</a>).
+ </li>
+<li class="listitem">
+ Suppressed a g++ 4.8+ warning about unused typedefs (<a href="https://svn.boost.org/trac/boost/ticket/8980" target="_top">#8980</a>).
+ </li>
+<li class="listitem">
+ Enabled the move optimisation for handlers that use the default invocation
+ hook (<a href="https://svn.boost.org/trac/boost/ticket/8624" target="_top">#8624</a>).
+ </li>
+<li class="listitem">
+ Clarified that programs must not issue overlapping <code class="computeroutput"><span class="identifier">async_write_at</span></code>
+ operations (<a href="https://svn.boost.org/trac/boost/ticket/8669" target="_top">#8669</a>).
+ </li>
+<li class="listitem">
+ Changed the Windows <code class="computeroutput"><span class="identifier">HANDLE</span></code>
+ backend to treat <code class="computeroutput"><span class="identifier">ERROR_MORE_DATA</span></code>
+ as a non-fatal error when returned by <code class="computeroutput"><span class="identifier">GetOverlappedResult</span></code>
+ for a synchronous read (<a href="https://svn.boost.org/trac/boost/ticket/8722" target="_top">#8722</a>).
+ </li>
+<li class="listitem">
+ Visual C++ language extensions use <code class="computeroutput"><span class="identifier">generic</span></code>
+ as a keyword. Added a workaround that renames the namespace to <code class="computeroutput"><span class="identifier">cpp_generic</span></code> when those language extensions
+ are in effect.
+ </li>
+<li class="listitem">
+ Fixed some asynchronous operations that missed out on getting <code class="computeroutput"><span class="identifier">async_result</span></code> support in Boost 1.54. In
+ particular, the buffered stream templates have been updated so that they
+ adhere to current handler patterns (<a href="https://svn.boost.org/trac/boost/ticket/9000" target="_top">#9000</a>, <a href="https://svn.boost.org/trac/boost/ticket/9001" target="_top">#9001</a>).
+ </li>
+<li class="listitem">
+ Enabled move support for Microsoft Visual Studio 2012 (<a href="https://svn.boost.org/trac/boost/ticket/8959" target="_top">#8959</a>).
+ </li>
+<li class="listitem">
+ Added <code class="computeroutput"><span class="identifier">use_future</span></code> support
+ for Microsoft Visual Studio 2012.
+ </li>
+<li class="listitem">
+ Removed a use of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">min</span></code> in the Windows IOCP backend to avoid
+ a dependency on the <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">algorithm</span><span class="special">&gt;</span></code> header (<a href="https://svn.boost.org/trac/boost/ticket/8758" target="_top">#8758</a>).
+ </li>
+<li class="listitem">
+ Eliminated some unnecessary handler copies.
+ </li>
+<li class="listitem">
+ Fixed support for older versions of OpenSSL that do not provide the <code class="computeroutput"><span class="identifier">SSL_CTX_clear_options</span></code> function (<a href="https://svn.boost.org/trac/boost/ticket/9273" target="_top">#9273</a>).
+ </li>
+<li class="listitem">
+ Fixed various minor and cosmetic issues in code and documentation (including
+ <a href="https://svn.boost.org/trac/boost/ticket/8347" target="_top">#8347</a>, <a href="https://svn.boost.org/trac/boost/ticket/8950" target="_top">#8950</a>, <a href="https://svn.boost.org/trac/boost/ticket/8953" target="_top">#8953</a>, <a href="https://svn.boost.org/trac/boost/ticket/8965" target="_top">#8965</a>, <a href="https://svn.boost.org/trac/boost/ticket/8997" target="_top">#8997</a>, <a href="https://svn.boost.org/trac/boost/ticket/9230" target="_top">#9230</a>).
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h5"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_10_0___boost_1_54"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_10_0___boost_1_54">Asio
+ 1.10.0 / Boost 1.54</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Added new traits classes, <code class="computeroutput"><span class="identifier">handler_type</span></code>
+ and <code class="computeroutput"><span class="identifier">async_result</span></code>, that
+ allow the customisation of the return type of an initiating function.
+ </li>
+<li class="listitem">
+ Added the <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">spawn</span><span class="special">()</span></code>
+ function, a high-level wrapper for running stackful coroutines, based on
+ the Boost.Coroutine library. The <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code> function enables programs to implement
+ asynchronous logic in a synchronous manner. For example: <code class="computeroutput"><span class="identifier">size_t</span> <span class="identifier">n</span>
+ <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">my_buffer</span><span class="special">,</span> <span class="identifier">yield</span><span class="special">);</span></code>. For further information, see <a class="link" href="overview/core/spawn.html" title="Stackful Coroutines">Stackful
+ Coroutines</a>.
+ </li>
+<li class="listitem">
+ Added the <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span></code> special value, which provides
+ first-class support for returning a C++11 <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ from an asynchronous operation's initiating function. For example: <code class="computeroutput"><span class="identifier">future</span><span class="special">&lt;</span><span class="identifier">size_t</span><span class="special">&gt;</span>
+ <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">my_buffer</span><span class="special">,</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span><span class="special">);</span></code>. For further information, see <a class="link" href="overview/cpp2011/futures.html" title="Futures">C++
+ 2011 Support - Futures</a>.
+ </li>
+<li class="listitem">
+ Promoted the stackless coroutine class and macros to be part of Asio's
+ documented interface, rather than part of the HTTP server 4 example. For
+ further information, see <a class="link" href="overview/core/coroutine.html" title="Stackless Coroutines">Stackless
+ Coroutines</a>.
+ </li>
+<li class="listitem">
+ Added a new handler hook called <code class="computeroutput"><span class="identifier">asio_handler_is_continuation</span></code>.
+ Asynchronous operations may represent a continuation of the asynchronous
+ control flow associated with the current executing handler. The <code class="computeroutput"><span class="identifier">asio_handler_is_continuation</span></code> hook can
+ be customised to return <code class="computeroutput"><span class="keyword">true</span></code>
+ if this is the case, and Asio's implementation can use this knowledge to
+ optimise scheduling of the new handler. To cover common cases, Asio customises
+ the hook for strands, <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code> and composed asynchronous operations.
+ </li>
+<li class="listitem">
+ Added four new generic protocol classes, <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">datagram_protocol</span></code>,
+ <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">raw_protocol</span></code>, <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">seq_packet_protocol</span></code>
+ and <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span></code>, which implement the
+ <code class="computeroutput"><span class="identifier">Protocol</span></code> type requirements,
+ but allow the user to specify the address family (e.g. <code class="computeroutput"><span class="identifier">AF_INET</span></code>)
+ and protocol type (e.g. <code class="computeroutput"><span class="identifier">IPPROTO_TCP</span></code>)
+ at runtime. For further information, see <a class="link" href="overview/networking/other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>.
+ </li>
+<li class="listitem">
+ Added C++11 move constructors that allow the conversion of a socket (or
+ acceptor) into a more generic type. For example, an <code class="computeroutput"><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span></code>
+ can be converted into a <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span></code>
+ via move construction. For further information, see <a class="link" href="overview/networking/other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>.
+ </li>
+<li class="listitem">
+ Extended the <code class="computeroutput"><span class="identifier">basic_socket_acceptor</span><span class="special">&lt;&gt;</span></code>'s <code class="computeroutput"><span class="identifier">accept</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">async_accept</span><span class="special">()</span></code> functions to allow a new connection to
+ be accepted directly into a socket of a more generic type. For example,
+ an <code class="computeroutput"><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span></code> can be used to accept into a
+ <code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span></code> object. For further information,
+ see <a class="link" href="overview/networking/other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>.
+ </li>
+<li class="listitem">
+ Moved existing examples into a C++03-specific directory, and added a new
+ directory for C++11-specific examples. A limited subset of the C++03 examples
+ have been converted to their C++11 equivalents.
+ </li>
+<li class="listitem">
+ Various SSL enhancements. Thanks go to Nick Jones, on whose work these
+ changes are based.
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ Added support for SSL handshakes with re-use of data already read
+ from the wire. New overloads of the <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">stream</span><span class="special">&lt;&gt;</span></code> class's <code class="computeroutput"><span class="identifier">handshake</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">async_handshake</span><span class="special">()</span></code> functions have been added. These
+ accept a <code class="computeroutput"><span class="identifier">ConstBufferSequence</span></code>
+ to be used as initial input to the ssl engine for the handshake procedure.
+ </li>
+<li class="listitem">
+ Added support for creation of TLSv1.1 and TLSv1.2 <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span></code>
+ objects.
+ </li>
+<li class="listitem">
+ Added a <code class="computeroutput"><span class="identifier">set_verify_depth</span><span class="special">()</span></code> function to the <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span></code>
+ and <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">stream</span><span class="special">&lt;&gt;</span></code>
+ classes.
+ </li>
+<li class="listitem">
+ Added the ability to load SSL certificate and key data from memory
+ buffers. New functions, <code class="computeroutput"><span class="identifier">add_certificate_authority</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">use_certificate</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">use_certificate_chain</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">use_private_key</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">use_rsa_private_key</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">use_tmp_dh</span><span class="special">()</span></code>, have been added to the <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span></code> class.
+ </li>
+<li class="listitem">
+ Changed <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span></code> to automatically disable
+ SSL compression by default. To enable, use the new <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span><span class="special">::</span><span class="identifier">clear_options</span><span class="special">()</span></code>
+ function, as in <code class="computeroutput"><span class="identifier">my_context</span><span class="special">.</span><span class="identifier">clear_options</span><span class="special">(</span><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context</span><span class="special">::</span><span class="identifier">no_compression</span><span class="special">)</span></code>.
+ </li>
+</ul></div>
+ </li>
+<li class="listitem">
+ Fixed a potential deadlock in <code class="computeroutput"><span class="identifier">signal_set</span></code>
+ implementation.
+ </li>
+<li class="listitem">
+ Fixed an error in acceptor example in documentation <a href="https://svn.boost.org/trac/boost/ticket/8421" target="_top">#8421</a>.
+ </li>
+<li class="listitem">
+ Fixed copy-paste errors in waitable timer documentation <a href="https://svn.boost.org/trac/boost/ticket/8602" target="_top">#8602</a>.
+ </li>
+<li class="listitem">
+ Added assertions to satisfy some code analysis tools <a href="https://svn.boost.org/trac/boost/ticket/7739" target="_top">#7739</a>.
+ </li>
+<li class="listitem">
+ Fixed a malformed <code class="computeroutput"><span class="preprocessor">#warning</span></code>
+ directive <a href="https://svn.boost.org/trac/boost/ticket/7939" target="_top">#7939</a>.
+ </li>
+<li class="listitem">
+ Fixed a potential data race in the Linux <code class="computeroutput"><span class="identifier">epoll</span></code>
+ implementation.
+ </li>
+<li class="listitem">
+ Fixed a Windows-specific bug, where certain operations might generate an
+ <code class="computeroutput"><span class="identifier">error_code</span></code> with an invalid
+ (i.e. <code class="computeroutput"><span class="identifier">NULL</span></code>) <code class="computeroutput"><span class="identifier">error_category</span></code> <a href="https://svn.boost.org/trac/boost/ticket/8613" target="_top">#8613</a>.
+ </li>
+<li class="listitem">
+ Fixed <code class="computeroutput"><span class="identifier">basic_waitable_timer</span></code>'s
+ underlying implementation so that it can handle any <code class="computeroutput"><span class="identifier">time_point</span></code>
+ value without overflowing the intermediate duration objects.
+ </li>
+<li class="listitem">
+ Fixed a problem with lost thread wakeups that can occur when making concurrent
+ calls to <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>
+ and <code class="computeroutput"><span class="identifier">poll</span><span class="special">()</span></code>
+ on the same <code class="computeroutput"><span class="identifier">io_service</span></code>
+ object <a href="https://svn.boost.org/trac/boost/ticket/8354" target="_top">#8354</a>.
+ </li>
+<li class="listitem">
+ Fixed implementation of asynchronous connect operation so that it can cope
+ with spurious readiness notifications from the reactor <a href="https://svn.boost.org/trac/boost/ticket/7961" target="_top">#7961</a>.
+ </li>
+<li class="listitem">
+ Fixed a memory leak in the <code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">rfc2818_verification</span></code>
+ class.
+ </li>
+<li class="listitem">
+ Added a mechanism for disabling automatic Winsock initialisation <a href="https://svn.boost.org/trac/boost/ticket/3605" target="_top">#3605</a>.
+ See the header file <code class="literal">boost/asio/detail/winsock_init.hpp</code>
+ for details.
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h6"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_8_3___boost_1_53"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_3___boost_1_53">Asio
+ 1.8.3 / Boost 1.53</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Fixed some 64-to-32-bit conversion warnings (<a href="https://svn.boost.org/trac/boost/ticket/7459" target="_top">#7459</a>).
+ </li>
+<li class="listitem">
+ Fixed some small errors in documentation and comments (<a href="https://svn.boost.org/trac/boost/ticket/7761" target="_top">#7761</a>).
+ </li>
+<li class="listitem">
+ Fixed an error in the example embedded in <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">::</span><span class="identifier">get_option</span></code>'s
+ documentation (<a href="https://svn.boost.org/trac/boost/ticket/7562" target="_top">#7562</a>).
+ </li>
+<li class="listitem">
+ Changed to use <code class="computeroutput"><span class="keyword">long</span></code> rather
+ than <code class="computeroutput"><span class="keyword">int</span></code> for SSL_CTX options,
+ to match OpenSSL (<a href="https://svn.boost.org/trac/boost/ticket/7209" target="_top">#7209</a>).
+ </li>
+<li class="listitem">
+ Changed to use <code class="computeroutput"><span class="identifier">_snwprintf</span></code>
+ to address a compile error due to the changed <code class="computeroutput"><span class="identifier">swprintf</span></code>
+ signature in recent versions of MinGW (<a href="https://svn.boost.org/trac/boost/ticket/7373" target="_top">#7373</a>).
+ </li>
+<li class="listitem">
+ Fixed a deadlock that can occur on Windows when shutting down a pool of
+ <code class="computeroutput"><span class="identifier">io_service</span></code> threads due
+ to running out of work (<a href="https://svn.boost.org/trac/boost/ticket/7552" target="_top">#7552</a>).
+ </li>
+<li class="listitem">
+ Enabled the <code class="computeroutput"><span class="keyword">noexcept</span></code> qualifier
+ for error categories (<a href="https://svn.boost.org/trac/boost/ticket/7797" target="_top">#7797</a>).
+ </li>
+<li class="listitem">
+ Changed UNIX domain socket example to treat errors from <code class="computeroutput"><span class="identifier">accept</span></code>
+ as non-fatal (<a href="https://svn.boost.org/trac/boost/ticket/7488" target="_top">#7488</a>).
+ </li>
+<li class="listitem">
+ Added a small block recycling optimisation to improve default memory allocation
+ behaviour.
+ </li>
+</ul></div>
+<h4>
+<a name="boost_asio.history.h7"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_8_2___boost_1_51"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_2___boost_1_51">Asio
1.8.2 / Boost 1.51</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fixed an incompatibility between <code class="computeroutput"><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">iostream</span></code>
and C++11 (<a href="https://svn.boost.org/trac/boost/ticket/7162" target="_top">#7162</a>).
@@ -71,11 +564,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h1"></a>
- <span><a name="boost_asio.history.asio_1_8_1___boost_1_50"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_1___boost_1_50">Asio
+<a name="boost_asio.history.h8"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_8_1___boost_1_50"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_1___boost_1_50">Asio
1.8.1 / Boost 1.50</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Changed the <code class="computeroutput"><span class="identifier">epoll_reactor</span></code>
backend to do lazy registration for <code class="computeroutput"><span class="identifier">EPOLLOUT</span></code>
@@ -110,11 +603,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h2"></a>
- <span><a name="boost_asio.history.asio_1_8_0___boost_1_49"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_0___boost_1_49">Asio
+<a name="boost_asio.history.h9"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_8_0___boost_1_49"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_8_0___boost_1_49">Asio
1.8.0 / Boost 1.49</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added a new class template <code class="computeroutput"><span class="identifier">basic_waitable_timer</span></code>
based around the C++11 clock type requirements. It may be used with the
@@ -159,14 +652,14 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h3"></a>
- <span><a name="boost_asio.history.asio_1_6_1___boost_1_48"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_6_1___boost_1_48">Asio
+<a name="boost_asio.history.h10"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_6_1___boost_1_48"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_6_1___boost_1_48">Asio
1.6.1 / Boost 1.48</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Implemented various performance improvements, including:
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
Using thread-local operation queues in single-threaded use cases
(i.e. when <code class="computeroutput"><span class="identifier">concurrency_hint</span></code>
@@ -253,11 +746,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h4"></a>
- <span><a name="boost_asio.history.asio_1_6_0___boost_1_47"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_6_0___boost_1_47">Asio
+<a name="boost_asio.history.h11"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_6_0___boost_1_47"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_6_0___boost_1_47">Asio
1.6.0 / Boost 1.47</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added support for signal handling, using a new class called <code class="computeroutput"><span class="identifier">signal_set</span></code>. Programs may add one or more
signals to the set, and then perform an <code class="computeroutput"><span class="identifier">async_wait</span><span class="special">()</span></code> operation. The specified handler will
@@ -312,9 +805,8 @@
<li class="listitem">
Added friendlier compiler errors for when a completion handler does not
meet the necessary type requirements. When C++0x is available (currently
- supported for <code class="literal">g++</code> 4.5 or later, and MSVC 10), <code class="computeroutput"><span class="identifier">static_assert</span></code> is also used to generate
- an informative error message. This checking may be disabled by defining
- <code class="computeroutput"><span class="identifier">BOOST_ASIO_DISABLE_HANDLER_TYPE_REQUIREMENTS</span></code>.
+ supported for <code class="literal">g++</code> 4.5 or later, and MSVC 10), <code class="computeroutput"><span class="keyword">static_assert</span></code> is also used to generate an
+ informative error message. This checking may be disabled by defining <code class="computeroutput"><span class="identifier">BOOST_ASIO_DISABLE_HANDLER_TYPE_REQUIREMENTS</span></code>.
</li>
<li class="listitem">
Added a new, completely rewritten SSL implementation. The new implementation
@@ -485,11 +977,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h5"></a>
- <span><a name="boost_asio.history.asio_1_4_9___boost_1_46_1"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_9___boost_1_46_1">Asio
+<a name="boost_asio.history.h12"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_9___boost_1_46_1"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_9___boost_1_46_1">Asio
1.4.9 / Boost 1.46.1</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">EV_ONESHOT</span></code> seems to cause
problems on some versions of Mac OS X, with the <code class="computeroutput"><span class="identifier">io_service</span></code>
@@ -517,11 +1009,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h6"></a>
- <span><a name="boost_asio.history.asio_1_4_8___boost_1_46"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_8___boost_1_46">Asio
+<a name="boost_asio.history.h13"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_8___boost_1_46"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_8___boost_1_46">Asio
1.4.8 / Boost 1.46</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fixed an integer overflow problem that occurs when <code class="computeroutput"><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address_v4</span><span class="special">::</span><span class="identifier">broadcast</span><span class="special">()</span></code> is used on 64-bit platforms.
</li>
@@ -532,11 +1024,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h7"></a>
- <span><a name="boost_asio.history.asio_1_4_7___boost_1_45"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_7___boost_1_45">Asio
+<a name="boost_asio.history.h14"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_7___boost_1_45"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_7___boost_1_45">Asio
1.4.7 / Boost 1.45</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fixed a problem on kqueue-based platforms where a <code class="computeroutput"><span class="identifier">deadline_timer</span></code>
may never fire if the <code class="computeroutput"><span class="identifier">io_service</span></code>
@@ -614,11 +1106,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h8"></a>
- <span><a name="boost_asio.history.asio_1_4_6___boost_1_44"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_6___boost_1_44">Asio
+<a name="boost_asio.history.h15"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_6___boost_1_44"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_6___boost_1_44">Asio
1.4.6 / Boost 1.44</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Reduced compile times. (Note that some programs may need to add additional
<code class="computeroutput"><span class="preprocessor">#include</span></code>s, e.g. if the
@@ -690,11 +1182,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h9"></a>
- <span><a name="boost_asio.history.asio_1_4_5___boost_1_43"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_5___boost_1_43">Asio
+<a name="boost_asio.history.h16"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_5___boost_1_43"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_5___boost_1_43">Asio
1.4.5 / Boost 1.43</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Improved performance.
</li>
@@ -757,11 +1249,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h10"></a>
- <span><a name="boost_asio.history.asio_1_4_4___boost_1_42"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_4___boost_1_42">Asio
+<a name="boost_asio.history.h17"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_4___boost_1_42"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_4___boost_1_42">Asio
1.4.4 / Boost 1.42</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added a new HTTP Server 4 example illustrating the use of stackless coroutines
with Asio.
@@ -822,11 +1314,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h11"></a>
- <span><a name="boost_asio.history.asio_1_4_3___boost_1_40"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_3___boost_1_40">Asio
+<a name="boost_asio.history.h18"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_3___boost_1_40"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_3___boost_1_40">Asio
1.4.3 / Boost 1.40</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added a new ping example to illustrate the use of ICMP sockets.
</li>
@@ -879,11 +1371,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h12"></a>
- <span><a name="boost_asio.history.asio_1_4_2___boost_1_39"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_2___boost_1_39">Asio
+<a name="boost_asio.history.h19"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_2___boost_1_39"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_2___boost_1_39">Asio
1.4.2 / Boost 1.39</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Implement automatic resizing of the bucket array in the internal hash maps.
This is to improve performance for very large numbers of asynchronous operations
@@ -931,11 +1423,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h13"></a>
- <span><a name="boost_asio.history.asio_1_4_1___boost_1_38"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_1___boost_1_38">Asio
+<a name="boost_asio.history.h20"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_1___boost_1_38"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_1___boost_1_38">Asio
1.4.1 / Boost 1.38</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Improved compatibility with some Windows firewall software.
</li>
@@ -963,11 +1455,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h14"></a>
- <span><a name="boost_asio.history.asio_1_4_0___boost_1_37"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_0___boost_1_37">Asio
+<a name="boost_asio.history.h21"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_4_0___boost_1_37"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_4_0___boost_1_37">Asio
1.4.0 / Boost 1.37</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Enhanced CompletionCondition concept with the signature <code class="computeroutput"><span class="identifier">size_t</span>
<span class="identifier">CompletionCondition</span><span class="special">(</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="identifier">total</span><span class="special">)</span></code>,
@@ -998,11 +1490,11 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h15"></a>
- <span><a name="boost_asio.history.asio_1_2_0___boost_1_36"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_2_0___boost_1_36">Asio
+<a name="boost_asio.history.h22"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_2_0___boost_1_36"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_2_0___boost_1_36">Asio
1.2.0 / Boost 1.36</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added support for serial ports.
</li>
@@ -1051,8 +1543,8 @@
</li>
</ul></div>
<h4>
-<a name="boost_asio.history.h16"></a>
- <span><a name="boost_asio.history.asio_1_0_0___boost_1_35"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_0_0___boost_1_35">Asio
+<a name="boost_asio.history.h23"></a>
+ <span class="phrase"><a name="boost_asio.history.asio_1_0_0___boost_1_35"></a></span><a class="link" href="history.html#boost_asio.history.asio_1_0_0___boost_1_35">Asio
1.0.0 / Boost 1.35</a>
</h4>
<p>
@@ -1061,7 +1553,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/index.html b/doc/html/boost_asio/index.html
index 344bd5ce9e..9a86028382 100644
--- a/doc/html/boost_asio/index.html
+++ b/doc/html/boost_asio/index.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title></title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="history.html" title="Revision History">
@@ -25,7 +25,7 @@
<div class="titlepage"></div>
<div class="index">
<div class="titlepage"><div><div><h3 class="title">
-<a name="id1666248"></a>Index</h3></div></div></div>
+<a name="idp208713904"></a>Index</h3></div></div></div>
<div class="index">
<div class="indexdiv">
<h3>Symbols</h3>
@@ -142,6 +142,9 @@
<dt>address_v6</dt>
<dd><dl><dt>ip::address_v6, <a class="indexterm" href="reference/ip__address_v6/address_v6.html">ip::address_v6::address_v6</a>
</dt></dl></dd>
+<dt>add_certificate_authority</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/add_certificate_authority.html">ssl::context::add_certificate_authority</a>
+</dt></dl></dd>
<dt>add_service, <a class="indexterm" href="reference/add_service.html">add_service</a>
</dt>
<dd><dl><dt>io_service, <a class="indexterm" href="reference/io_service/add_service.html">io_service::add_service</a>
@@ -149,6 +152,9 @@
<dt>add_verify_path</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/add_verify_path.html">ssl::context::add_verify_path</a>
</dt></dl></dd>
+<dt>allocator_type</dt>
+<dd><dl><dt>use_future_t, <a class="indexterm" href="reference/use_future_t/allocator_type.html">use_future_t::allocator_type</a>
+</dt></dl></dd>
<dt>all_matching</dt>
<dd><dl>
<dt>ip::basic_resolver_query, <a class="indexterm" href="reference/ip__basic_resolver_query/all_matching.html">ip::basic_resolver_query::all_matching</a>
@@ -178,6 +184,8 @@
</dt>
<dt>asio_handler_invoke, <a class="indexterm" href="reference/asio_handler_invoke.html">asio_handler_invoke</a>
</dt>
+<dt>asio_handler_is_continuation, <a class="indexterm" href="reference/asio_handler_is_continuation.html">asio_handler_is_continuation</a>
+</dt>
<dt>asn1</dt>
<dd><dl>
<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/file_format.html">ssl::context::file_format</a>
@@ -359,6 +367,9 @@
<dt>ip::resolver_service, <a class="indexterm" href="reference/ip__resolver_service/async_resolve.html">ip::resolver_service::async_resolve</a>
</dt>
</dl></dd>
+<dt>async_result</dt>
+<dd><dl><dt>async_result, <a class="indexterm" href="reference/async_result/async_result.html">async_result::async_result</a>
+</dt></dl></dd>
<dt>async_send</dt>
<dd><dl>
<dt>basic_datagram_socket, <a class="indexterm" href="reference/basic_datagram_socket/async_send.html">basic_datagram_socket::async_send</a>
@@ -512,6 +523,8 @@
</dt></dl></dd>
<dt>basic_endpoint</dt>
<dd><dl>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/basic_endpoint.html">generic::basic_endpoint::basic_endpoint</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/basic_endpoint.html">ip::basic_endpoint::basic_endpoint</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/basic_endpoint.html">local::basic_endpoint::basic_endpoint</a>
@@ -580,6 +593,9 @@
<dt>basic_waitable_timer</dt>
<dd><dl><dt>basic_waitable_timer, <a class="indexterm" href="reference/basic_waitable_timer/basic_waitable_timer.html">basic_waitable_timer::basic_waitable_timer</a>
</dt></dl></dd>
+<dt>basic_yield_context</dt>
+<dd><dl><dt>basic_yield_context, <a class="indexterm" href="reference/basic_yield_context/basic_yield_context.html">basic_yield_context::basic_yield_context</a>
+</dt></dl></dd>
<dt>baud_rate</dt>
<dd><dl><dt>serial_port_base::baud_rate, <a class="indexterm" href="reference/serial_port_base__baud_rate/baud_rate.html">serial_port_base::baud_rate::baud_rate</a>
</dt></dl></dd>
@@ -706,6 +722,12 @@
<div class="indexdiv">
<h3>C</h3>
<dl>
+<dt>callee_type</dt>
+<dd><dl><dt>basic_yield_context, <a class="indexterm" href="reference/basic_yield_context/callee_type.html">basic_yield_context::callee_type</a>
+</dt></dl></dd>
+<dt>caller_type</dt>
+<dd><dl><dt>basic_yield_context, <a class="indexterm" href="reference/basic_yield_context/caller_type.html">basic_yield_context::caller_type</a>
+</dt></dl></dd>
<dt>cancel</dt>
<dd><dl>
<dt>basic_datagram_socket, <a class="indexterm" href="reference/basic_datagram_socket/cancel.html">basic_datagram_socket::cancel</a>
@@ -793,6 +815,8 @@
</dl></dd>
<dt>capacity</dt>
<dd><dl>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/capacity.html">generic::basic_endpoint::capacity</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/capacity.html">ip::basic_endpoint::capacity</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/capacity.html">local::basic_endpoint::capacity</a>
@@ -808,6 +832,9 @@
<dt>signal_set_service, <a class="indexterm" href="reference/signal_set_service/clear.html">signal_set_service::clear</a>
</dt>
</dl></dd>
+<dt>clear_options</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/clear_options.html">ssl::context::clear_options</a>
+</dt></dl></dd>
<dt>client</dt>
<dd><dl>
<dt>ssl::stream, <a class="indexterm" href="reference/ssl__stream/handshake_type.html">ssl::stream::handshake_type</a>
@@ -977,6 +1004,22 @@
<dt>context</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/context.html">ssl::context::context</a>
</dt></dl></dd>
+<dt>converting_move_construct</dt>
+<dd><dl>
+<dt>datagram_socket_service, <a class="indexterm" href="reference/datagram_socket_service/converting_move_construct.html">datagram_socket_service::converting_move_construct</a>
+</dt>
+<dt>raw_socket_service, <a class="indexterm" href="reference/raw_socket_service/converting_move_construct.html">raw_socket_service::converting_move_construct</a>
+</dt>
+<dt>seq_packet_socket_service, <a class="indexterm" href="reference/seq_packet_socket_service/converting_move_construct.html">seq_packet_socket_service::converting_move_construct</a>
+</dt>
+<dt>socket_acceptor_service, <a class="indexterm" href="reference/socket_acceptor_service/converting_move_construct.html">socket_acceptor_service::converting_move_construct</a>
+</dt>
+<dt>stream_socket_service, <a class="indexterm" href="reference/stream_socket_service/converting_move_construct.html">stream_socket_service::converting_move_construct</a>
+</dt>
+</dl></dd>
+<dt>coroutine</dt>
+<dd><dl><dt>coroutine, <a class="indexterm" href="reference/coroutine/coroutine.html">coroutine::coroutine</a>
+</dt></dl></dd>
<dt>create</dt>
<dd><dl><dt>ip::basic_resolver_iterator, <a class="indexterm" href="reference/ip__basic_resolver_iterator/create.html">ip::basic_resolver_iterator::create</a>
</dt></dl></dd>
@@ -989,16 +1032,23 @@
<dd><dl>
<dt>basic_streambuf, <a class="indexterm" href="reference/basic_streambuf/data.html">basic_streambuf::data</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/data.html">generic::basic_endpoint::data</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/data.html">ip::basic_endpoint::data</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/data.html">local::basic_endpoint::data</a>
</dt>
</dl></dd>
+<dt>datagram_protocol</dt>
+<dd><dl><dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/datagram_protocol.html">generic::datagram_protocol::datagram_protocol</a>
+</dt></dl></dd>
<dt>datagram_socket_service</dt>
<dd><dl><dt>datagram_socket_service, <a class="indexterm" href="reference/datagram_socket_service/datagram_socket_service.html">datagram_socket_service::datagram_socket_service</a>
</dt></dl></dd>
<dt>data_type</dt>
<dd><dl>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/data_type.html">generic::basic_endpoint::data_type</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/data_type.html">ip::basic_endpoint::data_type</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/data_type.html">local::basic_endpoint::data_type</a>
@@ -1164,6 +1214,14 @@
</dl></dd>
<dt>endpoint</dt>
<dd><dl>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/endpoint.html">generic::datagram_protocol::endpoint</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/endpoint.html">generic::raw_protocol::endpoint</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/endpoint.html">generic::seq_packet_protocol::endpoint</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/endpoint.html">generic::stream_protocol::endpoint</a>
+</dt>
<dt>ip::basic_resolver_entry, <a class="indexterm" href="reference/ip__basic_resolver_entry/endpoint.html">ip::basic_resolver_entry::endpoint</a>
</dt>
<dt>ip::icmp, <a class="indexterm" href="reference/ip__icmp/endpoint.html">ip::icmp::endpoint</a>
@@ -1294,6 +1352,14 @@
<dl>
<dt>family</dt>
<dd><dl>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/family.html">generic::datagram_protocol::family</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/family.html">generic::raw_protocol::family</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/family.html">generic::seq_packet_protocol::family</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/family.html">generic::stream_protocol::family</a>
+</dt>
<dt>ip::icmp, <a class="indexterm" href="reference/ip__icmp/family.html">ip::icmp::family</a>
</dt>
<dt>ip::tcp, <a class="indexterm" href="reference/ip__tcp/family.html">ip::tcp::family</a>
@@ -1386,7 +1452,14 @@
<h3>G</h3>
<dl>
<dt>get</dt>
-<dd><dl><dt>windows::overlapped_ptr, <a class="indexterm" href="reference/windows__overlapped_ptr/get.html">windows::overlapped_ptr::get</a>
+<dd><dl>
+<dt>async_result, <a class="indexterm" href="reference/async_result/get.html">async_result::get</a>
+</dt>
+<dt>windows::overlapped_ptr, <a class="indexterm" href="reference/windows__overlapped_ptr/get.html">windows::overlapped_ptr::get</a>
+</dt>
+</dl></dd>
+<dt>get_allocator</dt>
+<dd><dl><dt>use_future_t, <a class="indexterm" href="reference/use_future_t/get_allocator.html">use_future_t::get_allocator</a>
</dt></dl></dd>
<dt>get_implementation</dt>
<dd><dl>
@@ -1812,6 +1885,8 @@
</dt></dl></dd>
<dt>iostream</dt>
<dd><dl>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/iostream.html">generic::stream_protocol::iostream</a>
+</dt>
<dt>ip::tcp, <a class="indexterm" href="reference/ip__tcp/iostream.html">ip::tcp::iostream</a>
</dt>
<dt>local::stream_protocol, <a class="indexterm" href="reference/local__stream_protocol/iostream.html">local::stream_protocol::iostream</a>
@@ -1872,6 +1947,9 @@
</dt>
<dt>ip::v6_only, <a class="indexterm" href="reference/ip__v6_only.html">ip::v6_only</a>
</dt>
+<dt>is_child</dt>
+<dd><dl><dt>coroutine, <a class="indexterm" href="reference/coroutine/is_child.html">coroutine::is_child</a>
+</dt></dl></dd>
<dt>is_class_a</dt>
<dd><dl><dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/is_class_a.html">ip::address_v4::is_class_a</a>
</dt></dl></dd>
@@ -1881,6 +1959,9 @@
<dt>is_class_c</dt>
<dd><dl><dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/is_class_c.html">ip::address_v4::is_class_c</a>
</dt></dl></dd>
+<dt>is_complete</dt>
+<dd><dl><dt>coroutine, <a class="indexterm" href="reference/coroutine/is_complete.html">coroutine::is_complete</a>
+</dt></dl></dd>
<dt>is_link_local</dt>
<dd><dl><dt>ip::address_v6, <a class="indexterm" href="reference/ip__address_v6/is_link_local.html">ip::address_v6::is_link_local</a>
</dt></dl></dd>
@@ -1968,6 +2049,9 @@
<dt>windows::stream_handle_service, <a class="indexterm" href="reference/windows__stream_handle_service/is_open.html">windows::stream_handle_service::is_open</a>
</dt>
</dl></dd>
+<dt>is_parent</dt>
+<dd><dl><dt>coroutine, <a class="indexterm" href="reference/coroutine/is_parent.html">coroutine::is_parent</a>
+</dt></dl></dd>
<dt>is_site_local</dt>
<dd><dl><dt>ip::address_v6, <a class="indexterm" href="reference/ip__address_v6/is_site_local.html">ip::address_v6::is_site_local</a>
</dt></dl></dd>
@@ -2748,6 +2832,13 @@
<dt>no_buffer_space</dt>
<dd><dl><dt>error::basic_errors, <a class="indexterm" href="reference/error__basic_errors.html">error::basic_errors</a>
</dt></dl></dd>
+<dt>no_compression</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/no_compression.html">ssl::context::no_compression</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/no_compression.html">ssl::context_base::no_compression</a>
+</dt>
+</dl></dd>
<dt>no_data</dt>
<dd><dl><dt>error::netdb_errors, <a class="indexterm" href="reference/error__netdb_errors.html">error::netdb_errors</a>
</dt></dl></dd>
@@ -2875,6 +2966,16 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_not__eq_.html">buffers_iterator::operator!=</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_not__eq_.html">generic::basic_endpoint::operator!=</a>
+</dt>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/operator_not__eq_.html">generic::datagram_protocol::operator!=</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/operator_not__eq_.html">generic::raw_protocol::operator!=</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/operator_not__eq_.html">generic::seq_packet_protocol::operator!=</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/operator_not__eq_.html">generic::stream_protocol::operator!=</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_not__eq_.html">ip::address::operator!=</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_not__eq_.html">ip::address_v4::operator!=</a>
@@ -2940,6 +3041,8 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_lt_.html">buffers_iterator::operator&lt;</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_lt_.html">generic::basic_endpoint::operator&lt;</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_lt_.html">ip::address::operator&lt;</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_lt_.html">ip::address_v4::operator&lt;</a>
@@ -2968,6 +3071,8 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_lt__eq_.html">buffers_iterator::operator&lt;=</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_lt__eq_.html">generic::basic_endpoint::operator&lt;=</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_lt__eq_.html">ip::address::operator&lt;=</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_lt__eq_.html">ip::address_v4::operator&lt;=</a>
@@ -2997,6 +3102,8 @@
</dt>
<dt>basic_stream_socket, <a class="indexterm" href="reference/basic_stream_socket/operator_eq_.html">basic_stream_socket::operator=</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_eq_.html">generic::basic_endpoint::operator=</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_eq_.html">ip::address::operator=</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_eq_.html">ip::address_v4::operator=</a>
@@ -3026,6 +3133,16 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_eq__eq_.html">buffers_iterator::operator==</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_eq__eq_.html">generic::basic_endpoint::operator==</a>
+</dt>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/operator_eq__eq_.html">generic::datagram_protocol::operator==</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/operator_eq__eq_.html">generic::raw_protocol::operator==</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/operator_eq__eq_.html">generic::seq_packet_protocol::operator==</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/operator_eq__eq_.html">generic::stream_protocol::operator==</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_eq__eq_.html">ip::address::operator==</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_eq__eq_.html">ip::address_v4::operator==</a>
@@ -3049,6 +3166,8 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_gt_.html">buffers_iterator::operator&gt;</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_gt_.html">generic::basic_endpoint::operator&gt;</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_gt_.html">ip::address::operator&gt;</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_gt_.html">ip::address_v4::operator&gt;</a>
@@ -3064,6 +3183,8 @@
<dd><dl>
<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_gt__eq_.html">buffers_iterator::operator&gt;=</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/operator_gt__eq_.html">generic::basic_endpoint::operator&gt;=</a>
+</dt>
<dt>ip::address, <a class="indexterm" href="reference/ip__address/operator_gt__eq_.html">ip::address::operator&gt;=</a>
</dt>
<dt>ip::address_v4, <a class="indexterm" href="reference/ip__address_v4/operator_gt__eq_.html">ip::address_v4::operator&gt;=</a>
@@ -3076,8 +3197,14 @@
</dt>
</dl></dd>
<dt>operator[]</dt>
-<dd><dl><dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_lb__rb_.html">buffers_iterator::operator[]</a>
-</dt></dl></dd>
+<dd><dl>
+<dt>basic_yield_context, <a class="indexterm" href="reference/basic_yield_context/operator_lb__rb_.html">basic_yield_context::operator[]</a>
+</dt>
+<dt>buffers_iterator, <a class="indexterm" href="reference/buffers_iterator/operator_lb__rb_.html">buffers_iterator::operator[]</a>
+</dt>
+<dt>use_future_t, <a class="indexterm" href="reference/use_future_t/operator_lb__rb_.html">use_future_t::operator[]</a>
+</dt>
+</dl></dd>
<dt>options</dt>
<dd><dl>
<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/options.html">ssl::context::options</a>
@@ -3174,6 +3301,16 @@
</dt></dl></dd>
<dt>protocol</dt>
<dd><dl>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/protocol.html">generic::basic_endpoint::protocol</a>
+</dt>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/protocol.html">generic::datagram_protocol::protocol</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/protocol.html">generic::raw_protocol::protocol</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/protocol.html">generic::seq_packet_protocol::protocol</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/protocol.html">generic::stream_protocol::protocol</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/protocol.html">ip::basic_endpoint::protocol</a>
</dt>
<dt>ip::icmp, <a class="indexterm" href="reference/ip__icmp/protocol.html">ip::icmp::protocol</a>
@@ -3207,6 +3344,8 @@
</dt>
<dt>datagram_socket_service, <a class="indexterm" href="reference/datagram_socket_service/protocol_type.html">datagram_socket_service::protocol_type</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/protocol_type.html">generic::basic_endpoint::protocol_type</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/protocol_type.html">ip::basic_endpoint::protocol_type</a>
</dt>
<dt>ip::basic_resolver, <a class="indexterm" href="reference/ip__basic_resolver/protocol_type.html">ip::basic_resolver::protocol_type</a>
@@ -3250,6 +3389,9 @@
<dt>random_access_handle_service</dt>
<dd><dl><dt>windows::random_access_handle_service, <a class="indexterm" href="reference/windows__random_access_handle_service/random_access_handle_service.html">windows::random_access_handle_service::random_access_handle_service</a>
</dt></dl></dd>
+<dt>raw_protocol</dt>
+<dd><dl><dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/raw_protocol.html">generic::raw_protocol::raw_protocol</a>
+</dt></dl></dd>
<dt>raw_socket_service</dt>
<dd><dl><dt>raw_socket_service, <a class="indexterm" href="reference/raw_socket_service/raw_socket_service.html">raw_socket_service::raw_socket_service</a>
</dt></dl></dd>
@@ -3422,6 +3564,8 @@
</dl></dd>
<dt>resize</dt>
<dd><dl>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/resize.html">generic::basic_endpoint::resize</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/resize.html">ip::basic_endpoint::resize</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/resize.html">local::basic_endpoint::resize</a>
@@ -3474,6 +3618,9 @@
<dt>run</dt>
<dd><dl><dt>io_service, <a class="indexterm" href="reference/io_service/run.html">io_service::run</a>
</dt></dl></dd>
+<dt>running_in_this_thread</dt>
+<dd><dl><dt>io_service::strand, <a class="indexterm" href="reference/io_service__strand/running_in_this_thread.html">io_service::strand::running_in_this_thread</a>
+</dt></dl></dd>
<dt>run_one</dt>
<dd><dl><dt>io_service, <a class="indexterm" href="reference/io_service/run_one.html">io_service::run_one</a>
</dt></dl></dd>
@@ -3560,6 +3707,9 @@
<dt>raw_socket_service, <a class="indexterm" href="reference/raw_socket_service/send_to.html">raw_socket_service::send_to</a>
</dt>
</dl></dd>
+<dt>seq_packet_protocol</dt>
+<dd><dl><dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/seq_packet_protocol.html">generic::seq_packet_protocol::seq_packet_protocol</a>
+</dt></dl></dd>
<dt>seq_packet_socket_service</dt>
<dd><dl><dt>seq_packet_socket_service, <a class="indexterm" href="reference/seq_packet_socket_service/seq_packet_socket_service.html">seq_packet_socket_service::seq_packet_socket_service</a>
</dt></dl></dd>
@@ -3722,6 +3872,13 @@
<dt>ssl::stream, <a class="indexterm" href="reference/ssl__stream/set_verify_callback.html">ssl::stream::set_verify_callback</a>
</dt>
</dl></dd>
+<dt>set_verify_depth</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/set_verify_depth.html">ssl::context::set_verify_depth</a>
+</dt>
+<dt>ssl::stream, <a class="indexterm" href="reference/ssl__stream/set_verify_depth.html">ssl::stream::set_verify_depth</a>
+</dt>
+</dl></dd>
<dt>set_verify_mode</dt>
<dd><dl>
<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/set_verify_mode.html">ssl::context::set_verify_mode</a>
@@ -3852,6 +4009,8 @@
<dd><dl>
<dt>basic_streambuf, <a class="indexterm" href="reference/basic_streambuf/size.html">basic_streambuf::size</a>
</dt>
+<dt>generic::basic_endpoint, <a class="indexterm" href="reference/generic__basic_endpoint/size.html">generic::basic_endpoint::size</a>
+</dt>
<dt>ip::basic_endpoint, <a class="indexterm" href="reference/ip__basic_endpoint/size.html">ip::basic_endpoint::size</a>
</dt>
<dt>local::basic_endpoint, <a class="indexterm" href="reference/local__basic_endpoint/size.html">local::basic_endpoint::size</a>
@@ -3859,6 +4018,14 @@
</dl></dd>
<dt>socket</dt>
<dd><dl>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/socket.html">generic::datagram_protocol::socket</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/socket.html">generic::raw_protocol::socket</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/socket.html">generic::seq_packet_protocol::socket</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/socket.html">generic::stream_protocol::socket</a>
+</dt>
<dt>ip::icmp, <a class="indexterm" href="reference/ip__icmp/socket.html">ip::icmp::socket</a>
</dt>
<dt>ip::tcp, <a class="indexterm" href="reference/ip__tcp/socket.html">ip::tcp::socket</a>
@@ -3879,6 +4046,8 @@
<dt>software</dt>
<dd><dl><dt>serial_port_base::flow_control, <a class="indexterm" href="reference/serial_port_base__flow_control/type.html">serial_port_base::flow_control::type</a>
</dt></dl></dd>
+<dt>spawn, <a class="indexterm" href="reference/spawn.html">spawn</a>
+</dt>
<dt>ssl</dt>
<dd><dl><dt>ssl::stream::impl_struct, <a class="indexterm" href="reference/ssl__stream__impl_struct/ssl.html">ssl::stream::impl_struct::ssl</a>
</dt></dl></dd>
@@ -3994,6 +4163,9 @@
<dt>stream_handle_service</dt>
<dd><dl><dt>windows::stream_handle_service, <a class="indexterm" href="reference/windows__stream_handle_service/stream_handle_service.html">windows::stream_handle_service::stream_handle_service</a>
</dt></dl></dd>
+<dt>stream_protocol</dt>
+<dd><dl><dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/stream_protocol.html">generic::stream_protocol::stream_protocol</a>
+</dt></dl></dd>
<dt>stream_socket_service</dt>
<dd><dl><dt>stream_socket_service, <a class="indexterm" href="reference/stream_socket_service/stream_socket_service.html">stream_socket_service::stream_socket_service</a>
</dt></dl></dd>
@@ -4045,6 +4217,48 @@
<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
</dt>
</dl></dd>
+<dt>tlsv11</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
+<dt>tlsv11_client</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
+<dt>tlsv11_server</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
+<dt>tlsv12</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
+<dt>tlsv12_client</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
+<dt>tlsv12_server</dt>
+<dd><dl>
+<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
+</dt>
+<dt>ssl::context_base, <a class="indexterm" href="reference/ssl__context_base/method.html">ssl::context_base::method</a>
+</dt>
+</dl></dd>
<dt>tlsv1_client</dt>
<dd><dl>
<dt>ssl::context, <a class="indexterm" href="reference/ssl__context/method.html">ssl::context::method</a>
@@ -4120,6 +4334,18 @@
</dt></dl></dd>
<dt>type</dt>
<dd><dl>
+<dt>async_result, <a class="indexterm" href="reference/async_result/type.html">async_result::type</a>
+</dt>
+<dt>generic::datagram_protocol, <a class="indexterm" href="reference/generic__datagram_protocol/type.html">generic::datagram_protocol::type</a>
+</dt>
+<dt>generic::raw_protocol, <a class="indexterm" href="reference/generic__raw_protocol/type.html">generic::raw_protocol::type</a>
+</dt>
+<dt>generic::seq_packet_protocol, <a class="indexterm" href="reference/generic__seq_packet_protocol/type.html">generic::seq_packet_protocol::type</a>
+</dt>
+<dt>generic::stream_protocol, <a class="indexterm" href="reference/generic__stream_protocol/type.html">generic::stream_protocol::type</a>
+</dt>
+<dt>handler_type, <a class="indexterm" href="reference/handler_type/type.html">handler_type::type</a>
+</dt>
<dt>ip::icmp, <a class="indexterm" href="reference/ip__icmp/type.html">ip::icmp::type</a>
</dt>
<dt>ip::tcp, <a class="indexterm" href="reference/ip__tcp/type.html">ip::tcp::type</a>
@@ -4149,15 +4375,32 @@
<dt>basic_streambuf, <a class="indexterm" href="reference/basic_streambuf/underflow.html">basic_streambuf::underflow</a>
</dt>
</dl></dd>
+<dt>use_certificate</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_certificate.html">ssl::context::use_certificate</a>
+</dt></dl></dd>
+<dt>use_certificate_chain</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_certificate_chain.html">ssl::context::use_certificate_chain</a>
+</dt></dl></dd>
<dt>use_certificate_chain_file</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_certificate_chain_file.html">ssl::context::use_certificate_chain_file</a>
</dt></dl></dd>
<dt>use_certificate_file</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_certificate_file.html">ssl::context::use_certificate_file</a>
</dt></dl></dd>
+<dt>use_future, <a class="indexterm" href="reference/use_future.html">use_future</a>
+</dt>
+<dt>use_future_t</dt>
+<dd><dl><dt>use_future_t, <a class="indexterm" href="reference/use_future_t/use_future_t.html">use_future_t::use_future_t</a>
+</dt></dl></dd>
+<dt>use_private_key</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_private_key.html">ssl::context::use_private_key</a>
+</dt></dl></dd>
<dt>use_private_key_file</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_private_key_file.html">ssl::context::use_private_key_file</a>
</dt></dl></dd>
+<dt>use_rsa_private_key</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_rsa_private_key.html">ssl::context::use_rsa_private_key</a>
+</dt></dl></dd>
<dt>use_rsa_private_key_file</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_rsa_private_key_file.html">ssl::context::use_rsa_private_key_file</a>
</dt></dl></dd>
@@ -4165,6 +4408,9 @@
</dt>
<dd><dl><dt>io_service, <a class="indexterm" href="reference/io_service/use_service.html">io_service::use_service</a>
</dt></dl></dd>
+<dt>use_tmp_dh</dt>
+<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_tmp_dh.html">ssl::context::use_tmp_dh</a>
+</dt></dl></dd>
<dt>use_tmp_dh_file</dt>
<dd><dl><dt>ssl::context, <a class="indexterm" href="reference/ssl__context/use_tmp_dh_file.html">ssl::context::use_tmp_dh_file</a>
</dt></dl></dd>
@@ -4338,12 +4584,17 @@
</dl></dd>
</dl>
</div>
+<div class="indexdiv">
+<h3>Y</h3>
+<dl><dt>yield_context, <a class="indexterm" href="reference/yield_context.html">yield_context</a>
+</dt></dl>
+</div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview.html b/doc/html/boost_asio/overview.html
index b9a250f699..cdcce44269 100644
--- a/doc/html/boost_asio/overview.html
+++ b/doc/html/boost_asio/overview.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Overview</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="../boost_asio.html" title="Boost.Asio">
@@ -26,13 +26,13 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_asio.overview"></a><a class="link" href="overview.html" title="Overview">Overview</a>
</h2></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="overview/rationale.html" title="Rationale">Rationale</a>
</li>
<li class="listitem">
<a class="link" href="overview/core.html" title="Core Concepts and Functionality">Core Concepts and Functionality</a>
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<a class="link" href="overview/core/basics.html" title="Basic Boost.Asio Anatomy">Basic Boost.Asio
Anatomy</a>
@@ -69,16 +69,26 @@
<a class="link" href="overview/core/handler_tracking.html" title="Handler Tracking">Handler
Tracking</a>
</li>
+<li class="listitem">
+ <a class="link" href="overview/core/coroutine.html" title="Stackless Coroutines">Stackless Coroutines</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="overview/core/spawn.html" title="Stackful Coroutines">Stackful Coroutines</a>
+ </li>
</ul></div>
</li>
<li class="listitem">
<a class="link" href="overview/networking.html" title="Networking">Networking</a>
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<a class="link" href="overview/networking/protocols.html" title="TCP, UDP and ICMP">TCP, UDP
and ICMP</a>
</li>
<li class="listitem">
+ <a class="link" href="overview/networking/other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>
+ </li>
+<li class="listitem">
<a class="link" href="overview/networking/iostreams.html" title="Socket Iostreams">Socket Iostreams</a>
</li>
<li class="listitem">
@@ -98,7 +108,7 @@
</li>
<li class="listitem">
<a class="link" href="overview/posix.html" title="POSIX-Specific Functionality">POSIX-Specific Functionality</a>
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<a class="link" href="overview/posix/local.html" title="UNIX Domain Sockets">UNIX Domain Sockets</a>
</li>
@@ -113,7 +123,7 @@
</li>
<li class="listitem">
<a class="link" href="overview/windows.html" title="Windows-Specific Functionality">Windows-Specific Functionality</a>
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<a class="link" href="overview/windows/stream_handle.html" title="Stream-Oriented HANDLEs">Stream-Oriented
HANDLEs</a>
@@ -133,7 +143,7 @@
</li>
<li class="listitem">
<a class="link" href="overview/cpp2011.html" title="C++ 2011 Support">C++ 2011 Support</a>
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<a class="link" href="overview/cpp2011/move_objects.html" title="Movable I/O Objects">Movable
I/O Objects</a>
@@ -157,6 +167,9 @@
<li class="listitem">
<a class="link" href="overview/cpp2011/chrono.html" title="Chrono">Chrono</a>
</li>
+<li class="listitem">
+ <a class="link" href="overview/cpp2011/futures.html" title="Futures">Futures</a>
+ </li>
</ul></div>
</li>
<li class="listitem">
@@ -167,7 +180,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core.html b/doc/html/boost_asio/overview/core.html
index ace28cfb33..428344b272 100644
--- a/doc/html/boost_asio/overview/core.html
+++ b/doc/html/boost_asio/overview/core.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Core Concepts and Functionality</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="rationale.html" title="Rationale">
@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.overview.core"></a><a class="link" href="core.html" title="Core Concepts and Functionality">Core Concepts and Functionality</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="core/basics.html" title="Basic Boost.Asio Anatomy">Basic Boost.Asio Anatomy</a>
</li>
@@ -60,11 +60,17 @@
<li class="listitem">
<a class="link" href="core/handler_tracking.html" title="Handler Tracking">Handler Tracking</a>
</li>
+<li class="listitem">
+ <a class="link" href="core/coroutine.html" title="Stackless Coroutines">Stackless Coroutines</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="core/spawn.html" title="Stackful Coroutines">Stackful Coroutines</a>
+ </li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/allocation.html b/doc/html/boost_asio/overview/core/allocation.html
index 06504eadcb..acedd7ae7e 100644
--- a/doc/html/boost_asio/overview/core/allocation.html
+++ b/doc/html/boost_asio/overview/core/allocation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Custom Memory Allocation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="line_based.html" title="Line-Based Operations">
@@ -80,19 +80,20 @@
</p>
<h6>
<a name="boost_asio.overview.core.allocation.h0"></a>
- <span><a name="boost_asio.overview.core.allocation.see_also"></a></span><a class="link" href="allocation.html#boost_asio.overview.core.allocation.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.allocation.see_also"></a></span><a class="link" href="allocation.html#boost_asio.overview.core.allocation.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/asio_handler_allocate.html" title="asio_handler_allocate">asio_handler_allocate</a>,
<a class="link" href="../../reference/asio_handler_deallocate.html" title="asio_handler_deallocate">asio_handler_deallocate</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.allocation">custom memory allocation
- example</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.allocation">custom memory
+ allocation example (C++03)</a>, <a class="link" href="../../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.allocation">custom
+ memory allocation example (C++11)</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/async.html b/doc/html/boost_asio/overview/core/async.html
index ac4cba040a..db8ccf27d3 100644
--- a/doc/html/boost_asio/overview/core/async.html
+++ b/doc/html/boost_asio/overview/core/async.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>The Proactor Design Pattern: Concurrency Without Threads</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="basics.html" title="Basic Boost.Asio Anatomy">
@@ -36,7 +36,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.async.h0"></a>
- <span><a name="boost_asio.overview.core.async.proactor_and_boost_asio"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.proactor_and_boost_asio">Proactor
+ <span class="phrase"><a name="boost_asio.overview.core.async.proactor_and_boost_asio"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.proactor_and_boost_asio">Proactor
and Boost.Asio</a>
</h6>
<p>
@@ -105,7 +105,7 @@
</p></blockquote></div>
<h6>
<a name="boost_asio.overview.core.async.h1"></a>
- <span><a name="boost_asio.overview.core.async.implementation_using_reactor"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.implementation_using_reactor">Implementation
+ <span class="phrase"><a name="boost_asio.overview.core.async.implementation_using_reactor"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.implementation_using_reactor">Implementation
Using Reactor</a>
</h6>
<p>
@@ -139,7 +139,7 @@
</p></blockquote></div>
<h6>
<a name="boost_asio.overview.core.async.h2"></a>
- <span><a name="boost_asio.overview.core.async.implementation_using_windows_overlapped_i_o"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.implementation_using_windows_overlapped_i_o">Implementation
+ <span class="phrase"><a name="boost_asio.overview.core.async.implementation_using_windows_overlapped_i_o"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.implementation_using_windows_overlapped_i_o">Implementation
Using Windows Overlapped I/O</a>
</h6>
<p>
@@ -171,7 +171,7 @@
</p></blockquote></div>
<h6>
<a name="boost_asio.overview.core.async.h3"></a>
- <span><a name="boost_asio.overview.core.async.advantages"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.advantages">Advantages</a>
+ <span class="phrase"><a name="boost_asio.overview.core.async.advantages"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.advantages">Advantages</a>
</h6>
<p>
&#8212; Portability.
@@ -243,7 +243,7 @@
</p></blockquote></div>
<h6>
<a name="boost_asio.overview.core.async.h4"></a>
- <span><a name="boost_asio.overview.core.async.disadvantages"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.disadvantages">Disadvantages</a>
+ <span class="phrase"><a name="boost_asio.overview.core.async.disadvantages"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.disadvantages">Disadvantages</a>
</h6>
<p>
&#8212; Program complexity.
@@ -265,7 +265,7 @@
</p></blockquote></div>
<h6>
<a name="boost_asio.overview.core.async.h5"></a>
- <span><a name="boost_asio.overview.core.async.references"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.references">References</a>
+ <span class="phrase"><a name="boost_asio.overview.core.async.references"></a></span><a class="link" href="async.html#boost_asio.overview.core.async.references">References</a>
</h6>
<p>
[POSA2] D. Schmidt et al, <span class="emphasis"><em>Pattern Oriented Software Architecture,
@@ -274,7 +274,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/basics.html b/doc/html/boost_asio/overview/core/basics.html
index 3cf5cd840f..cfa605d46a 100644
--- a/doc/html/boost_asio/overview/core/basics.html
+++ b/doc/html/boost_asio/overview/core/basics.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Basic Boost.Asio Anatomy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="../core.html" title="Core Concepts and Functionality">
@@ -159,7 +159,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/buffers.html b/doc/html/boost_asio/overview/core/buffers.html
index 64e4ff712a..35dfeb7e96 100644
--- a/doc/html/boost_asio/overview/core/buffers.html
+++ b/doc/html/boost_asio/overview/core/buffers.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffers</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="strands.html" title="Strands: Use Threads Without Explicit Locking">
@@ -34,7 +34,7 @@
support for scatter-gather operations. These operations involve one or
more buffers:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A scatter-read receives data into multiple buffers.
</li>
@@ -67,7 +67,7 @@
and <code class="computeroutput"><span class="identifier">const_buffer</span></code>. The goal
of these is to provide an opaque representation of contiguous memory, where:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Types behave as std::pair would in conversions. That is, a <code class="computeroutput"><span class="identifier">mutable_buffer</span></code> is convertible to
a <code class="computeroutput"><span class="identifier">const_buffer</span></code>, but
@@ -100,7 +100,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.buffers.h0"></a>
- <span><a name="boost_asio.overview.core.buffers.streambuf_for_integration_with_iostreams"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.streambuf_for_integration_with_iostreams">Streambuf
+ <span class="phrase"><a name="boost_asio.overview.core.buffers.streambuf_for_integration_with_iostreams"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.streambuf_for_integration_with_iostreams">Streambuf
for Integration with Iostreams</a>
</h6>
<p>
@@ -111,7 +111,7 @@
array elements is provided to permit them to be used with I/O operations,
such as the send or receive operations of a socket:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The input sequence of the streambuf is accessible via the <a class="link" href="../../reference/basic_streambuf/data.html" title="basic_streambuf::data">data()</a>
member function. The return type of this function meets the <code class="computeroutput"><span class="identifier">ConstBufferSequence</span></code> requirements.
@@ -140,7 +140,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.buffers.h1"></a>
- <span><a name="boost_asio.overview.core.buffers.bytewise_traversal_of_buffer_sequences"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.bytewise_traversal_of_buffer_sequences">Bytewise
+ <span class="phrase"><a name="boost_asio.overview.core.buffers.bytewise_traversal_of_buffer_sequences"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.bytewise_traversal_of_buffer_sequences">Bytewise
Traversal of Buffer Sequences</a>
</h6>
<p>
@@ -163,7 +163,7 @@
</pre>
<h6>
<a name="boost_asio.overview.core.buffers.h2"></a>
- <span><a name="boost_asio.overview.core.buffers.buffer_debugging"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.buffer_debugging">Buffer
+ <span class="phrase"><a name="boost_asio.overview.core.buffers.buffer_debugging"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.buffer_debugging">Buffer
Debugging</a>
</h6>
<p>
@@ -213,7 +213,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.buffers.h3"></a>
- <span><a name="boost_asio.overview.core.buffers.see_also"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.buffers.see_also"></a></span><a class="link" href="buffers.html#boost_asio.overview.core.buffers.see_also">See
Also</a>
</h6>
<p>
@@ -225,12 +225,14 @@
<a class="link" href="../../reference/mutable_buffers_1.html" title="mutable_buffers_1">mutable_buffers_1</a>,
<a class="link" href="../../reference/streambuf.html" title="streambuf">streambuf</a>, <a class="link" href="../../reference/ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a>,
<a class="link" href="../../reference/MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.buffers">buffers example</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.buffers">buffers example
+ (C++03)</a>, <a class="link" href="../../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.buffers">buffers
+ example (c++11)</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/coroutine.html b/doc/html/boost_asio/overview/core/coroutine.html
new file mode 100644
index 0000000000..8e414b55f2
--- /dev/null
+++ b/doc/html/boost_asio/overview/core/coroutine.html
@@ -0,0 +1,91 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Stackless Coroutines</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../core.html" title="Core Concepts and Functionality">
+<link rel="prev" href="handler_tracking.html" title="Handler Tracking">
+<link rel="next" href="spawn.html" title="Stackful Coroutines">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="handler_tracking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.overview.core.coroutine"></a><a class="link" href="coroutine.html" title="Stackless Coroutines">Stackless Coroutines</a>
+</h4></div></div></div>
+<p>
+ The <a class="link" href="../../reference/coroutine.html" title="coroutine"><code class="computeroutput"><span class="identifier">coroutine</span></code></a>
+ class provides support for stackless coroutines. Stackless coroutines enable
+ programs to implement asynchronous logic in a synchronous manner, with
+ minimal overhead, as shown in the following example:
+ </p>
+<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">session</span> <span class="special">:</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">coroutine</span>
+<span class="special">{</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">shared_ptr</span><span class="special">&lt;</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">&gt;</span> <span class="identifier">socket_</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">shared_ptr</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">buffer_</span><span class="special">;</span>
+
+ <span class="identifier">session</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">shared_ptr</span><span class="special">&lt;</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">)</span>
+ <span class="special">:</span> <span class="identifier">socket_</span><span class="special">(</span><span class="identifier">socket</span><span class="special">),</span>
+ <span class="identifier">buffer_</span><span class="special">(</span><span class="keyword">new</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">&gt;(</span><span class="number">1024</span><span class="special">))</span>
+ <span class="special">{</span>
+ <span class="special">}</span>
+
+ <span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">(),</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">n</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="keyword">if</span> <span class="special">(!</span><span class="identifier">ec</span><span class="special">)</span> <span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="keyword">for</span> <span class="special">(;;)</span>
+ <span class="special">{</span>
+ <span class="identifier">yield</span> <span class="identifier">socket_</span><span class="special">-&gt;</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(*</span><span class="identifier">buffer_</span><span class="special">),</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span>
+ <span class="identifier">yield</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_write</span><span class="special">(*</span><span class="identifier">socket_</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(*</span><span class="identifier">buffer_</span><span class="special">,</span> <span class="identifier">n</span><span class="special">),</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+<span class="special">};</span>
+</pre>
+<p>
+ The <code class="computeroutput"><span class="identifier">coroutine</span></code> class is
+ used in conjunction with the pseudo-keywords <code class="computeroutput"><span class="identifier">reenter</span></code>,
+ <code class="computeroutput"><span class="identifier">yield</span></code> and <code class="computeroutput"><span class="identifier">fork</span></code>. These are preprocessor macros,
+ and are implemented in terms of a <code class="computeroutput"><span class="keyword">switch</span></code>
+ statement using a technique similar to Duff's Device. The <a class="link" href="../../reference/coroutine.html" title="coroutine"><code class="computeroutput"><span class="identifier">coroutine</span></code></a> class's documentation
+ provides a complete description of these pseudo-keywords.
+ </p>
+<h6>
+<a name="boost_asio.overview.core.coroutine.h0"></a>
+ <span class="phrase"><a name="boost_asio.overview.core.coroutine.see_also"></a></span><a class="link" href="coroutine.html#boost_asio.overview.core.coroutine.see_also">See
+ Also</a>
+ </h6>
+<p>
+ <a class="link" href="../../reference/coroutine.html" title="coroutine">coroutine</a>, <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server_4">HTTP Server
+ 4 example</a>, <a class="link" href="spawn.html" title="Stackful Coroutines">Stackful
+ Coroutines</a>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="handler_tracking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/overview/core/handler_tracking.html b/doc/html/boost_asio/overview/core/handler_tracking.html
index fa95ed83a1..a627f8d97a 100644
--- a/doc/html/boost_asio/overview/core/handler_tracking.html
+++ b/doc/html/boost_asio/overview/core/handler_tracking.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Handler Tracking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="allocation.html" title="Custom Memory Allocation">
-<link rel="next" href="../networking.html" title="Networking">
+<link rel="next" href="coroutine.html" title="Stackless Coroutines">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="allocation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../networking.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="allocation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="coroutine.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -78,7 +78,7 @@
</p>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">&gt;n</span></dt>
<dd><p>
The program entered the handler number <code class="computeroutput">n</code>. The <code class="computeroutput">&lt;description&gt;</code>
@@ -126,7 +126,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.handler_tracking.h0"></a>
- <span><a name="boost_asio.overview.core.handler_tracking.visual_representations"></a></span><a class="link" href="handler_tracking.html#boost_asio.overview.core.handler_tracking.visual_representations">Visual
+ <span class="phrase"><a name="boost_asio.overview.core.handler_tracking.visual_representations"></a></span><a class="link" href="handler_tracking.html#boost_asio.overview.core.handler_tracking.visual_representations">Visual
Representations</a>
</h6>
<p>
@@ -137,7 +137,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -145,7 +145,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="allocation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../networking.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="allocation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="coroutine.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/core/line_based.html b/doc/html/boost_asio/overview/core/line_based.html
index 4f222ba44b..fcfd4d820a 100644
--- a/doc/html/boost_asio/overview/core/line_based.html
+++ b/doc/html/boost_asio/overview/core/line_based.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Line-Based Operations</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="reactor.html" title="Reactor-Style Operations">
@@ -138,19 +138,19 @@
</p>
<h6>
<a name="boost_asio.overview.core.line_based.h0"></a>
- <span><a name="boost_asio.overview.core.line_based.see_also"></a></span><a class="link" href="line_based.html#boost_asio.overview.core.line_based.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.line_based.see_also"></a></span><a class="link" href="line_based.html#boost_asio.overview.core.line_based.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/async_read_until.html" title="async_read_until">async_read_until()</a>,
<a class="link" href="../../reference/is_match_condition.html" title="is_match_condition">is_match_condition</a>,
- <a class="link" href="../../reference/read_until.html" title="read_until">read_until()</a>, <a class="link" href="../../reference/streambuf.html" title="streambuf">streambuf</a>, <a class="link" href="../../examples.html#boost_asio.examples.http_client">HTTP
+ <a class="link" href="../../reference/read_until.html" title="read_until">read_until()</a>, <a class="link" href="../../reference/streambuf.html" title="streambuf">streambuf</a>, <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.http_client">HTTP
client example</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/reactor.html b/doc/html/boost_asio/overview/core/reactor.html
index 29ee39a98d..0593fbd0b5 100644
--- a/doc/html/boost_asio/overview/core/reactor.html
+++ b/doc/html/boost_asio/overview/core/reactor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Reactor-Style Operations</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="streams.html" title="Streams, Short Reads and Short Writes">
@@ -58,19 +58,20 @@
</p>
<h6>
<a name="boost_asio.overview.core.reactor.h0"></a>
- <span><a name="boost_asio.overview.core.reactor.see_also"></a></span><a class="link" href="reactor.html#boost_asio.overview.core.reactor.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.reactor.see_also"></a></span><a class="link" href="reactor.html#boost_asio.overview.core.reactor.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/null_buffers.html" title="null_buffers">null_buffers</a>,
<a class="link" href="../../reference/basic_socket/non_blocking.html" title="basic_socket::non_blocking">basic_socket::non_blocking()</a>,
<a class="link" href="../../reference/basic_socket/native_non_blocking.html" title="basic_socket::native_non_blocking">basic_socket::native_non_blocking()</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.nonblocking">nonblocking example</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.nonblocking">nonblocking
+ example</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/spawn.html b/doc/html/boost_asio/overview/core/spawn.html
new file mode 100644
index 0000000000..1733d04c30
--- /dev/null
+++ b/doc/html/boost_asio/overview/core/spawn.html
@@ -0,0 +1,154 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Stackful Coroutines</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../core.html" title="Core Concepts and Functionality">
+<link rel="prev" href="coroutine.html" title="Stackless Coroutines">
+<link rel="next" href="../networking.html" title="Networking">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../networking.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.overview.core.spawn"></a><a class="link" href="spawn.html" title="Stackful Coroutines">Stackful Coroutines</a>
+</h4></div></div></div>
+<p>
+ The <a class="link" href="../../reference/spawn.html" title="spawn"><code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code></a> function is a high-level wrapper
+ for running stackful coroutines. It is based on the Boost.Coroutine library.
+ The <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code>
+ function enables programs to implement asynchronous logic in a synchronous
+ manner, as shown in the following example:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">spawn</span><span class="special">(</span><span class="identifier">my_strand</span><span class="special">,</span> <span class="identifier">do_echo</span><span class="special">);</span>
+
+<span class="comment">// ...</span>
+
+<span class="keyword">void</span> <span class="identifier">do_echo</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">yield_context</span> <span class="identifier">yield</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="keyword">try</span>
+ <span class="special">{</span>
+ <span class="keyword">char</span> <span class="identifier">data</span><span class="special">[</span><span class="number">128</span><span class="special">];</span>
+ <span class="keyword">for</span> <span class="special">(;;)</span>
+ <span class="special">{</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">);</span>
+
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_write</span><span class="special">(</span><span class="identifier">my_socket</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">length</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">);</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+ <span class="keyword">catch</span> <span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">exception</span><span class="special">&amp;</span> <span class="identifier">e</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="comment">// ...</span>
+ <span class="special">}</span>
+<span class="special">}</span>
+</pre>
+<p>
+ The first argument to <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code> may be a <a class="link" href="../../reference/io_service__strand.html" title="io_service::strand"><code class="computeroutput"><span class="identifier">strand</span></code></a>, <a class="link" href="../../reference/io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>, or <a class="link" href="../../reference/CompletionHandler.html" title="Completion handler requirements">completion
+ handler</a>. This argument determines the context in which the coroutine
+ is permitted to execute. For example, a server's per-client object may
+ consist of multiple coroutines; they should all run on the same <code class="computeroutput"><span class="identifier">strand</span></code> so that no explicit synchronisation
+ is required.
+ </p>
+<p>
+ The second argument is a function object with signature:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">coroutine</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">yield_context</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ that specifies the code to be run as part of the coroutine. The parameter
+ <code class="computeroutput"><span class="identifier">yield</span></code> may be passed to
+ an asynchronous operation in place of the completion handler, as in:
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ This starts the asynchronous operation and suspends the coroutine. The
+ coroutine will be resumed automatically when the asynchronous operation
+ completes.
+ </p>
+<p>
+ Where an asynchronous operation's handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">result_type</span> <span class="identifier">result</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function returns the result_type. In the <code class="computeroutput"><span class="identifier">async_read_some</span></code>
+ example above, this is <code class="computeroutput"><span class="identifier">size_t</span></code>.
+ If the asynchronous operation fails, the <code class="computeroutput"><span class="identifier">error_code</span></code>
+ is converted into a <code class="computeroutput"><span class="identifier">system_error</span></code>
+ exception and thrown.
+ </p>
+<p>
+ Where a handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function returns <code class="computeroutput"><span class="keyword">void</span></code>.
+ As above, an error is passed back to the coroutine as a <code class="computeroutput"><span class="identifier">system_error</span></code>
+ exception.
+ </p>
+<p>
+ To collect the <code class="computeroutput"><span class="identifier">error_code</span></code>
+ from an operation, rather than have it throw an exception, associate the
+ output variable with the <code class="computeroutput"><span class="identifier">yield_context</span></code>
+ as follows:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">[</span><span class="identifier">ec</span><span class="special">]);</span>
+</pre>
+<p>
+ <span class="bold"><strong>Note:</strong></span> if <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code> is used with a custom completion handler
+ of type <code class="computeroutput"><span class="identifier">Handler</span></code>, the function
+ object signature is actually:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">coroutine</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.overview.core.spawn.h0"></a>
+ <span class="phrase"><a name="boost_asio.overview.core.spawn.see_also"></a></span><a class="link" href="spawn.html#boost_asio.overview.core.spawn.see_also">See
+ Also</a>
+ </h6>
+<p>
+ <a class="link" href="../../reference/spawn.html" title="spawn">spawn</a>, <a class="link" href="../../reference/yield_context.html" title="yield_context">yield_context</a>,
+ <a class="link" href="../../reference/basic_yield_context.html" title="basic_yield_context">basic_yield_context</a>,
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.spawn">Spawn example
+ (C++03)</a>, <a class="link" href="../../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.spawn">Spawn
+ example (C++11)</a>, <a class="link" href="coroutine.html" title="Stackless Coroutines">Stackless
+ Coroutines</a>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../networking.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/overview/core/strands.html b/doc/html/boost_asio/overview/core/strands.html
index 34ca281747..cccd4c101d 100644
--- a/doc/html/boost_asio/overview/core/strands.html
+++ b/doc/html/boost_asio/overview/core/strands.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Strands: Use Threads Without Explicit Locking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="threads.html" title="Threads and Boost.Asio">
@@ -37,7 +37,7 @@
Strands may be either implicit or explicit, as illustrated by the following
alternative approaches:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Calling io_service::run() from only one thread means all event handlers
execute in an implicit strand, due to the io_service's guarantee that
@@ -86,18 +86,19 @@
</p>
<h6>
<a name="boost_asio.overview.core.strands.h0"></a>
- <span><a name="boost_asio.overview.core.strands.see_also"></a></span><a class="link" href="strands.html#boost_asio.overview.core.strands.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.strands.see_also"></a></span><a class="link" href="strands.html#boost_asio.overview.core.strands.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/io_service__strand.html" title="io_service::strand">io_service::strand</a>,
<a class="link" href="../../tutorial/tuttimer5.html" title="Timer.5 - Synchronising handlers in multithreaded programs">tutorial Timer.5</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.http_server_3">HTTP server 3 example</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server_3">HTTP server
+ 3 example</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/streams.html b/doc/html/boost_asio/overview/core/streams.html
index f997143e01..d782dadbc0 100644
--- a/doc/html/boost_asio/overview/core/streams.html
+++ b/doc/html/boost_asio/overview/core/streams.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Streams, Short Reads and Short Writes</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="buffers.html" title="Buffers">
@@ -30,7 +30,7 @@
<p>
Many I/O objects in Boost.Asio are stream-oriented. This means that:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
There are no message boundaries. The data being transferred is a continuous
sequence of bytes.
@@ -44,7 +44,7 @@
Objects that provide stream-oriented I/O model one or more of the following
type requirements:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">SyncReadStream</span></code>, where
synchronous read operations are performed using a member function called
@@ -83,10 +83,10 @@
</p>
<h6>
<a name="boost_asio.overview.core.streams.h0"></a>
- <span><a name="boost_asio.overview.core.streams.why_eof_is_an_error"></a></span><a class="link" href="streams.html#boost_asio.overview.core.streams.why_eof_is_an_error">Why EOF
+ <span class="phrase"><a name="boost_asio.overview.core.streams.why_eof_is_an_error"></a></span><a class="link" href="streams.html#boost_asio.overview.core.streams.why_eof_is_an_error">Why EOF
is an Error</a>
</h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The end of a stream can cause <code class="computeroutput"><span class="identifier">read</span></code>,
<code class="computeroutput"><span class="identifier">async_read</span></code>, <code class="computeroutput"><span class="identifier">read_until</span></code> or <code class="computeroutput"><span class="identifier">async_read_until</span></code>
@@ -100,7 +100,7 @@
</ul></div>
<h6>
<a name="boost_asio.overview.core.streams.h1"></a>
- <span><a name="boost_asio.overview.core.streams.see_also"></a></span><a class="link" href="streams.html#boost_asio.overview.core.streams.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.streams.see_also"></a></span><a class="link" href="streams.html#boost_asio.overview.core.streams.see_also">See
Also</a>
</h6>
<p>
@@ -113,7 +113,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/core/threads.html b/doc/html/boost_asio/overview/core/threads.html
index 0ab13bd707..ff4b75368f 100644
--- a/doc/html/boost_asio/overview/core/threads.html
+++ b/doc/html/boost_asio/overview/core/threads.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Threads and Boost.Asio</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../core.html" title="Core Concepts and Functionality">
<link rel="prev" href="async.html" title="The Proactor Design Pattern: Concurrency Without Threads">
@@ -28,7 +28,7 @@
</h4></div></div></div>
<h6>
<a name="boost_asio.overview.core.threads.h0"></a>
- <span><a name="boost_asio.overview.core.threads.thread_safety"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.overview.core.threads.thread_safety"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.thread_safety">Thread
Safety</a>
</h6>
<p>
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.threads.h1"></a>
- <span><a name="boost_asio.overview.core.threads.thread_pools"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.thread_pools">Thread
+ <span class="phrase"><a name="boost_asio.overview.core.threads.thread_pools"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.thread_pools">Thread
Pools</a>
</h6>
<p>
@@ -55,7 +55,7 @@
</p>
<h6>
<a name="boost_asio.overview.core.threads.h2"></a>
- <span><a name="boost_asio.overview.core.threads.internal_threads"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.internal_threads">Internal
+ <span class="phrase"><a name="boost_asio.overview.core.threads.internal_threads"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.internal_threads">Internal
Threads</a>
</h6>
<p>
@@ -64,7 +64,7 @@
these threads must be invisible to the library user. In particular, the
threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
must not call the user's code directly; and
</li>
@@ -75,7 +75,7 @@
<p>
This approach is complemented by the following guarantee:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Asynchronous completion handlers will only be called from threads that
are currently calling <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>.
</li></ul></div>
@@ -86,7 +86,7 @@
<p>
The reasons for this approach include:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
By only calling <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code> from a single thread, the user's
code can avoid the development complexity associated with synchronisation.
@@ -107,7 +107,7 @@
</ul></div>
<h6>
<a name="boost_asio.overview.core.threads.h3"></a>
- <span><a name="boost_asio.overview.core.threads.see_also"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.core.threads.see_also"></a></span><a class="link" href="threads.html#boost_asio.overview.core.threads.see_also">See
Also</a>
</h6>
<p>
@@ -116,7 +116,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011.html b/doc/html/boost_asio/overview/cpp2011.html
index 9b6e9f88e5..0980d38e51 100644
--- a/doc/html/boost_asio/overview/cpp2011.html
+++ b/doc/html/boost_asio/overview/cpp2011.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>C++ 2011 Support</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="ssl.html" title="SSL">
@@ -47,10 +47,13 @@
<p>
<a class="link" href="cpp2011/chrono.html" title="Chrono">Chrono</a>
</p>
+<p>
+ <a class="link" href="cpp2011/futures.html" title="Futures">Futures</a>
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/array.html b/doc/html/boost_asio/overview/cpp2011/array.html
index b0d4ea64cf..4a83a5a416 100644
--- a/doc/html/boost_asio/overview/cpp2011/array.html
+++ b/doc/html/boost_asio/overview/cpp2011/array.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Array Container</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="variadic.html" title="Variadic Templates">
@@ -29,7 +29,7 @@
<p>
Where the standard library provides <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;&gt;</span></code>, Boost.Asio:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Provides overloads for the <a class="link" href="../../reference/buffer.html" title="buffer">buffer()</a>
function.
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/atomic.html b/doc/html/boost_asio/overview/cpp2011/atomic.html
index 18cdfef622..3807fcc33a 100644
--- a/doc/html/boost_asio/overview/cpp2011/atomic.html
+++ b/doc/html/boost_asio/overview/cpp2011/atomic.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Atomics</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="array.html" title="Array Container">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/chrono.html b/doc/html/boost_asio/overview/cpp2011/chrono.html
index 8ccffd6a67..fd8ed7313a 100644
--- a/doc/html/boost_asio/overview/cpp2011/chrono.html
+++ b/doc/html/boost_asio/overview/cpp2011/chrono.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chrono</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="shared_ptr.html" title="Shared Pointers">
-<link rel="next" href="../implementation.html" title="Platform-Specific Implementation Notes">
+<link rel="next" href="futures.html" title="Futures">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shared_ptr.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../implementation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shared_ptr.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="futures.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -61,7 +61,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shared_ptr.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../implementation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shared_ptr.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="futures.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/cpp2011/futures.html b/doc/html/boost_asio/overview/cpp2011/futures.html
new file mode 100644
index 0000000000..71cd06ae21
--- /dev/null
+++ b/doc/html/boost_asio/overview/cpp2011/futures.html
@@ -0,0 +1,81 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Futures</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
+<link rel="prev" href="chrono.html" title="Chrono">
+<link rel="next" href="../implementation.html" title="Platform-Specific Implementation Notes">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="chrono.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../implementation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.overview.cpp2011.futures"></a><a class="link" href="futures.html" title="Futures">Futures</a>
+</h4></div></div></div>
+<p>
+ The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span></code> special value provides first-class
+ support for returning a C++11 <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ from an asynchronous operation's initiating function.
+ </p>
+<p>
+ To use <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span></code>, pass it to an asynchronous
+ operation instead of a normal completion handler. For example:
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">&gt;</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">my_buffer</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span><span class="special">);</span>
+</pre>
+<p>
+ Where a handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">result_type</span> <span class="identifier">result</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function returns a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ templated on <code class="computeroutput"><span class="identifier">result_type</span></code>.
+ In the above example, this is <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span></code>.
+ If the asynchronous operation fails, the <code class="computeroutput"><span class="identifier">error_code</span></code>
+ is converted into a <code class="computeroutput"><span class="identifier">system_error</span></code>
+ exception and passed back to the caller through the future.
+ </p>
+<p>
+ Where a handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function returns <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">&gt;</span></code>. As above, an error is passed back
+ in the future as a <code class="computeroutput"><span class="identifier">system_error</span></code>
+ exception.
+ </p>
+<p>
+ <a class="link" href="../../reference/use_future.html" title="use_future">use_future</a>, <a class="link" href="../../reference/use_future_t.html" title="use_future_t">use_future_t</a>, <a class="link" href="../../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.futures">Futures example (C++11)</a>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="chrono.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../implementation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/overview/cpp2011/move_handlers.html b/doc/html/boost_asio/overview/cpp2011/move_handlers.html
index 4e3e57983c..e1eb7cbdd6 100644
--- a/doc/html/boost_asio/overview/cpp2011/move_handlers.html
+++ b/doc/html/boost_asio/overview/cpp2011/move_handlers.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Movable Handlers</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="move_objects.html" title="Movable I/O Objects">
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/move_objects.html b/doc/html/boost_asio/overview/cpp2011/move_objects.html
index 0dd4b34bd6..ac4bd51f99 100644
--- a/doc/html/boost_asio/overview/cpp2011/move_objects.html
+++ b/doc/html/boost_asio/overview/cpp2011/move_objects.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Movable I/O Objects</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="../cpp2011.html" title="C++ 2011 Support">
@@ -96,7 +96,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/shared_ptr.html b/doc/html/boost_asio/overview/cpp2011/shared_ptr.html
index 724c2cda69..828e4d6777 100644
--- a/doc/html/boost_asio/overview/cpp2011/shared_ptr.html
+++ b/doc/html/boost_asio/overview/cpp2011/shared_ptr.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Shared Pointers</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="atomic.html" title="Atomics">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/cpp2011/variadic.html b/doc/html/boost_asio/overview/cpp2011/variadic.html
index 458f2f4fde..0fe72cf40e 100644
--- a/doc/html/boost_asio/overview/cpp2011/variadic.html
+++ b/doc/html/boost_asio/overview/cpp2011/variadic.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Variadic Templates</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="move_handlers.html" title="Movable Handlers">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/implementation.html b/doc/html/boost_asio/overview/implementation.html
index 50a08500cf..e2e2052a4c 100644
--- a/doc/html/boost_asio/overview/implementation.html
+++ b/doc/html/boost_asio/overview/implementation.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Platform-Specific Implementation Notes</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
-<link rel="prev" href="cpp2011/chrono.html" title="Chrono">
+<link rel="prev" href="cpp2011/futures.html" title="Futures">
<link rel="next" href="../using.html" title="Using Boost.Asio">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="cpp2011/chrono.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../using.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="cpp2011/futures.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../using.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -34,13 +34,13 @@
</p>
<h5>
<a name="boost_asio.overview.implementation.h0"></a>
- <span><a name="boost_asio.overview.implementation.linux_kernel_2_4"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.linux_kernel_2_4">Linux
+ <span class="phrase"><a name="boost_asio.overview.implementation.linux_kernel_2_4"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.linux_kernel_2_4">Linux
Kernel 2.4</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
This means that the number of file descriptors in the process cannot
be permitted to exceed <code class="computeroutput"><span class="identifier">FD_SETSIZE</span></code>.
@@ -48,7 +48,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -62,25 +62,25 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h1"></a>
- <span><a name="boost_asio.overview.implementation.linux_kernel_2_6"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.linux_kernel_2_6">Linux
+ <span class="phrase"><a name="boost_asio.overview.implementation.linux_kernel_2_6"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.linux_kernel_2_6">Linux
Kernel 2.6</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">epoll</span></code> for demultiplexing.
</li></ul></div>
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">epoll</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -94,24 +94,24 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h2"></a>
- <span><a name="boost_asio.overview.implementation.solaris"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.solaris">Solaris</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.solaris"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.solaris">Solaris</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="literal">/dev/poll</code> for demultiplexing.
</li></ul></div>
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="literal">/dev/poll</code> is performed in one
of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -125,19 +125,19 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h3"></a>
- <span><a name="boost_asio.overview.implementation.qnx_neutrino"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.qnx_neutrino">QNX
+ <span class="phrase"><a name="boost_asio.overview.implementation.qnx_neutrino"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.qnx_neutrino">QNX
Neutrino</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
This means that the number of file descriptors in the process cannot
be permitted to exceed <code class="computeroutput"><span class="identifier">FD_SETSIZE</span></code>.
@@ -145,7 +145,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -159,25 +159,25 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h4"></a>
- <span><a name="boost_asio.overview.implementation.mac_os_x"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.mac_os_x">Mac
+ <span class="phrase"><a name="boost_asio.overview.implementation.mac_os_x"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.mac_os_x">Mac
OS X</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">kqueue</span></code> for demultiplexing.
</li></ul></div>
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">kqueue</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -191,24 +191,24 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h5"></a>
- <span><a name="boost_asio.overview.implementation.freebsd"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.freebsd">FreeBSD</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.freebsd"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.freebsd">FreeBSD</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">kqueue</span></code> for demultiplexing.
</li></ul></div>
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">kqueue</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -222,18 +222,18 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h6"></a>
- <span><a name="boost_asio.overview.implementation.aix"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.aix">AIX</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.aix"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.aix">AIX</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
This means that the number of file descriptors in the process cannot
be permitted to exceed <code class="computeroutput"><span class="identifier">FD_SETSIZE</span></code>.
@@ -241,7 +241,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -255,18 +255,18 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h7"></a>
- <span><a name="boost_asio.overview.implementation.hp_ux"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.hp_ux">HP-UX</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.hp_ux"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.hp_ux">HP-UX</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
This means that the number of file descriptors in the process cannot
be permitted to exceed <code class="computeroutput"><span class="identifier">FD_SETSIZE</span></code>.
@@ -274,7 +274,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -288,18 +288,18 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h8"></a>
- <span><a name="boost_asio.overview.implementation.tru64"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.tru64">Tru64</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.tru64"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.tru64">Tru64</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
This means that the number of file descriptors in the process cannot
be permitted to exceed <code class="computeroutput"><span class="identifier">FD_SETSIZE</span></code>.
@@ -307,7 +307,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -321,25 +321,25 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
At most <code class="computeroutput"><span class="identifier">min</span><span class="special">(</span><span class="number">64</span><span class="special">,</span><span class="identifier">IOV_MAX</span><span class="special">)</span></code> buffers may be transferred in a single
operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h9"></a>
- <span><a name="boost_asio.overview.implementation.windows_95__98_and_me"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.windows_95__98_and_me">Windows
+ <span class="phrase"><a name="boost_asio.overview.implementation.windows_95__98_and_me"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.windows_95__98_and_me">Windows
95, 98 and Me</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Uses <code class="computeroutput"><span class="identifier">select</span></code> for demultiplexing.
</li></ul></div>
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using <code class="computeroutput"><span class="identifier">select</span></code>
is performed in one of the threads that calls <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -353,18 +353,18 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
For sockets, at most 16 buffers may be transferred in a single operation.
</li></ul></div>
<h5>
<a name="boost_asio.overview.implementation.h10"></a>
- <span><a name="boost_asio.overview.implementation.windows_nt__2000__xp__2003_and_vista"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.windows_nt__2000__xp__2003_and_vista">Windows
- NT, 2000, XP, 2003 and Vista</a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.windows_nt__2000__xp__2003__vista__7_and_8"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.windows_nt__2000__xp__2003__vista__7_and_8">Windows
+ NT, 2000, XP, 2003, Vista, 7 and 8</a>
</h5>
<p>
Demultiplexing mechanism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Uses overlapped I/O and I/O completion ports for all asynchronous socket
operations except for asynchronous connect.
@@ -377,7 +377,7 @@
<p>
Threads:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Demultiplexing using I/O completion ports is performed in all threads
that call <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">poll_one</span><span class="special">()</span></code>.
@@ -403,7 +403,7 @@
<p>
Scatter-Gather:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
For sockets, at most 64 buffers may be transferred in a single operation.
</li>
@@ -412,10 +412,82 @@
single operation.
</li>
</ul></div>
+<h5>
+<a name="boost_asio.overview.implementation.h11"></a>
+ <span class="phrase"><a name="boost_asio.overview.implementation.windows_runtime"></a></span><a class="link" href="implementation.html#boost_asio.overview.implementation.windows_runtime">Windows
+ Runtime</a>
+ </h5>
+<p>
+ Boost.Asio provides limited support for the Windows Runtime. It requires
+ that the language extensions be enabled. Due to the restricted facilities
+ exposed by the Windows Runtime API, the support comes with the following
+ caveats:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ The core facilities such as the <code class="computeroutput"><span class="identifier">io_service</span></code>,
+ <code class="computeroutput"><span class="identifier">strand</span></code>, buffers, composed
+ operations, timers, etc., should all work as normal.
+ </li>
+<li class="listitem">
+ For sockets, only client-side TCP is supported.
+ </li>
+<li class="listitem">
+ Explicit binding of a client-side TCP socket is not supported.
+ </li>
+<li class="listitem">
+ The <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
+ function is not supported for sockets. Asynchronous operations may only
+ be cancelled by closing the socket.
+ </li>
+<li class="listitem">
+ Operations that use <code class="computeroutput"><span class="identifier">null_buffers</span></code>
+ are not supported.
+ </li>
+<li class="listitem">
+ Only <code class="computeroutput"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">no_delay</span></code> and <code class="computeroutput"><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">keep_alive</span></code>
+ options are supported.
+ </li>
+<li class="listitem">
+ Resolvers do not support service names, only numbers. I.e. you must use
+ "80" rather than "http".
+ </li>
+<li class="listitem">
+ Most resolver query flags have no effect.
+ </li>
+</ul></div>
+<p>
+ Demultiplexing mechanism:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ Uses the <code class="computeroutput"><span class="identifier">Windows</span><span class="special">::</span><span class="identifier">Networking</span><span class="special">::</span><span class="identifier">Sockets</span><span class="special">::</span><span class="identifier">StreamSocket</span></code> class to implement asynchronous
+ TCP socket operations.
+ </li></ul></div>
+<p>
+ Threads:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Event completions are delivered to the Windows thread pool and posted
+ to the <code class="computeroutput"><span class="identifier">io_service</span></code> for
+ the handler to be executed.
+ </li>
+<li class="listitem">
+ An additional thread per <code class="computeroutput"><span class="identifier">io_service</span></code>
+ is used to trigger timers. This thread is created on construction of
+ the first timer objects.
+ </li>
+</ul></div>
+<p>
+ Scatter-Gather:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ For sockets, at most one buffer may be transferred in a single operation.
+ </li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -423,7 +495,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="cpp2011/chrono.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../using.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="cpp2011/futures.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../using.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/networking.html b/doc/html/boost_asio/overview/networking.html
index d5d53a9254..2762f1fc89 100644
--- a/doc/html/boost_asio/overview/networking.html
+++ b/doc/html/boost_asio/overview/networking.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Networking</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
-<link rel="prev" href="core/handler_tracking.html" title="Handler Tracking">
+<link rel="prev" href="core/spawn.html" title="Stackful Coroutines">
<link rel="next" href="networking/protocols.html" title="TCP, UDP and ICMP">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,18 +20,22 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="core/handler_tracking.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="networking/protocols.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="core/spawn.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="networking/protocols.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.overview.networking"></a><a class="link" href="networking.html" title="Networking">Networking</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="networking/protocols.html" title="TCP, UDP and ICMP">TCP, UDP and
ICMP</a>
</li>
<li class="listitem">
+ <a class="link" href="networking/other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>
+ </li>
+<li class="listitem">
<a class="link" href="networking/iostreams.html" title="Socket Iostreams">Socket Iostreams</a>
</li>
<li class="listitem">
@@ -42,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +54,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="core/handler_tracking.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="networking/protocols.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="core/spawn.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="networking/protocols.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/networking/bsd_sockets.html b/doc/html/boost_asio/overview/networking/bsd_sockets.html
index 4f415c3bff..ad45e0ccfb 100644
--- a/doc/html/boost_asio/overview/networking/bsd_sockets.html
+++ b/doc/html/boost_asio/overview/networking/bsd_sockets.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>The BSD Socket API and Boost.Asio</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../networking.html" title="Networking">
<link rel="prev" href="iostreams.html" title="Socket Iostreams">
@@ -548,7 +548,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/networking/iostreams.html b/doc/html/boost_asio/overview/networking/iostreams.html
index 94f1a0cc2a..8fbc615dad 100644
--- a/doc/html/boost_asio/overview/networking/iostreams.html
+++ b/doc/html/boost_asio/overview/networking/iostreams.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Socket Iostreams</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../networking.html" title="Networking">
-<link rel="prev" href="protocols.html" title="TCP, UDP and ICMP">
+<link rel="prev" href="other_protocols.html" title="Support for Other Protocols">
<link rel="next" href="bsd_sockets.html" title="The BSD Socket API and Boost.Asio">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bsd_sockets.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="other_protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bsd_sockets.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -85,17 +85,18 @@
</pre>
<h6>
<a name="boost_asio.overview.networking.iostreams.h0"></a>
- <span><a name="boost_asio.overview.networking.iostreams.see_also"></a></span><a class="link" href="iostreams.html#boost_asio.overview.networking.iostreams.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.networking.iostreams.see_also"></a></span><a class="link" href="iostreams.html#boost_asio.overview.networking.iostreams.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/ip__tcp/iostream.html" title="ip::tcp::iostream">ip::tcp::iostream</a>,
<a class="link" href="../../reference/basic_socket_iostream.html" title="basic_socket_iostream">basic_socket_iostream</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.iostreams">iostreams examples</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.iostreams">iostreams
+ examples</a>.
</p>
<h6>
<a name="boost_asio.overview.networking.iostreams.h1"></a>
- <span><a name="boost_asio.overview.networking.iostreams.notes"></a></span><a class="link" href="iostreams.html#boost_asio.overview.networking.iostreams.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.networking.iostreams.notes"></a></span><a class="link" href="iostreams.html#boost_asio.overview.networking.iostreams.notes">Notes</a>
</h6>
<p>
These iostream templates only support <code class="computeroutput"><span class="keyword">char</span></code>,
@@ -105,7 +106,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -113,7 +114,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bsd_sockets.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="other_protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bsd_sockets.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/networking/other_protocols.html b/doc/html/boost_asio/overview/networking/other_protocols.html
new file mode 100644
index 0000000000..05af592e7a
--- /dev/null
+++ b/doc/html/boost_asio/overview/networking/other_protocols.html
@@ -0,0 +1,155 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Support for Other Protocols</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../networking.html" title="Networking">
+<link rel="prev" href="protocols.html" title="TCP, UDP and ICMP">
+<link rel="next" href="iostreams.html" title="Socket Iostreams">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostreams.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.overview.networking.other_protocols"></a><a class="link" href="other_protocols.html" title="Support for Other Protocols">Support
+ for Other Protocols</a>
+</h4></div></div></div>
+<p>
+ Support for other socket protocols (such as Bluetooth or IRCOMM sockets)
+ can be added by implementing the <a class="link" href="../../reference/Protocol.html" title="Protocol requirements">protocol
+ type requirements</a>. However, in many cases these protocols may also
+ be used with Boost.Asio's generic protocol support. For this, Boost.Asio
+ provides the following four classes:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <a class="link" href="../../reference/generic__datagram_protocol.html" title="generic::datagram_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">datagram_protocol</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../reference/generic__raw_protocol.html" title="generic::raw_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">raw_protocol</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../reference/generic__seq_packet_protocol.html" title="generic::seq_packet_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">seq_packet_protocol</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../reference/generic__stream_protocol.html" title="generic::stream_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span></code></a>
+ </li>
+</ul></div>
+<p>
+ These classes implement the <a class="link" href="../../reference/Protocol.html" title="Protocol requirements">protocol
+ type requirements</a>, but allow the user to specify the address family
+ (e.g. <code class="computeroutput"><span class="identifier">AF_INET</span></code>) and protocol
+ type (e.g. <code class="computeroutput"><span class="identifier">IPPROTO_TCP</span></code>)
+ at runtime. For example:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">(</span><span class="identifier">AF_INET</span><span class="special">,</span> <span class="identifier">IPPROTO_TCP</span><span class="special">));</span>
+<span class="special">...</span>
+</pre>
+<p>
+ An endpoint class template, <a class="link" href="../../reference/generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a>, is included to
+ support these protocol classes. This endpoint can hold any other endpoint
+ type, provided its native representation fits into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code>
+ object. This class will also convert from other types that implement the
+ <a class="link" href="../../reference/Endpoint.html" title="Endpoint requirements">endpoint</a> type requirements:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">my_endpoint1</span> <span class="special">=</span> <span class="special">...;</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">my_endpoint2</span><span class="special">(</span><span class="identifier">my_endpoint1</span><span class="special">);</span>
+</pre>
+<p>
+ The conversion is implicit, so as to support the following use cases:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">my_endpoint</span> <span class="special">=</span> <span class="special">...;</span>
+<span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">connect</span><span class="special">(</span><span class="identifier">my_endpoint</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.overview.networking.other_protocols.h0"></a>
+ <span class="phrase"><a name="boost_asio.overview.networking.other_protocols.c__11_move_construction"></a></span><a class="link" href="other_protocols.html#boost_asio.overview.networking.other_protocols.c__11_move_construction">C++11
+ Move Construction</a>
+ </h6>
+<p>
+ When using C++11, it is possible to perform move construction from a socket
+ (or acceptor) object to convert to the more generic protocol's socket (or
+ acceptor) type. If the protocol conversion is valid:
+ </p>
+<pre class="programlisting"><span class="identifier">Protocol1</span> <span class="identifier">p1</span> <span class="special">=</span> <span class="special">...;</span>
+<span class="identifier">Protocol2</span> <span class="identifier">p2</span><span class="special">(</span><span class="identifier">p1</span><span class="special">);</span>
+</pre>
+<p>
+ then the corresponding socket conversion is allowed:
+ </p>
+<pre class="programlisting"><span class="identifier">Protocol1</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket1</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="special">...</span>
+<span class="identifier">Protocol2</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket2</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">my_socket1</span><span class="special">));</span>
+</pre>
+<p>
+ For example, one possible conversion is from a TCP socket to a generic
+ stream-oriented socket:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket1</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="special">...</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket2</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">my_socket1</span><span class="special">));</span>
+</pre>
+<p>
+ These conversions are also available for move-assignment.
+ </p>
+<p>
+ These conversions are not limited to the above generic protocol classes.
+ User-defined protocols may take advantage of this feature by similarly
+ ensuring the conversion from <code class="computeroutput"><span class="identifier">Protocol1</span></code>
+ to <code class="computeroutput"><span class="identifier">Protocol2</span></code> is valid,
+ as above.
+ </p>
+<h6>
+<a name="boost_asio.overview.networking.other_protocols.h1"></a>
+ <span class="phrase"><a name="boost_asio.overview.networking.other_protocols.accepting_generic_sockets"></a></span><a class="link" href="other_protocols.html#boost_asio.overview.networking.other_protocols.accepting_generic_sockets">Accepting
+ Generic Sockets</a>
+ </h6>
+<p>
+ As a convenience, a socket acceptor's <code class="computeroutput"><span class="identifier">accept</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">async_accept</span><span class="special">()</span></code> functions can directly accept into a
+ different protocol's socket type, provided the corresponding protocol conversion
+ is valid. For example, the following is supported because the protocol
+ <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span></code> is convertible to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span></code>:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">my_acceptor</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="special">...</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">my_socket</span><span class="special">(</span><span class="identifier">my_io_service</span><span class="special">);</span>
+<span class="identifier">my_acceptor</span><span class="special">.</span><span class="identifier">accept</span><span class="special">(</span><span class="identifier">my_socket</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.overview.networking.other_protocols.h2"></a>
+ <span class="phrase"><a name="boost_asio.overview.networking.other_protocols.see_also"></a></span><a class="link" href="other_protocols.html#boost_asio.overview.networking.other_protocols.see_also">See Also</a>
+ </h6>
+<p>
+ <a class="link" href="../../reference/generic__datagram_protocol.html" title="generic::datagram_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">datagram_protocol</span></code></a>, <a class="link" href="../../reference/generic__raw_protocol.html" title="generic::raw_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">raw_protocol</span></code></a>, <a class="link" href="../../reference/generic__seq_packet_protocol.html" title="generic::seq_packet_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">seq_packet_protocol</span></code></a>, <a class="link" href="../../reference/generic__stream_protocol.html" title="generic::stream_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span></code></a>, <a class="link" href="../../reference/Protocol.html" title="Protocol requirements">protocol
+ type requirements</a>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocols.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostreams.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/overview/networking/protocols.html b/doc/html/boost_asio/overview/networking/protocols.html
index 85604aef61..be3f2fa23e 100644
--- a/doc/html/boost_asio/overview/networking/protocols.html
+++ b/doc/html/boost_asio/overview/networking/protocols.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>TCP, UDP and ICMP</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../networking.html" title="Networking">
<link rel="prev" href="../networking.html" title="Networking">
-<link rel="next" href="iostreams.html" title="Socket Iostreams">
+<link rel="next" href="other_protocols.html" title="Support for Other Protocols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../networking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostreams.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../networking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="other_protocols.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -33,7 +33,7 @@
</p>
<h6>
<a name="boost_asio.overview.networking.protocols.h0"></a>
- <span><a name="boost_asio.overview.networking.protocols.tcp_clients"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.tcp_clients">TCP Clients</a>
+ <span class="phrase"><a name="boost_asio.overview.networking.protocols.tcp_clients"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.tcp_clients">TCP Clients</a>
</h6>
<p>
Hostname resolution is performed using a resolver, where host and service
@@ -104,7 +104,7 @@
</p>
<h6>
<a name="boost_asio.overview.networking.protocols.h1"></a>
- <span><a name="boost_asio.overview.networking.protocols.tcp_servers"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.tcp_servers">TCP Servers</a>
+ <span class="phrase"><a name="boost_asio.overview.networking.protocols.tcp_servers"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.tcp_servers">TCP Servers</a>
</h6>
<p>
A program uses an acceptor to accept incoming TCP connections:
@@ -120,7 +120,7 @@
</p>
<h6>
<a name="boost_asio.overview.networking.protocols.h2"></a>
- <span><a name="boost_asio.overview.networking.protocols.udp"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.udp">UDP</a>
+ <span class="phrase"><a name="boost_asio.overview.networking.protocols.udp"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.udp">UDP</a>
</h6>
<p>
UDP hostname resolution is also performed using a resolver:
@@ -152,7 +152,7 @@
</p>
<h6>
<a name="boost_asio.overview.networking.protocols.h3"></a>
- <span><a name="boost_asio.overview.networking.protocols.icmp"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.icmp">ICMP</a>
+ <span class="phrase"><a name="boost_asio.overview.networking.protocols.icmp"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.icmp">ICMP</a>
</h6>
<p>
As with TCP and UDP, ICMP hostname resolution is performed using a resolver:
@@ -182,29 +182,19 @@
</p>
<h6>
<a name="boost_asio.overview.networking.protocols.h4"></a>
- <span><a name="boost_asio.overview.networking.protocols.other_protocols"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.other_protocols">Other
- Protocols</a>
- </h6>
-<p>
- Support for other socket protocols (such as Bluetooth or IRCOMM sockets)
- can be added by implementing the <a class="link" href="../../reference/Protocol.html" title="Protocol requirements">Protocol</a>
- type requirements.
- </p>
-<h6>
-<a name="boost_asio.overview.networking.protocols.h5"></a>
- <span><a name="boost_asio.overview.networking.protocols.see_also"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.networking.protocols.see_also"></a></span><a class="link" href="protocols.html#boost_asio.overview.networking.protocols.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/ip__tcp.html" title="ip::tcp">ip::tcp</a>, <a class="link" href="../../reference/ip__udp.html" title="ip::udp">ip::udp</a>,
<a class="link" href="../../reference/ip__icmp.html" title="ip::icmp">ip::icmp</a>, <a class="link" href="../../tutorial/tutdaytime1.html" title="Daytime.1 - A synchronous TCP daytime client">daytime
- protocol tutorials</a>, <a class="link" href="../../examples.html#boost_asio.examples.icmp">ICMP
+ protocol tutorials</a>, <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.icmp">ICMP
ping example</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -212,7 +202,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../networking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostreams.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../networking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../networking.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="other_protocols.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/overview/posix.html b/doc/html/boost_asio/overview/posix.html
index f224986377..cd044d826a 100644
--- a/doc/html/boost_asio/overview/posix.html
+++ b/doc/html/boost_asio/overview/posix.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>POSIX-Specific Functionality</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="signals.html" title="Signal Handling">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/posix/fork.html b/doc/html/boost_asio/overview/posix/fork.html
index 44cfed9d7e..a986d4ea13 100644
--- a/doc/html/boost_asio/overview/posix/fork.html
+++ b/doc/html/boost_asio/overview/posix/fork.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Fork</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix.html" title="POSIX-Specific Functionality">
<link rel="prev" href="stream_descriptor.html" title="Stream-Oriented File Descriptors">
@@ -57,19 +57,19 @@
</p>
<h6>
<a name="boost_asio.overview.posix.fork.h0"></a>
- <span><a name="boost_asio.overview.posix.fork.see_also"></a></span><a class="link" href="fork.html#boost_asio.overview.posix.fork.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.posix.fork.see_also"></a></span><a class="link" href="fork.html#boost_asio.overview.posix.fork.see_also">See
Also</a>
</h6>
<p>
<a class="link" href="../../reference/io_service/notify_fork.html" title="io_service::notify_fork">io_service::notify_fork()</a>,
<a class="link" href="../../reference/io_service/fork_event.html" title="io_service::fork_event">io_service::fork_event</a>,
<a class="link" href="../../reference/io_service__service/fork_service.html" title="io_service::service::fork_service">io_service::service::fork_service()</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.fork">Fork examples</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.fork">Fork examples</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/posix/local.html b/doc/html/boost_asio/overview/posix/local.html
index 91a45b2c77..8d9dc35b44 100644
--- a/doc/html/boost_asio/overview/posix/local.html
+++ b/doc/html/boost_asio/overview/posix/local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>UNIX Domain Sockets</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix.html" title="POSIX-Specific Functionality">
<link rel="prev" href="../posix.html" title="POSIX-Specific Functionality">
@@ -63,12 +63,12 @@
<p>
Transmission of file descriptors or credentials across UNIX domain sockets
is not directly supported within Boost.Asio, but may be achieved by accessing
- the socket's underlying descriptor using the <a class="link" href="../../reference/basic_socket/native.html" title="basic_socket::native">native()</a>
+ the socket's underlying descriptor using the <a class="link" href="../../reference/basic_socket/native_handle.html" title="basic_socket::native_handle">native_handle()</a>
member function.
</p>
<h6>
<a name="boost_asio.overview.posix.local.h0"></a>
- <span><a name="boost_asio.overview.posix.local.see_also"></a></span><a class="link" href="local.html#boost_asio.overview.posix.local.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.posix.local.see_also"></a></span><a class="link" href="local.html#boost_asio.overview.posix.local.see_also">See
Also</a>
</h6>
<p>
@@ -81,12 +81,12 @@
<a class="link" href="../../reference/local__stream_protocol/endpoint.html" title="local::stream_protocol::endpoint">local::stream_protocol::endpoint</a>,
<a class="link" href="../../reference/local__stream_protocol/iostream.html" title="local::stream_protocol::iostream">local::stream_protocol::iostream</a>,
<a class="link" href="../../reference/local__stream_protocol/socket.html" title="local::stream_protocol::socket">local::stream_protocol::socket</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.unix_domain_sockets">UNIX domain sockets
- examples</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.unix_domain_sockets">UNIX
+ domain sockets examples</a>.
</p>
<h6>
<a name="boost_asio.overview.posix.local.h1"></a>
- <span><a name="boost_asio.overview.posix.local.notes"></a></span><a class="link" href="local.html#boost_asio.overview.posix.local.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.posix.local.notes"></a></span><a class="link" href="local.html#boost_asio.overview.posix.local.notes">Notes</a>
</h6>
<p>
UNIX domain sockets are only available at compile time if supported by
@@ -96,7 +96,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/posix/stream_descriptor.html b/doc/html/boost_asio/overview/posix/stream_descriptor.html
index 153c88ce72..7d954fe770 100644
--- a/doc/html/boost_asio/overview/posix/stream_descriptor.html
+++ b/doc/html/boost_asio/overview/posix/stream_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Stream-Oriented File Descriptors</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix.html" title="POSIX-Specific Functionality">
<link rel="prev" href="local.html" title="UNIX Domain Sockets">
@@ -50,17 +50,18 @@
</p>
<h6>
<a name="boost_asio.overview.posix.stream_descriptor.h0"></a>
- <span><a name="boost_asio.overview.posix.stream_descriptor.see_also"></a></span><a class="link" href="stream_descriptor.html#boost_asio.overview.posix.stream_descriptor.see_also">See Also</a>
+ <span class="phrase"><a name="boost_asio.overview.posix.stream_descriptor.see_also"></a></span><a class="link" href="stream_descriptor.html#boost_asio.overview.posix.stream_descriptor.see_also">See Also</a>
</h6>
<p>
<a class="link" href="../../reference/posix__stream_descriptor.html" title="posix::stream_descriptor">posix::stream_descriptor</a>,
<a class="link" href="../../reference/posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">posix::basic_stream_descriptor</a>,
<a class="link" href="../../reference/posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">posix::stream_descriptor_service</a>,
- <a class="link" href="../../examples.html#boost_asio.examples.chat">Chat example</a>.
+ <a class="link" href="../../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.chat">Chat example (C++03)</a>,
+ <a class="link" href="../../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.chat">Chat example (C++11)</a>.
</p>
<h6>
<a name="boost_asio.overview.posix.stream_descriptor.h1"></a>
- <span><a name="boost_asio.overview.posix.stream_descriptor.notes"></a></span><a class="link" href="stream_descriptor.html#boost_asio.overview.posix.stream_descriptor.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.posix.stream_descriptor.notes"></a></span><a class="link" href="stream_descriptor.html#boost_asio.overview.posix.stream_descriptor.notes">Notes</a>
</h6>
<p>
POSIX stream descriptors are only available at compile time if supported
@@ -70,7 +71,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/rationale.html b/doc/html/boost_asio/overview/rationale.html
index dc09b9033a..bf879b9d5c 100644
--- a/doc/html/boost_asio/overview/rationale.html
+++ b/doc/html/boost_asio/overview/rationale.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Rationale</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="../overview.html" title="Overview">
@@ -42,7 +42,7 @@
programming, where access to operating system functionality such as networking
is often required. In particular, Boost.Asio addresses the following goals:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>Portability.</strong></span> The library should support
a range of commonly used operating systems, and provide consistent behaviour
@@ -89,7 +89,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/serial_ports.html b/doc/html/boost_asio/overview/serial_ports.html
index f2d9ec3b3a..0978b483ce 100644
--- a/doc/html/boost_asio/overview/serial_ports.html
+++ b/doc/html/boost_asio/overview/serial_ports.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Serial Ports</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="timers.html" title="Timers">
@@ -51,7 +51,7 @@
</p>
<h5>
<a name="boost_asio.overview.serial_ports.h0"></a>
- <span><a name="boost_asio.overview.serial_ports.see_also"></a></span><a class="link" href="serial_ports.html#boost_asio.overview.serial_ports.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.serial_ports.see_also"></a></span><a class="link" href="serial_ports.html#boost_asio.overview.serial_ports.see_also">See
Also</a>
</h5>
<p>
@@ -66,18 +66,18 @@
</p>
<h5>
<a name="boost_asio.overview.serial_ports.h1"></a>
- <span><a name="boost_asio.overview.serial_ports.notes"></a></span><a class="link" href="serial_ports.html#boost_asio.overview.serial_ports.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.serial_ports.notes"></a></span><a class="link" href="serial_ports.html#boost_asio.overview.serial_ports.notes">Notes</a>
</h5>
<p>
Serial ports are available on all POSIX platforms. For Windows, serial ports
are only available at compile time when the I/O completion port backend is
- used (which is the default). A program may test for the macro <code class="computeroutput"><span class="identifier">BOOST_ASIO_HAS_SERIAL_PORTS</span></code> to determine
+ used (which is the default). A program may test for the macro <code class="computeroutput"><span class="identifier">BOOST_ASIO_HAS_SERIAL_PORT</span></code> to determine
whether they are supported.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/signals.html b/doc/html/boost_asio/overview/signals.html
index f24e16b006..68cdfbb277 100644
--- a/doc/html/boost_asio/overview/signals.html
+++ b/doc/html/boost_asio/overview/signals.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Signal Handling</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="serial_ports.html" title="Serial Ports">
@@ -57,16 +57,18 @@
</p>
<h5>
<a name="boost_asio.overview.signals.h0"></a>
- <span><a name="boost_asio.overview.signals.see_also"></a></span><a class="link" href="signals.html#boost_asio.overview.signals.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.signals.see_also"></a></span><a class="link" href="signals.html#boost_asio.overview.signals.see_also">See
Also</a>
</h5>
<p>
- <a class="link" href="../reference/signal_set.html" title="signal_set">signal_set</a>, <a class="link" href="../examples.html#boost_asio.examples.http_server">HTTP server example</a>.
+ <a class="link" href="../reference/signal_set.html" title="signal_set">signal_set</a>, <a class="link" href="../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server">HTTP server example
+ (C++03)</a>, <a class="link" href="../examples/cpp11_examples.html#boost_asio.examples.cpp11_examples.http_server">HTTP
+ server example (C++11)</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/ssl.html b/doc/html/boost_asio/overview/ssl.html
index b88863b3b8..0a3b3db820 100644
--- a/doc/html/boost_asio/overview/ssl.html
+++ b/doc/html/boost_asio/overview/ssl.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>SSL</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="windows/object_handle.html" title="Object HANDLEs">
@@ -80,14 +80,14 @@
</p>
<h5>
<a name="boost_asio.overview.ssl.h0"></a>
- <span><a name="boost_asio.overview.ssl.certificate_verification"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.certificate_verification">Certificate
+ <span class="phrase"><a name="boost_asio.overview.ssl.certificate_verification"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.certificate_verification">Certificate
Verification</a>
</h5>
<p>
Boost.Asio provides various methods for configuring the way SSL certificates
are verified:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="../reference/ssl__context/set_default_verify_paths.html" title="ssl::context::set_default_verify_paths">ssl::context::set_default_verify_paths()</a>
</li>
@@ -112,7 +112,7 @@
in RFC 2818 (certificate verification for HTTPS), Boost.Asio provides a reusable
verification callback as a function object:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<a class="link" href="../reference/ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">ssl::rfc2818_verification</a>
</li></ul></div>
<p>
@@ -146,7 +146,7 @@
</pre>
<h5>
<a name="boost_asio.overview.ssl.h1"></a>
- <span><a name="boost_asio.overview.ssl.ssl_and_threads"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.ssl_and_threads">SSL
+ <span class="phrase"><a name="boost_asio.overview.ssl.ssl_and_threads"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.ssl_and_threads">SSL
and Threads</a>
</h5>
<p>
@@ -158,16 +158,16 @@
</p>
<h5>
<a name="boost_asio.overview.ssl.h2"></a>
- <span><a name="boost_asio.overview.ssl.see_also"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.ssl.see_also"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.see_also">See
Also</a>
</h5>
<p>
<a class="link" href="../reference/ssl__context.html" title="ssl::context">ssl::context</a>, <a class="link" href="../reference/ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">ssl::rfc2818_verification</a>,
- <a class="link" href="../reference/ssl__stream.html" title="ssl::stream">ssl::stream</a>, <a class="link" href="../examples.html#boost_asio.examples.ssl">SSL example</a>.
+ <a class="link" href="../reference/ssl__stream.html" title="ssl::stream">ssl::stream</a>, <a class="link" href="../examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.ssl">SSL example</a>.
</p>
<h5>
<a name="boost_asio.overview.ssl.h3"></a>
- <span><a name="boost_asio.overview.ssl.notes"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.ssl.notes"></a></span><a class="link" href="ssl.html#boost_asio.overview.ssl.notes">Notes</a>
</h5>
<p>
<a href="http://www.openssl.org" target="_top">OpenSSL</a> is required to make use
@@ -178,7 +178,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/timers.html b/doc/html/boost_asio/overview/timers.html
index 162f4c5de0..03b0d3785f 100644
--- a/doc/html/boost_asio/overview/timers.html
+++ b/doc/html/boost_asio/overview/timers.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timers</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="networking/bsd_sockets.html" title="The BSD Socket API and Boost.Asio">
@@ -69,7 +69,7 @@
</pre>
<h5>
<a name="boost_asio.overview.timers.h0"></a>
- <span><a name="boost_asio.overview.timers.see_also"></a></span><a class="link" href="timers.html#boost_asio.overview.timers.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.timers.see_also"></a></span><a class="link" href="timers.html#boost_asio.overview.timers.see_also">See
Also</a>
</h5>
<p>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/windows.html b/doc/html/boost_asio/overview/windows.html
index 7824c9a6cb..862f38e9f5 100644
--- a/doc/html/boost_asio/overview/windows.html
+++ b/doc/html/boost_asio/overview/windows.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Windows-Specific Functionality</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="posix/fork.html" title="Fork">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/windows/object_handle.html b/doc/html/boost_asio/overview/windows/object_handle.html
index 445ec62c86..51b79bf157 100644
--- a/doc/html/boost_asio/overview/windows/object_handle.html
+++ b/doc/html/boost_asio/overview/windows/object_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Object HANDLEs</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows.html" title="Windows-Specific Functionality">
<link rel="prev" href="random_access_handle.html" title="Random-Access HANDLEs">
@@ -31,7 +31,7 @@
operations to be performed on HANDLEs to kernel objects of the following
types:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Change notification
</li>
@@ -71,7 +71,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.object_handle.h0"></a>
- <span><a name="boost_asio.overview.windows.object_handle.see_also"></a></span><a class="link" href="object_handle.html#boost_asio.overview.windows.object_handle.see_also">See Also</a>
+ <span class="phrase"><a name="boost_asio.overview.windows.object_handle.see_also"></a></span><a class="link" href="object_handle.html#boost_asio.overview.windows.object_handle.see_also">See Also</a>
</h6>
<p>
<a class="link" href="../../reference/windows__object_handle.html" title="windows::object_handle">windows::object_handle</a>,
@@ -80,7 +80,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.object_handle.h1"></a>
- <span><a name="boost_asio.overview.windows.object_handle.notes"></a></span><a class="link" href="object_handle.html#boost_asio.overview.windows.object_handle.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.windows.object_handle.notes"></a></span><a class="link" href="object_handle.html#boost_asio.overview.windows.object_handle.notes">Notes</a>
</h6>
<p>
Windows object <code class="computeroutput"><span class="identifier">HANDLE</span></code>s
@@ -91,7 +91,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/windows/random_access_handle.html b/doc/html/boost_asio/overview/windows/random_access_handle.html
index cdbacf477e..2d6986147f 100644
--- a/doc/html/boost_asio/overview/windows/random_access_handle.html
+++ b/doc/html/boost_asio/overview/windows/random_access_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Random-Access HANDLEs</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows.html" title="Windows-Specific Functionality">
<link rel="prev" href="stream_handle.html" title="Stream-Oriented HANDLEs">
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.random_access_handle.h0"></a>
- <span><a name="boost_asio.overview.windows.random_access_handle.see_also"></a></span><a class="link" href="random_access_handle.html#boost_asio.overview.windows.random_access_handle.see_also">See
+ <span class="phrase"><a name="boost_asio.overview.windows.random_access_handle.see_also"></a></span><a class="link" href="random_access_handle.html#boost_asio.overview.windows.random_access_handle.see_also">See
Also</a>
</h6>
<p>
@@ -62,7 +62,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.random_access_handle.h1"></a>
- <span><a name="boost_asio.overview.windows.random_access_handle.notes"></a></span><a class="link" href="random_access_handle.html#boost_asio.overview.windows.random_access_handle.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.windows.random_access_handle.notes"></a></span><a class="link" href="random_access_handle.html#boost_asio.overview.windows.random_access_handle.notes">Notes</a>
</h6>
<p>
Windows random-access <code class="computeroutput"><span class="identifier">HANDLE</span></code>s
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/overview/windows/stream_handle.html b/doc/html/boost_asio/overview/windows/stream_handle.html
index d61a732203..6e30d3c047 100644
--- a/doc/html/boost_asio/overview/windows/stream_handle.html
+++ b/doc/html/boost_asio/overview/windows/stream_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Stream-Oriented HANDLEs</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows.html" title="Windows-Specific Functionality">
<link rel="prev" href="../windows.html" title="Windows-Specific Functionality">
@@ -54,7 +54,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.stream_handle.h0"></a>
- <span><a name="boost_asio.overview.windows.stream_handle.see_also"></a></span><a class="link" href="stream_handle.html#boost_asio.overview.windows.stream_handle.see_also">See Also</a>
+ <span class="phrase"><a name="boost_asio.overview.windows.stream_handle.see_also"></a></span><a class="link" href="stream_handle.html#boost_asio.overview.windows.stream_handle.see_also">See Also</a>
</h6>
<p>
<a class="link" href="../../reference/windows__stream_handle.html" title="windows::stream_handle">windows::stream_handle</a>,
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.overview.windows.stream_handle.h1"></a>
- <span><a name="boost_asio.overview.windows.stream_handle.notes"></a></span><a class="link" href="stream_handle.html#boost_asio.overview.windows.stream_handle.notes">Notes</a>
+ <span class="phrase"><a name="boost_asio.overview.windows.stream_handle.notes"></a></span><a class="link" href="stream_handle.html#boost_asio.overview.windows.stream_handle.notes">Notes</a>
</h6>
<p>
Windows stream <code class="computeroutput"><span class="identifier">HANDLE</span></code>s
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference.html b/doc/html/boost_asio/reference.html
index 86d9a6312d..cf89ff8ae1 100644
--- a/doc/html/boost_asio/reference.html
+++ b/doc/html/boost_asio/reference.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Reference</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
-<link rel="prev" href="examples.html" title="Examples">
+<link rel="prev" href="examples/cpp11_examples.html" title="C++11 Examples">
<link rel="next" href="reference/asynchronous_operations.html" title="Requirements on asynchronous operations">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="examples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/asynchronous_operations.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="examples/cpp11_examples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/asynchronous_operations.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
@@ -36,15 +36,16 @@
</colgroup>
<thead><tr><th colspan="4" valign="center">
<h3>
-<a name="id831113"></a>Core</h3>
+<a name="idp108351936"></a>Core</h3>
</th></tr></thead>
<tbody><tr>
<td valign="top">
<h4>
-<a name="id831130"></a>Classes</h4>
+<a name="idp108353984"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/const_buffer.html" title="const_buffer">const_buffer</a></td></tr>
<tr><td><a class="link" href="reference/const_buffers_1.html" title="const_buffers_1">const_buffers_1</a></td></tr>
+<tr><td><a class="link" href="reference/coroutine.html" title="coroutine">coroutine</a></td></tr>
<tr><td><a class="link" href="reference/invalid_service_owner.html" title="invalid_service_owner">invalid_service_owner</a></td></tr>
<tr><td><a class="link" href="reference/io_service.html" title="io_service">io_service</a></td></tr>
<tr><td><a class="link" href="reference/io_service__id.html" title="io_service::id">io_service::id</a></td></tr>
@@ -56,12 +57,15 @@
<tr><td><a class="link" href="reference/null_buffers.html" title="null_buffers">null_buffers</a></td></tr>
<tr><td><a class="link" href="reference/service_already_exists.html" title="service_already_exists">service_already_exists</a></td></tr>
<tr><td><a class="link" href="reference/streambuf.html" title="streambuf">streambuf</a></td></tr>
+<tr><td><a class="link" href="reference/use_future_t.html" title="use_future_t">use_future_t</a></td></tr>
+<tr><td><a class="link" href="reference/yield_context.html" title="yield_context">yield_context</a></td></tr>
</table>
<h4>
-<a name="id831264"></a>Class Templates</h4>
+<a name="idp108371744"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/basic_io_object.html" title="basic_io_object">basic_io_object</a></td></tr>
<tr><td><a class="link" href="reference/basic_streambuf.html" title="basic_streambuf">basic_streambuf</a></td></tr>
+<tr><td><a class="link" href="reference/basic_yield_context.html" title="basic_yield_context">basic_yield_context</a></td></tr>
<tr><td><a class="link" href="reference/buffered_read_stream.html" title="buffered_read_stream">buffered_read_stream</a></td></tr>
<tr><td><a class="link" href="reference/buffered_stream.html" title="buffered_stream">buffered_stream</a></td></tr>
<tr><td><a class="link" href="reference/buffered_write_stream.html" title="buffered_write_stream">buffered_write_stream</a></td></tr>
@@ -70,12 +74,13 @@
</td>
<td valign="top">
<h4>
-<a name="id831342"></a>Free Functions</h4>
+<a name="idp108381328"></a>Free Functions</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/add_service.html" title="add_service">add_service</a></td></tr>
<tr><td><a class="link" href="reference/asio_handler_allocate.html" title="asio_handler_allocate">asio_handler_allocate</a></td></tr>
<tr><td><a class="link" href="reference/asio_handler_deallocate.html" title="asio_handler_deallocate">asio_handler_deallocate</a></td></tr>
<tr><td><a class="link" href="reference/asio_handler_invoke.html" title="asio_handler_invoke">asio_handler_invoke</a></td></tr>
+<tr><td><a class="link" href="reference/asio_handler_is_continuation.html" title="asio_handler_is_continuation">asio_handler_is_continuation</a></td></tr>
<tr><td><a class="link" href="reference/async_read.html" title="async_read">async_read</a></td></tr>
<tr><td><a class="link" href="reference/async_read_at.html" title="async_read_at">async_read_at</a></td></tr>
<tr><td><a class="link" href="reference/async_read_until.html" title="async_read_until">async_read_until</a></td></tr>
@@ -91,6 +96,7 @@
<tr><td><a class="link" href="reference/read.html" title="read">read</a></td></tr>
<tr><td><a class="link" href="reference/read_at.html" title="read_at">read_at</a></td></tr>
<tr><td><a class="link" href="reference/read_until.html" title="read_until">read_until</a></td></tr>
+<tr><td><a class="link" href="reference/spawn.html" title="spawn">spawn</a></td></tr>
<tr><td><a class="link" href="reference/transfer_all.html" title="transfer_all">transfer_all</a></td></tr>
<tr><td><a class="link" href="reference/transfer_at_least.html" title="transfer_at_least">transfer_at_least</a></td></tr>
<tr><td><a class="link" href="reference/transfer_exactly.html" title="transfer_exactly">transfer_exactly</a></td></tr>
@@ -101,7 +107,10 @@
</td>
<td valign="top">
<h4>
-<a name="id831592"></a>Placeholders</h4>
+<a name="idp108411376"></a>Special Values</h4>
+ <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/use_future.html" title="use_future">use_future</a></td></tr></table>
+ <h4>
+<a name="idp108413920"></a>Boost.Bind Placeholders</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/placeholders__bytes_transferred.html" title="placeholders::bytes_transferred">placeholders::bytes_transferred</a></td></tr>
<tr><td><a class="link" href="reference/placeholders__error.html" title="placeholders::error">placeholders::error</a></td></tr>
@@ -109,7 +118,7 @@
<tr><td><a class="link" href="reference/placeholders__signal_number.html" title="placeholders::signal_number">placeholders::signal_number</a></td></tr>
</table>
<h4>
-<a name="id831647"></a>Error Codes</h4>
+<a name="idp108420224"></a>Error Codes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/error__basic_errors.html" title="error::basic_errors">error::basic_errors</a></td></tr>
<tr><td><a class="link" href="reference/error__netdb_errors.html" title="error::netdb_errors">error::netdb_errors</a></td></tr>
@@ -117,8 +126,10 @@
<tr><td><a class="link" href="reference/error__misc_errors.html" title="error::misc_errors">error::misc_errors</a></td></tr>
</table>
<h4>
-<a name="id831703"></a>Type Traits</h4>
+<a name="idp108426368"></a>Type Traits</h4>
<table border="0" summary="Simple list" class="simplelist">
+<tr><td><a class="link" href="reference/async_result.html" title="async_result">async_result</a></td></tr>
+<tr><td><a class="link" href="reference/handler_type.html" title="handler_type">handler_type</a></td></tr>
<tr><td><a class="link" href="reference/is_match_condition.html" title="is_match_condition">is_match_condition</a></td></tr>
<tr><td><a class="link" href="reference/is_read_buffered.html" title="is_read_buffered">is_read_buffered</a></td></tr>
<tr><td><a class="link" href="reference/is_write_buffered.html" title="is_write_buffered">is_write_buffered</a></td></tr>
@@ -126,7 +137,7 @@
</td>
<td valign="top">
<h4>
-<a name="id831749"></a>Type Requirements</h4>
+<a name="idp108434080"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/asynchronous_operations.html" title="Requirements on asynchronous operations">Asynchronous operations</a></td></tr>
<tr><td><a class="link" href="reference/AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">AsyncRandomAccessReadDevice</a></td></tr>
@@ -160,13 +171,26 @@
</colgroup>
<thead><tr><th colspan="4" valign="center">
<h3>
-<a name="id831987"></a>Networking</h3>
+<a name="idp108460816"></a>Networking</h3>
</th></tr></thead>
<tbody><tr>
<td valign="top">
<h4>
-<a name="id832004"></a>Classes</h4>
+<a name="idp108462864"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
+<tr><td><a class="link" href="reference/generic__datagram_protocol.html" title="generic::datagram_protocol">generic::datagram_protocol</a></td></tr>
+<tr><td><a class="link" href="reference/generic__datagram_protocol/endpoint.html" title="generic::datagram_protocol::endpoint">generic::datagram_protocol::endpoint</a></td></tr>
+<tr><td><a class="link" href="reference/generic__datagram_protocol/socket.html" title="generic::datagram_protocol::socket">generic::datagram_protocol::socket</a></td></tr>
+<tr><td><a class="link" href="reference/generic__raw_protocol.html" title="generic::raw_protocol">generic::raw_protocol</a></td></tr>
+<tr><td><a class="link" href="reference/generic__raw_protocol/endpoint.html" title="generic::raw_protocol::endpoint">generic::raw_protocol::endpoint</a></td></tr>
+<tr><td><a class="link" href="reference/generic__raw_protocol/socket.html" title="generic::raw_protocol::socket">generic::raw_protocol::socket</a></td></tr>
+<tr><td><a class="link" href="reference/generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">generic::seq_packet_protocol</a></td></tr>
+<tr><td><a class="link" href="reference/generic__seq_packet_protocol/endpoint.html" title="generic::seq_packet_protocol::endpoint">generic::seq_packet_protocol::endpoint</a></td></tr>
+<tr><td><a class="link" href="reference/generic__seq_packet_protocol/socket.html" title="generic::seq_packet_protocol::socket">generic::seq_packet_protocol::socket</a></td></tr>
+<tr><td><a class="link" href="reference/generic__stream_protocol.html" title="generic::stream_protocol">generic::stream_protocol</a></td></tr>
+<tr><td><a class="link" href="reference/generic__stream_protocol/endpoint.html" title="generic::stream_protocol::endpoint">generic::stream_protocol::endpoint</a></td></tr>
+<tr><td><a class="link" href="reference/generic__stream_protocol/iostream.html" title="generic::stream_protocol::iostream">generic::stream_protocol::iostream</a></td></tr>
+<tr><td><a class="link" href="reference/generic__stream_protocol/socket.html" title="generic::stream_protocol::socket">generic::stream_protocol::socket</a></td></tr>
<tr><td><a class="link" href="reference/ip__address.html" title="ip::address">ip::address</a></td></tr>
<tr><td><a class="link" href="reference/ip__address_v4.html" title="ip::address_v4">ip::address_v4</a></td></tr>
<tr><td><a class="link" href="reference/ip__address_v6.html" title="ip::address_v6">ip::address_v6</a></td></tr>
@@ -187,20 +211,19 @@
<tr><td><a class="link" href="reference/ip__udp/socket.html" title="ip::udp::socket">ip::udp::socket</a></td></tr>
<tr><td><a class="link" href="reference/socket_base.html" title="socket_base">socket_base</a></td></tr>
</table>
+ </td>
+<td valign="top">
<h4>
-<a name="id832196"></a>Free Functions</h4>
+<a name="idp108499136"></a>Free Functions</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/async_connect.html" title="async_connect">async_connect</a></td></tr>
<tr><td><a class="link" href="reference/connect.html" title="connect">connect</a></td></tr>
<tr><td><a class="link" href="reference/ip__host_name.html" title="ip::host_name">ip::host_name</a></td></tr>
</table>
- </td>
-<td valign="top">
<h4>
-<a name="id832239"></a>Class Templates</h4>
+<a name="idp108503600"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/basic_datagram_socket.html" title="basic_datagram_socket">basic_datagram_socket</a></td></tr>
-<tr><td><a class="link" href="reference/basic_deadline_timer.html" title="basic_deadline_timer">basic_deadline_timer</a></td></tr>
<tr><td><a class="link" href="reference/basic_raw_socket.html" title="basic_raw_socket">basic_raw_socket</a></td></tr>
<tr><td><a class="link" href="reference/basic_seq_packet_socket.html" title="basic_seq_packet_socket">basic_seq_packet_socket</a></td></tr>
<tr><td><a class="link" href="reference/basic_socket.html" title="basic_socket">basic_socket</a></td></tr>
@@ -208,6 +231,7 @@
<tr><td><a class="link" href="reference/basic_socket_iostream.html" title="basic_socket_iostream">basic_socket_iostream</a></td></tr>
<tr><td><a class="link" href="reference/basic_socket_streambuf.html" title="basic_socket_streambuf">basic_socket_streambuf</a></td></tr>
<tr><td><a class="link" href="reference/basic_stream_socket.html" title="basic_stream_socket">basic_stream_socket</a></td></tr>
+<tr><td><a class="link" href="reference/generic__basic_endpoint.html" title="generic::basic_endpoint">generic::basic_endpoint</a></td></tr>
<tr><td><a class="link" href="reference/ip__basic_endpoint.html" title="ip::basic_endpoint">ip::basic_endpoint</a></td></tr>
<tr><td><a class="link" href="reference/ip__basic_resolver.html" title="ip::basic_resolver">ip::basic_resolver</a></td></tr>
<tr><td><a class="link" href="reference/ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">ip::basic_resolver_entry</a></td></tr>
@@ -215,7 +239,7 @@
<tr><td><a class="link" href="reference/ip__basic_resolver_query.html" title="ip::basic_resolver_query">ip::basic_resolver_query</a></td></tr>
</table>
<h4>
-<a name="id832391"></a>Services</h4>
+<a name="idp108520144"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/datagram_socket_service.html" title="datagram_socket_service">datagram_socket_service</a></td></tr>
<tr><td><a class="link" href="reference/ip__resolver_service.html" title="ip::resolver_service">ip::resolver_service</a></td></tr>
@@ -227,7 +251,7 @@
</td>
<td valign="top">
<h4>
-<a name="id832470"></a>Socket Options</h4>
+<a name="idp108529120"></a>Socket Options</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/ip__multicast__enable_loopback.html" title="ip::multicast::enable_loopback">ip::multicast::enable_loopback</a></td></tr>
<tr><td><a class="link" href="reference/ip__multicast__hops.html" title="ip::multicast::hops">ip::multicast::hops</a></td></tr>
@@ -252,13 +276,13 @@
</td>
<td valign="top">
<h4>
-<a name="id832689"></a>I/O Control Commands</h4>
+<a name="idp108552976"></a>I/O Control Commands</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/socket_base/bytes_readable.html" title="socket_base::bytes_readable">socket_base::bytes_readable</a></td></tr>
<tr><td><a class="link" href="reference/socket_base/non_blocking_io.html" title="socket_base::non_blocking_io">socket_base::non_blocking_io</a></td></tr>
</table>
<h4>
-<a name="id832724"></a>Type Requirements</h4>
+<a name="idp108556928"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a></td></tr>
<tr><td><a class="link" href="reference/ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a></td></tr>
@@ -291,25 +315,25 @@
<thead><tr>
<th valign="center">
<h3>
-<a name="id832944"></a>Timers</h3>
+<a name="idp108581888"></a>Timers</h3>
</th>
<th valign="center">
<h3>
-<a name="id832959"></a>SSL</h3>
+<a name="idp108583712"></a>SSL</h3>
</th>
<th valign="center">
<h3>
-<a name="id832973"></a>Serial Ports</h3>
+<a name="idp108585504"></a>Serial Ports</h3>
</th>
<th valign="center">
<h3>
-<a name="id832988"></a>Signal Handling</h3>
+<a name="idp108587328"></a>Signal Handling</h3>
</th>
</tr></thead>
<tbody><tr>
<td valign="top">
<h4>
-<a name="id833005"></a>Classes</h4>
+<a name="idp108589408"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/deadline_timer.html" title="deadline_timer">deadline_timer</a></td></tr>
<tr><td><a class="link" href="reference/high_resolution_timer.html" title="high_resolution_timer">high_resolution_timer</a></td></tr>
@@ -317,7 +341,7 @@
<tr><td><a class="link" href="reference/system_timer.html" title="system_timer">system_timer</a></td></tr>
</table>
<h4>
-<a name="id833054"></a>Class Templates</h4>
+<a name="idp108594912"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/basic_deadline_timer.html" title="basic_deadline_timer">basic_deadline_timer</a></td></tr>
<tr><td><a class="link" href="reference/basic_waitable_timer.html" title="basic_waitable_timer">basic_waitable_timer</a></td></tr>
@@ -325,13 +349,13 @@
<tr><td><a class="link" href="reference/wait_traits.html" title="wait_traits">wait_traits</a></td></tr>
</table>
<h4>
-<a name="id833106"></a>Services</h4>
+<a name="idp108600672"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/deadline_timer_service.html" title="deadline_timer_service">deadline_timer_service</a></td></tr>
<tr><td><a class="link" href="reference/waitable_timer_service.html" title="waitable_timer_service">waitable_timer_service</a></td></tr>
</table>
<h4>
-<a name="id833138"></a>Type Requirements</h4>
+<a name="idp108604432"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/TimerService.html" title="Timer service requirements">TimerService</a></td></tr>
<tr><td><a class="link" href="reference/TimeTraits.html" title="Time traits requirements">TimeTraits</a></td></tr>
@@ -342,7 +366,7 @@
</td>
<td valign="top">
<h4>
-<a name="id833205"></a>Classes</h4>
+<a name="idp108612064"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/ssl__context.html" title="ssl::context">ssl::context</a></td></tr>
<tr><td><a class="link" href="reference/ssl__context_base.html" title="ssl::context_base">ssl::context_base</a></td></tr>
@@ -351,30 +375,31 @@
<tr><td><a class="link" href="reference/ssl__verify_context.html" title="ssl::verify_context">ssl::verify_context</a></td></tr>
</table>
<h4>
-<a name="id833268"></a>Class Templates</h4>
+<a name="idp108619072"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/ssl__stream.html" title="ssl::stream">ssl::stream</a></td></tr></table>
<h4>
-<a name="id833289"></a>Type Requirements</h4>
+<a name="idp108621664"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
+<tr><td><a class="link" href="reference/BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">BufferedHandshakeHandler</a></td></tr>
<tr><td><a class="link" href="reference/HandshakeHandler.html" title="SSL handshake handler requirements">HandshakeHandler</a></td></tr>
<tr><td><a class="link" href="reference/ShutdownHandler.html" title="SSL shutdown handler requirements">ShutdownHandler</a></td></tr>
</table>
</td>
<td valign="top">
<h4>
-<a name="id833327"></a>Classes</h4>
+<a name="idp108627216"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/serial_port.html" title="serial_port">serial_port</a></td></tr>
<tr><td><a class="link" href="reference/serial_port_base.html" title="serial_port_base">serial_port_base</a></td></tr>
</table>
<h4>
-<a name="id833358"></a>Class Templates</h4>
+<a name="idp108630720"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/basic_serial_port.html" title="basic_serial_port">basic_serial_port</a></td></tr></table>
<h4>
-<a name="id833380"></a>Services</h4>
+<a name="idp108633264"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/serial_port_service.html" title="serial_port_service">serial_port_service</a></td></tr></table>
<h4>
-<a name="id833402"></a>Serial Port Options</h4>
+<a name="idp108635856"></a>Serial Port Options</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">serial_port_base::baud_rate</a></td></tr>
<tr><td><a class="link" href="reference/serial_port_base__flow_control.html" title="serial_port_base::flow_control">serial_port_base::flow_control</a></td></tr>
@@ -383,7 +408,7 @@
<tr><td><a class="link" href="reference/serial_port_base__character_size.html" title="serial_port_base::character_size">serial_port_base::character_size</a></td></tr>
</table>
<h4>
-<a name="id833462"></a>Type Requirements</h4>
+<a name="idp108642480"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/GettableSerialPortOption.html" title="Gettable serial port option requirements">GettableSerialPortOption</a></td></tr>
<tr><td><a class="link" href="reference/SerialPortService.html" title="Serial port service requirements">SerialPortService</a></td></tr>
@@ -392,16 +417,16 @@
</td>
<td valign="top">
<h4>
-<a name="id833512"></a>Classes</h4>
+<a name="idp108648192"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/signal_set.html" title="signal_set">signal_set</a></td></tr></table>
<h4>
-<a name="id833533"></a>Class Templates</h4>
+<a name="idp108650784"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/basic_signal_set.html" title="basic_signal_set">basic_signal_set</a></td></tr></table>
<h4>
-<a name="id833557"></a>Services</h4>
+<a name="idp108653392"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/signal_set_service.html" title="signal_set_service">signal_set_service</a></td></tr></table>
<h4>
-<a name="id833580"></a>Type Requirements</h4>
+<a name="idp108656112"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/SignalSetService.html" title="Signal set service requirements">SignalSetService</a></td></tr>
<tr><td><a class="link" href="reference/SignalHandler.html" title="Signal handler requirements">SignalHandler</a></td></tr>
@@ -419,17 +444,17 @@
<thead><tr>
<th colspan="2" valign="center">
<h3>
-<a name="id833650"></a>POSIX-specific</h3>
+<a name="idp108664384"></a>POSIX-specific</h3>
</th>
<th colspan="2" valign="center">
<h3>
-<a name="id833664"></a>Windows-specific</h3>
+<a name="idp108666208"></a>Windows-specific</h3>
</th>
</tr></thead>
<tbody><tr>
<td valign="top">
<h4>
-<a name="id833682"></a>Classes</h4>
+<a name="idp108668288"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/local__stream_protocol.html" title="local::stream_protocol">local::stream_protocol</a></td></tr>
<tr><td><a class="link" href="reference/local__stream_protocol/acceptor.html" title="local::stream_protocol::acceptor">local::stream_protocol::acceptor</a></td></tr>
@@ -443,22 +468,22 @@
<tr><td><a class="link" href="reference/posix__stream_descriptor.html" title="posix::stream_descriptor">posix::stream_descriptor</a></td></tr>
</table>
<h4>
-<a name="id833792"></a>Free Functions</h4>
+<a name="idp108680112"></a>Free Functions</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/local__connect_pair.html" title="local::connect_pair">local::connect_pair</a></td></tr></table>
</td>
<td valign="top">
<h4>
-<a name="id833818"></a>Class Templates</h4>
+<a name="idp108683312"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/local__basic_endpoint.html" title="local::basic_endpoint">local::basic_endpoint</a></td></tr>
<tr><td><a class="link" href="reference/posix__basic_descriptor.html" title="posix::basic_descriptor">posix::basic_descriptor</a></td></tr>
<tr><td><a class="link" href="reference/posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">posix::basic_stream_descriptor</a></td></tr>
</table>
<h4>
-<a name="id833861"></a>Services</h4>
+<a name="idp108688064"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">posix::stream_descriptor_service</a></td></tr></table>
<h4>
-<a name="id833884"></a>Type Requirements</h4>
+<a name="idp108690656"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/DescriptorService.html" title="Descriptor service requirements">DescriptorService</a></td></tr>
<tr><td><a class="link" href="reference/StreamDescriptorService.html" title="Stream descriptor service requirements">StreamDescriptorService</a></td></tr>
@@ -466,7 +491,7 @@
</td>
<td colspan="2" valign="top">
<h4>
-<a name="id833926"></a>Classes</h4>
+<a name="idp108695648"></a>Classes</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/windows__object_handle.html" title="windows::object_handle">windows::object_handle</a></td></tr>
<tr><td><a class="link" href="reference/windows__overlapped_ptr.html" title="windows::overlapped_ptr">windows::overlapped_ptr</a></td></tr>
@@ -474,7 +499,7 @@
<tr><td><a class="link" href="reference/windows__stream_handle.html" title="windows::stream_handle">windows::stream_handle</a></td></tr>
</table>
<h4>
-<a name="id833978"></a>Class Templates</h4>
+<a name="idp108701328"></a>Class Templates</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/windows__basic_handle.html" title="windows::basic_handle">windows::basic_handle</a></td></tr>
<tr><td><a class="link" href="reference/windows__basic_object_handle.html" title="windows::basic_object_handle">windows::basic_object_handle</a></td></tr>
@@ -482,14 +507,14 @@
<tr><td><a class="link" href="reference/windows__basic_stream_handle.html" title="windows::basic_stream_handle">windows::basic_stream_handle</a></td></tr>
</table>
<h4>
-<a name="id834029"></a>Services</h4>
+<a name="idp108707136"></a>Services</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/windows__object_handle_service.html" title="windows::object_handle_service">windows::object_handle_service</a></td></tr>
<tr><td><a class="link" href="reference/windows__random_access_handle_service.html" title="windows::random_access_handle_service">windows::random_access_handle_service</a></td></tr>
<tr><td><a class="link" href="reference/windows__stream_handle_service.html" title="windows::stream_handle_service">windows::stream_handle_service</a></td></tr>
</table>
<h4>
-<a name="id834071"></a>Type Requirements</h4>
+<a name="idp108711776"></a>Type Requirements</h4>
<table border="0" summary="Simple list" class="simplelist">
<tr><td><a class="link" href="reference/HandleService.html" title="Handle service requirements">HandleService</a></td></tr>
<tr><td><a class="link" href="reference/ObjectHandleService.html" title="Object handle service requirements">ObjectHandleService</a></td></tr>
@@ -503,7 +528,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -511,7 +536,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="examples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/asynchronous_operations.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="examples/cpp11_examples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost_asio.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../boost_asio.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/asynchronous_operations.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/AcceptHandler.html b/doc/html/boost_asio/reference/AcceptHandler.html
index 0dac296ab3..f4127295b0 100644
--- a/doc/html/boost_asio/reference/AcceptHandler.html
+++ b/doc/html/boost_asio/reference/AcceptHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Accept handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="asynchronous_operations.html" title="Requirements on asynchronous operations">
@@ -35,7 +35,7 @@
</p>
<h5>
<a name="boost_asio.reference.AcceptHandler.h0"></a>
- <span><a name="boost_asio.reference.AcceptHandler.examples"></a></span><a class="link" href="AcceptHandler.html#boost_asio.reference.AcceptHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.AcceptHandler.examples"></a></span><a class="link" href="AcceptHandler.html#boost_asio.reference.AcceptHandler.examples">Examples</a>
</h5>
<p>
A free function as an accept handler:
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html b/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html
index e5a4d72231..6ae08a0402 100644
--- a/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html
+++ b/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented asynchronous random-access read device requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="AcceptHandler.html" title="Accept handler requirements">
@@ -130,7 +130,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html b/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html
index 8214908702..39b66c6c40 100644
--- a/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html
+++ b/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented asynchronous random-access write device requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">
@@ -130,7 +130,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/AsyncReadStream.html b/doc/html/boost_asio/reference/AsyncReadStream.html
index 513369cc77..d5ad65509f 100644
--- a/doc/html/boost_asio/reference/AsyncReadStream.html
+++ b/doc/html/boost_asio/reference/AsyncReadStream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented asynchronous read stream requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="AsyncRandomAccessWriteDevice.html" title="Buffer-oriented asynchronous random-access write device requirements">
@@ -126,7 +126,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/AsyncWriteStream.html b/doc/html/boost_asio/reference/AsyncWriteStream.html
index c0931be2ec..b0a0b0c4a0 100644
--- a/doc/html/boost_asio/reference/AsyncWriteStream.html
+++ b/doc/html/boost_asio/reference/AsyncWriteStream.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented asynchronous write stream requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">
-<link rel="next" href="CompletionHandler.html" title="Completion handler requirements">
+<link rel="next" href="BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="AsyncReadStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="CompletionHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="AsyncReadStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BufferedHandshakeHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -126,7 +126,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -134,7 +134,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="AsyncReadStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="CompletionHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="AsyncReadStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BufferedHandshakeHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/BufferedHandshakeHandler.html b/doc/html/boost_asio/reference/BufferedHandshakeHandler.html
new file mode 100644
index 0000000000..bf79722bfc
--- /dev/null
+++ b/doc/html/boost_asio/reference/BufferedHandshakeHandler.html
@@ -0,0 +1,99 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Buffered handshake handler requirements</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">
+<link rel="next" href="CompletionHandler.html" title="Completion handler requirements">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="AsyncWriteStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="CompletionHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.BufferedHandshakeHandler"></a><a class="link" href="BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">Buffered
+ handshake handler requirements</a>
+</h3></div></div></div>
+<p>
+ A buffered handshake handler must meet the requirements for a <a class="link" href="Handler.html" title="Handlers">handler</a>.
+ A value <code class="computeroutput"><span class="identifier">h</span></code> of a buffered handshake
+ handler class should work correctly in the expression <code class="computeroutput"><span class="identifier">h</span><span class="special">(</span><span class="identifier">ec</span><span class="special">,</span>
+ <span class="identifier">s</span><span class="special">)</span></code>,
+ where <code class="computeroutput"><span class="identifier">ec</span></code> is an lvalue of
+ type <code class="computeroutput"><span class="keyword">const</span> <span class="identifier">error_code</span></code>
+ and <code class="computeroutput"><span class="identifier">s</span></code> is an lvalue of type
+ <code class="computeroutput"><span class="keyword">const</span> <span class="identifier">size_t</span></code>.
+ </p>
+<h5>
+<a name="boost_asio.reference.BufferedHandshakeHandler.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.BufferedHandshakeHandler.examples"></a></span><a class="link" href="BufferedHandshakeHandler.html#boost_asio.reference.BufferedHandshakeHandler.examples">Examples</a>
+ </h5>
+<p>
+ A free function as a buffered handshake handler:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handshake_handler</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ A buffered handshake handler function object:
+ </p>
+<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">handshake_handler</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="special">...</span>
+ <span class="special">}</span>
+ <span class="special">...</span>
+<span class="special">};</span>
+</pre>
+<p>
+ A non-static class member function adapted to a buffered handshake handler
+ using <code class="computeroutput"><span class="identifier">bind</span><span class="special">()</span></code>:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">my_class</span><span class="special">::</span><span class="identifier">handshake_handler</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+<span class="special">...</span>
+<span class="identifier">socket</span><span class="special">.</span><span class="identifier">async_handshake</span><span class="special">(...,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">bind</span><span class="special">(&amp;</span><span class="identifier">my_class</span><span class="special">::</span><span class="identifier">handshake_handler</span><span class="special">,</span>
+ <span class="keyword">this</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">placeholders</span><span class="special">::</span><span class="identifier">error</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">placeholders</span><span class="special">::</span><span class="identifier">bytes_transferred</span><span class="special">));</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="AsyncWriteStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="CompletionHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/CompletionHandler.html b/doc/html/boost_asio/reference/CompletionHandler.html
index 0ef5a92a3c..2fc1f00969 100644
--- a/doc/html/boost_asio/reference/CompletionHandler.html
+++ b/doc/html/boost_asio/reference/CompletionHandler.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Completion handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">
+<link rel="prev" href="BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">
<link rel="next" href="ComposedConnectHandler.html" title="Composed connect handler requirements">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="AsyncWriteStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ComposedConnectHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BufferedHandshakeHandler.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ComposedConnectHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -34,7 +34,7 @@
</p>
<h5>
<a name="boost_asio.reference.CompletionHandler.h0"></a>
- <span><a name="boost_asio.reference.CompletionHandler.examples"></a></span><a class="link" href="CompletionHandler.html#boost_asio.reference.CompletionHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.CompletionHandler.examples"></a></span><a class="link" href="CompletionHandler.html#boost_asio.reference.CompletionHandler.examples">Examples</a>
</h5>
<p>
A free function as a completion handler:
@@ -71,7 +71,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -79,7 +79,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="AsyncWriteStream.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ComposedConnectHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BufferedHandshakeHandler.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ComposedConnectHandler.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ComposedConnectHandler.html b/doc/html/boost_asio/reference/ComposedConnectHandler.html
index f171478e00..616f61805d 100644
--- a/doc/html/boost_asio/reference/ComposedConnectHandler.html
+++ b/doc/html/boost_asio/reference/ComposedConnectHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Composed connect handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="CompletionHandler.html" title="Completion handler requirements">
@@ -41,7 +41,7 @@
</p>
<h5>
<a name="boost_asio.reference.ComposedConnectHandler.h0"></a>
- <span><a name="boost_asio.reference.ComposedConnectHandler.examples"></a></span><a class="link" href="ComposedConnectHandler.html#boost_asio.reference.ComposedConnectHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ComposedConnectHandler.examples"></a></span><a class="link" href="ComposedConnectHandler.html#boost_asio.reference.ComposedConnectHandler.examples">Examples</a>
</h5>
<p>
A free function as a composed connect handler:
@@ -88,7 +88,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ConnectHandler.html b/doc/html/boost_asio/reference/ConnectHandler.html
index 6f6213e1bf..b06ed750c2 100644
--- a/doc/html/boost_asio/reference/ConnectHandler.html
+++ b/doc/html/boost_asio/reference/ConnectHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Connect handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ComposedConnectHandler.html" title="Composed connect handler requirements">
@@ -36,7 +36,7 @@
</p>
<h5>
<a name="boost_asio.reference.ConnectHandler.h0"></a>
- <span><a name="boost_asio.reference.ConnectHandler.examples"></a></span><a class="link" href="ConnectHandler.html#boost_asio.reference.ConnectHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ConnectHandler.examples"></a></span><a class="link" href="ConnectHandler.html#boost_asio.reference.ConnectHandler.examples">Examples</a>
</h5>
<p>
A free function as a connect handler:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ConstBufferSequence.html b/doc/html/boost_asio/reference/ConstBufferSequence.html
index cb24c2114d..4da152b25e 100644
--- a/doc/html/boost_asio/reference/ConstBufferSequence.html
+++ b/doc/html/boost_asio/reference/ConstBufferSequence.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Constant buffer sequence requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ConnectHandler.html" title="Connect handler requirements">
@@ -230,7 +230,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html b/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html
index 1e9644c535..b91e01e658 100644
--- a/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html
+++ b/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Convertible to const buffer requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">
@@ -211,7 +211,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html b/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html
index deff2a0041..ff217f6011 100644
--- a/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html
+++ b/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Convertible to mutable buffer requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ConvertibleToConstBuffer.html" title="Convertible to const buffer requirements">
@@ -212,7 +212,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/DatagramSocketService.html b/doc/html/boost_asio/reference/DatagramSocketService.html
index d778cffa8d..bfc2622aef 100644
--- a/doc/html/boost_asio/reference/DatagramSocketService.html
+++ b/doc/html/boost_asio/reference/DatagramSocketService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Datagram socket service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ConvertibleToMutableBuffer.html" title="Convertible to mutable buffer requirements">
@@ -355,7 +355,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/DescriptorService.html b/doc/html/boost_asio/reference/DescriptorService.html
index 2af6ff62b1..7d9f78443a 100644
--- a/doc/html/boost_asio/reference/DescriptorService.html
+++ b/doc/html/boost_asio/reference/DescriptorService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Descriptor service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="DatagramSocketService.html" title="Datagram socket service requirements">
@@ -308,7 +308,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/Endpoint.html b/doc/html/boost_asio/reference/Endpoint.html
index 710c8315bf..5a0d7db32a 100644
--- a/doc/html/boost_asio/reference/Endpoint.html
+++ b/doc/html/boost_asio/reference/Endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Endpoint requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="DescriptorService.html" title="Descriptor service requirements">
@@ -234,7 +234,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/GettableSerialPortOption.html b/doc/html/boost_asio/reference/GettableSerialPortOption.html
index 9fab19e96a..33f9e9a489 100644
--- a/doc/html/boost_asio/reference/GettableSerialPortOption.html
+++ b/doc/html/boost_asio/reference/GettableSerialPortOption.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Gettable serial port option requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="Endpoint.html" title="Endpoint requirements">
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/GettableSocketOption.html b/doc/html/boost_asio/reference/GettableSocketOption.html
index ac8e9faf90..0c826d58ef 100644
--- a/doc/html/boost_asio/reference/GettableSocketOption.html
+++ b/doc/html/boost_asio/reference/GettableSocketOption.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Gettable socket option requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="GettableSerialPortOption.html" title="Gettable serial port option requirements">
@@ -164,7 +164,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/HandleService.html b/doc/html/boost_asio/reference/HandleService.html
index 3861d50b83..fab5933976 100644
--- a/doc/html/boost_asio/reference/HandleService.html
+++ b/doc/html/boost_asio/reference/HandleService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Handle service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="Handler.html" title="Handlers">
@@ -286,7 +286,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/Handler.html b/doc/html/boost_asio/reference/Handler.html
index 30ccd62edf..310a8594a0 100644
--- a/doc/html/boost_asio/reference/Handler.html
+++ b/doc/html/boost_asio/reference/Handler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Handlers</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="GettableSocketOption.html" title="Gettable socket option requirements">
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/HandshakeHandler.html b/doc/html/boost_asio/reference/HandshakeHandler.html
index 1182765fc0..fcc05ee2c0 100644
--- a/doc/html/boost_asio/reference/HandshakeHandler.html
+++ b/doc/html/boost_asio/reference/HandshakeHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>SSL handshake handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="HandleService.html" title="Handle service requirements">
@@ -36,7 +36,7 @@
</p>
<h5>
<a name="boost_asio.reference.HandshakeHandler.h0"></a>
- <span><a name="boost_asio.reference.HandshakeHandler.examples"></a></span><a class="link" href="HandshakeHandler.html#boost_asio.reference.HandshakeHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.HandshakeHandler.examples"></a></span><a class="link" href="HandshakeHandler.html#boost_asio.reference.HandshakeHandler.examples">Examples</a>
</h5>
<p>
A free function as a handshake handler:
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/InternetProtocol.html b/doc/html/boost_asio/reference/InternetProtocol.html
index d3c59aac2b..4b4c900ec6 100644
--- a/doc/html/boost_asio/reference/InternetProtocol.html
+++ b/doc/html/boost_asio/reference/InternetProtocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Internet protocol requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="HandshakeHandler.html" title="SSL handshake handler requirements">
@@ -159,7 +159,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/IoControlCommand.html b/doc/html/boost_asio/reference/IoControlCommand.html
index d43410afdb..3f478b0798 100644
--- a/doc/html/boost_asio/reference/IoControlCommand.html
+++ b/doc/html/boost_asio/reference/IoControlCommand.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>I/O control command requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="InternetProtocol.html" title="Internet protocol requirements">
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/IoObjectService.html b/doc/html/boost_asio/reference/IoObjectService.html
index 9feb0fada5..8a2c91dadb 100644
--- a/doc/html/boost_asio/reference/IoObjectService.html
+++ b/doc/html/boost_asio/reference/IoObjectService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>I/O object service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="IoControlCommand.html" title="I/O control command requirements">
@@ -165,7 +165,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/MutableBufferSequence.html b/doc/html/boost_asio/reference/MutableBufferSequence.html
index 32c3a2e54c..8fb781f725 100644
--- a/doc/html/boost_asio/reference/MutableBufferSequence.html
+++ b/doc/html/boost_asio/reference/MutableBufferSequence.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Mutable buffer sequence requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="IoObjectService.html" title="I/O object service requirements">
@@ -230,7 +230,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ObjectHandleService.html b/doc/html/boost_asio/reference/ObjectHandleService.html
index 71150e43f9..7b88c54ce5 100644
--- a/doc/html/boost_asio/reference/ObjectHandleService.html
+++ b/doc/html/boost_asio/reference/ObjectHandleService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Object handle service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">
@@ -118,7 +118,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/Protocol.html b/doc/html/boost_asio/reference/Protocol.html
index 34b0cb2776..2b79542016 100644
--- a/doc/html/boost_asio/reference/Protocol.html
+++ b/doc/html/boost_asio/reference/Protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Protocol requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ObjectHandleService.html" title="Object handle service requirements">
@@ -141,7 +141,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/RandomAccessHandleService.html b/doc/html/boost_asio/reference/RandomAccessHandleService.html
index 129403484c..5a90fba3d2 100644
--- a/doc/html/boost_asio/reference/RandomAccessHandleService.html
+++ b/doc/html/boost_asio/reference/RandomAccessHandleService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Random access handle service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="Protocol.html" title="Protocol requirements">
@@ -230,7 +230,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/RawSocketService.html b/doc/html/boost_asio/reference/RawSocketService.html
index e394673ead..c2b1e344a4 100644
--- a/doc/html/boost_asio/reference/RawSocketService.html
+++ b/doc/html/boost_asio/reference/RawSocketService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Raw socket service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="RandomAccessHandleService.html" title="Random access handle service requirements">
@@ -355,7 +355,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ReadHandler.html b/doc/html/boost_asio/reference/ReadHandler.html
index 2c04ed80c0..704463dce1 100644
--- a/doc/html/boost_asio/reference/ReadHandler.html
+++ b/doc/html/boost_asio/reference/ReadHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Read handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="RawSocketService.html" title="Raw socket service requirements">
@@ -38,7 +38,7 @@
</p>
<h5>
<a name="boost_asio.reference.ReadHandler.h0"></a>
- <span><a name="boost_asio.reference.ReadHandler.examples"></a></span><a class="link" href="ReadHandler.html#boost_asio.reference.ReadHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ReadHandler.examples"></a></span><a class="link" href="ReadHandler.html#boost_asio.reference.ReadHandler.examples">Examples</a>
</h5>
<p>
A free function as a read handler:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ResolveHandler.html b/doc/html/boost_asio/reference/ResolveHandler.html
index 1b4654b4b3..2a80eb26b7 100644
--- a/doc/html/boost_asio/reference/ResolveHandler.html
+++ b/doc/html/boost_asio/reference/ResolveHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Resolve handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ReadHandler.html" title="Read handler requirements">
@@ -41,7 +41,7 @@
</p>
<h5>
<a name="boost_asio.reference.ResolveHandler.h0"></a>
- <span><a name="boost_asio.reference.ResolveHandler.examples"></a></span><a class="link" href="ResolveHandler.html#boost_asio.reference.ResolveHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ResolveHandler.examples"></a></span><a class="link" href="ResolveHandler.html#boost_asio.reference.ResolveHandler.examples">Examples</a>
</h5>
<p>
A free function as a resolve handler:
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ResolverService.html b/doc/html/boost_asio/reference/ResolverService.html
index 7981c479d2..ae421f896a 100644
--- a/doc/html/boost_asio/reference/ResolverService.html
+++ b/doc/html/boost_asio/reference/ResolverService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Resolver service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ResolveHandler.html" title="Resolve handler requirements">
@@ -223,7 +223,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SeqPacketSocketService.html b/doc/html/boost_asio/reference/SeqPacketSocketService.html
index 6063d00d8d..83cbb304c7 100644
--- a/doc/html/boost_asio/reference/SeqPacketSocketService.html
+++ b/doc/html/boost_asio/reference/SeqPacketSocketService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Sequenced packet socket service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ResolverService.html" title="Resolver service requirements">
@@ -224,7 +224,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SerialPortService.html b/doc/html/boost_asio/reference/SerialPortService.html
index 1f58b48c88..7bfc640109 100644
--- a/doc/html/boost_asio/reference/SerialPortService.html
+++ b/doc/html/boost_asio/reference/SerialPortService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Serial port service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SeqPacketSocketService.html" title="Sequenced packet socket service requirements">
@@ -548,7 +548,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/Service.html b/doc/html/boost_asio/reference/Service.html
index d0fcd18941..0183090735 100644
--- a/doc/html/boost_asio/reference/Service.html
+++ b/doc/html/boost_asio/reference/Service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SerialPortService.html" title="Serial port service requirements">
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SettableSerialPortOption.html b/doc/html/boost_asio/reference/SettableSerialPortOption.html
index 76bda77969..b5428260d6 100644
--- a/doc/html/boost_asio/reference/SettableSerialPortOption.html
+++ b/doc/html/boost_asio/reference/SettableSerialPortOption.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Settable serial port option requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="Service.html" title="Service requirements">
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SettableSocketOption.html b/doc/html/boost_asio/reference/SettableSocketOption.html
index d15f65e7a9..6206157196 100644
--- a/doc/html/boost_asio/reference/SettableSocketOption.html
+++ b/doc/html/boost_asio/reference/SettableSocketOption.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Settable socket option requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SettableSerialPortOption.html" title="Settable serial port option requirements">
@@ -145,7 +145,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ShutdownHandler.html b/doc/html/boost_asio/reference/ShutdownHandler.html
index 6dc073edfb..3d345e3d39 100644
--- a/doc/html/boost_asio/reference/ShutdownHandler.html
+++ b/doc/html/boost_asio/reference/ShutdownHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>SSL shutdown handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SettableSocketOption.html" title="Settable socket option requirements">
@@ -36,7 +36,7 @@
</p>
<h5>
<a name="boost_asio.reference.ShutdownHandler.h0"></a>
- <span><a name="boost_asio.reference.ShutdownHandler.examples"></a></span><a class="link" href="ShutdownHandler.html#boost_asio.reference.ShutdownHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ShutdownHandler.examples"></a></span><a class="link" href="ShutdownHandler.html#boost_asio.reference.ShutdownHandler.examples">Examples</a>
</h5>
<p>
A free function as a shutdown handler:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SignalHandler.html b/doc/html/boost_asio/reference/SignalHandler.html
index 7405137dd4..7ade6cf2aa 100644
--- a/doc/html/boost_asio/reference/SignalHandler.html
+++ b/doc/html/boost_asio/reference/SignalHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Signal handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ShutdownHandler.html" title="SSL shutdown handler requirements">
@@ -38,7 +38,7 @@
</p>
<h5>
<a name="boost_asio.reference.SignalHandler.h0"></a>
- <span><a name="boost_asio.reference.SignalHandler.examples"></a></span><a class="link" href="SignalHandler.html#boost_asio.reference.SignalHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.SignalHandler.examples"></a></span><a class="link" href="SignalHandler.html#boost_asio.reference.SignalHandler.examples">Examples</a>
</h5>
<p>
A free function as a signal handler:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SignalSetService.html b/doc/html/boost_asio/reference/SignalSetService.html
index 7efcf90c8e..676f8fe582 100644
--- a/doc/html/boost_asio/reference/SignalSetService.html
+++ b/doc/html/boost_asio/reference/SignalSetService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Signal set service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SignalHandler.html" title="Signal handler requirements">
@@ -205,7 +205,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SocketAcceptorService.html b/doc/html/boost_asio/reference/SocketAcceptorService.html
index 753f622d29..17385a6199 100644
--- a/doc/html/boost_asio/reference/SocketAcceptorService.html
+++ b/doc/html/boost_asio/reference/SocketAcceptorService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Socket acceptor service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SignalSetService.html" title="Signal set service requirements">
@@ -561,7 +561,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SocketService.html b/doc/html/boost_asio/reference/SocketService.html
index 1e12355d32..788486dc3d 100644
--- a/doc/html/boost_asio/reference/SocketService.html
+++ b/doc/html/boost_asio/reference/SocketService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Socket service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SocketAcceptorService.html" title="Socket acceptor service requirements">
@@ -653,7 +653,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/StreamDescriptorService.html b/doc/html/boost_asio/reference/StreamDescriptorService.html
index 93e35156b7..a8619c27b4 100644
--- a/doc/html/boost_asio/reference/StreamDescriptorService.html
+++ b/doc/html/boost_asio/reference/StreamDescriptorService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Stream descriptor service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SocketService.html" title="Socket service requirements">
@@ -225,7 +225,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/StreamHandleService.html b/doc/html/boost_asio/reference/StreamHandleService.html
index 94e154ce61..b8222078f3 100644
--- a/doc/html/boost_asio/reference/StreamHandleService.html
+++ b/doc/html/boost_asio/reference/StreamHandleService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Stream handle service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="StreamDescriptorService.html" title="Stream descriptor service requirements">
@@ -225,7 +225,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/StreamSocketService.html b/doc/html/boost_asio/reference/StreamSocketService.html
index 1966ff8e06..7cdef5c3d7 100644
--- a/doc/html/boost_asio/reference/StreamSocketService.html
+++ b/doc/html/boost_asio/reference/StreamSocketService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Stream socket service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="StreamHandleService.html" title="Stream handle service requirements">
@@ -232,7 +232,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html b/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html
index 5d4d171e22..3d4aef0fc5 100644
--- a/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html
+++ b/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented synchronous random-access read device requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="StreamSocketService.html" title="Stream socket service requirements">
@@ -125,7 +125,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html b/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html
index f787b6d54e..8ee83690c1 100644
--- a/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html
+++ b/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented synchronous random-access write device requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SyncRandomAccessReadDevice.html" title="Buffer-oriented synchronous random-access read device requirements">
@@ -126,7 +126,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SyncReadStream.html b/doc/html/boost_asio/reference/SyncReadStream.html
index cec7e8cbd0..5db5f2b3d8 100644
--- a/doc/html/boost_asio/reference/SyncReadStream.html
+++ b/doc/html/boost_asio/reference/SyncReadStream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented synchronous read stream requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SyncRandomAccessWriteDevice.html" title="Buffer-oriented synchronous random-access write device requirements">
@@ -120,7 +120,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/SyncWriteStream.html b/doc/html/boost_asio/reference/SyncWriteStream.html
index 3d6c5e094d..0a15741419 100644
--- a/doc/html/boost_asio/reference/SyncWriteStream.html
+++ b/doc/html/boost_asio/reference/SyncWriteStream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Buffer-oriented synchronous write stream requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SyncReadStream.html" title="Buffer-oriented synchronous read stream requirements">
@@ -121,7 +121,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/TimeTraits.html b/doc/html/boost_asio/reference/TimeTraits.html
index 853593848c..f8871950c3 100644
--- a/doc/html/boost_asio/reference/TimeTraits.html
+++ b/doc/html/boost_asio/reference/TimeTraits.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Time traits requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="SyncWriteStream.html" title="Buffer-oriented synchronous write stream requirements">
@@ -195,7 +195,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/TimerService.html b/doc/html/boost_asio/reference/TimerService.html
index b2d8e83738..926fa05a9f 100644
--- a/doc/html/boost_asio/reference/TimerService.html
+++ b/doc/html/boost_asio/reference/TimerService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="TimeTraits.html" title="Time traits requirements">
@@ -241,7 +241,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/WaitHandler.html b/doc/html/boost_asio/reference/WaitHandler.html
index 6aa2d4c5e0..08abd0b123 100644
--- a/doc/html/boost_asio/reference/WaitHandler.html
+++ b/doc/html/boost_asio/reference/WaitHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Wait handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="WaitableTimerService.html" title="Waitable timer service requirements">
@@ -35,7 +35,7 @@
</p>
<h5>
<a name="boost_asio.reference.WaitHandler.h0"></a>
- <span><a name="boost_asio.reference.WaitHandler.examples"></a></span><a class="link" href="WaitHandler.html#boost_asio.reference.WaitHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.WaitHandler.examples"></a></span><a class="link" href="WaitHandler.html#boost_asio.reference.WaitHandler.examples">Examples</a>
</h5>
<p>
A free function as a wait handler:
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/WaitTraits.html b/doc/html/boost_asio/reference/WaitTraits.html
index f402da98ad..7845e8c817 100644
--- a/doc/html/boost_asio/reference/WaitTraits.html
+++ b/doc/html/boost_asio/reference/WaitTraits.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Wait traits requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="WaitHandler.html" title="Wait handler requirements">
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/WaitableTimerService.html b/doc/html/boost_asio/reference/WaitableTimerService.html
index 8bb52a4bcb..3c538d68f2 100644
--- a/doc/html/boost_asio/reference/WaitableTimerService.html
+++ b/doc/html/boost_asio/reference/WaitableTimerService.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Waitable timer service requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="TimerService.html" title="Timer service requirements">
@@ -248,7 +248,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/WriteHandler.html b/doc/html/boost_asio/reference/WriteHandler.html
index f59aa14e99..05d0653d6f 100644
--- a/doc/html/boost_asio/reference/WriteHandler.html
+++ b/doc/html/boost_asio/reference/WriteHandler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Write handler requirements</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="WaitTraits.html" title="Wait traits requirements">
@@ -38,7 +38,7 @@
</p>
<h5>
<a name="boost_asio.reference.WriteHandler.h0"></a>
- <span><a name="boost_asio.reference.WriteHandler.examples"></a></span><a class="link" href="WriteHandler.html#boost_asio.reference.WriteHandler.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.WriteHandler.examples"></a></span><a class="link" href="WriteHandler.html#boost_asio.reference.WriteHandler.examples">Examples</a>
</h5>
<p>
A free function as a write handler:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/add_service.html b/doc/html/boost_asio/reference/add_service.html
index 722a7d647f..ae264e1adb 100644
--- a/doc/html/boost_asio/reference/add_service.html
+++ b/doc/html/boost_asio/reference/add_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>add_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="WriteHandler.html" title="Write handler requirements">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.add_service"></a><a class="link" href="add_service.html" title="add_service">add_service</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id892752"></a>
+ <a class="indexterm" name="idp115741856"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="Service.html" title="Service requirements">Service</a><span class="special">&gt;</span>
@@ -40,11 +40,11 @@
</p>
<h5>
<a name="boost_asio.reference.add_service.h0"></a>
- <span><a name="boost_asio.reference.add_service.parameters"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.add_service.parameters"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.parameters">Parameters</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>
@@ -66,11 +66,11 @@
</div>
<h5>
<a name="boost_asio.reference.add_service.h1"></a>
- <span><a name="boost_asio.reference.add_service.exceptions"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.add_service.exceptions"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.exceptions">Exceptions</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::asio::service_already_exists</span></dt>
<dd><p>
Thrown if a service of the given type is already present in the <a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
@@ -84,18 +84,18 @@
</div>
<h5>
<a name="boost_asio.reference.add_service.h2"></a>
- <span><a name="boost_asio.reference.add_service.requirements"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.add_service.requirements"></a></span><a class="link" href="add_service.html#boost_asio.reference.add_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/asio_handler_allocate.html b/doc/html/boost_asio/reference/asio_handler_allocate.html
index 91926a53d3..264383f1b9 100644
--- a/doc/html/boost_asio/reference/asio_handler_allocate.html
+++ b/doc/html/boost_asio/reference/asio_handler_allocate.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>asio_handler_allocate</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="add_service.html" title="add_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.asio_handler_allocate"></a><a class="link" href="asio_handler_allocate.html" title="asio_handler_allocate">asio_handler_allocate</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id893199"></a>
+ <a class="indexterm" name="idp115793952"></a>
Default allocation function for handlers.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="special">*</span> <span class="identifier">asio_handler_allocate</span><span class="special">(</span>
@@ -44,13 +44,13 @@ Default allocation function for handlers.
handlers to provide custom allocation for these temporary objects.
</p>
<p>
- This default implementation is simply:
+ The default implementation of these allocation hooks uses <code class="computeroutput"><span class="keyword">operator</span>
+ <span class="keyword">new</span></code> and <code class="computeroutput"><span class="keyword">operator</span>
+ <span class="keyword">delete</span></code>.
</p>
-<pre class="programlisting"><span class="keyword">return</span> <span class="special">::</span><span class="keyword">operator</span> <span class="keyword">new</span><span class="special">(</span><span class="identifier">size</span><span class="special">);</span>
-</pre>
<h5>
<a name="boost_asio.reference.asio_handler_allocate.h0"></a>
- <span><a name="boost_asio.reference.asio_handler_allocate.remarks"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_allocate.remarks"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.remarks">Remarks</a>
</h5>
<p>
All temporary objects associated with a handler will be deallocated before
@@ -59,7 +59,7 @@ Default allocation function for handlers.
</p>
<h5>
<a name="boost_asio.reference.asio_handler_allocate.h1"></a>
- <span><a name="boost_asio.reference.asio_handler_allocate.example"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_allocate.example"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">my_handler</span><span class="special">;</span>
@@ -76,18 +76,18 @@ Default allocation function for handlers.
</pre>
<h5>
<a name="boost_asio.reference.asio_handler_allocate.h2"></a>
- <span><a name="boost_asio.reference.asio_handler_allocate.requirements"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_allocate.requirements"></a></span><a class="link" href="asio_handler_allocate.html#boost_asio.reference.asio_handler_allocate.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/handler_alloc_hook.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_alloc_hook.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/asio_handler_deallocate.html b/doc/html/boost_asio/reference/asio_handler_deallocate.html
index 780944d838..1914baddff 100644
--- a/doc/html/boost_asio/reference/asio_handler_deallocate.html
+++ b/doc/html/boost_asio/reference/asio_handler_deallocate.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>asio_handler_deallocate</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="asio_handler_allocate.html" title="asio_handler_allocate">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.asio_handler_deallocate"></a><a class="link" href="asio_handler_deallocate.html" title="asio_handler_deallocate">asio_handler_deallocate</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id893702"></a>
+ <a class="indexterm" name="idp115852048"></a>
Default deallocation function for handlers.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">asio_handler_deallocate</span><span class="special">(</span>
@@ -40,24 +40,24 @@ Default deallocation function for handlers.
handlers to provide custom allocation for the associated temporary objects.
</p>
<p>
- This default implementation is simply:
+ The default implementation of these allocation hooks uses <code class="computeroutput"><span class="keyword">operator</span>
+ <span class="keyword">new</span></code> and <code class="computeroutput"><span class="keyword">operator</span>
+ <span class="keyword">delete</span></code>.
</p>
-<pre class="programlisting"><span class="special">::</span><span class="keyword">operator</span> <span class="keyword">delete</span><span class="special">(</span><span class="identifier">pointer</span><span class="special">);</span>
-</pre>
<h5>
<a name="boost_asio.reference.asio_handler_deallocate.h0"></a>
- <span><a name="boost_asio.reference.asio_handler_deallocate.requirements"></a></span><a class="link" href="asio_handler_deallocate.html#boost_asio.reference.asio_handler_deallocate.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_deallocate.requirements"></a></span><a class="link" href="asio_handler_deallocate.html#boost_asio.reference.asio_handler_deallocate.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/handler_alloc_hook.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_alloc_hook.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/asio_handler_invoke.html b/doc/html/boost_asio/reference/asio_handler_invoke.html
index e437a1564e..82cb96baa0 100644
--- a/doc/html/boost_asio/reference/asio_handler_invoke.html
+++ b/doc/html/boost_asio/reference/asio_handler_invoke.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>asio_handler_invoke</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="asio_handler_deallocate.html" title="asio_handler_deallocate">
-<link rel="next" href="async_connect.html" title="async_connect">
+<link rel="next" href="asio_handler_invoke/overload1.html" title="asio_handler_invoke (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,21 +20,29 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="asio_handler_deallocate.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="asio_handler_deallocate.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="asio_handler_invoke/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.asio_handler_invoke"></a><a class="link" href="asio_handler_invoke.html" title="asio_handler_invoke">asio_handler_invoke</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id893905"></a>
+ <a class="indexterm" name="idp115875200"></a>
Default invoke function for handlers.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">asio_handler_invoke</span><span class="special">(</span>
- <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+<span class="keyword">void</span> <a class="link" href="asio_handler_invoke/overload1.html" title="asio_handler_invoke (1 of 2 overloads)">asio_handler_invoke</a><span class="special">(</span>
+ <span class="identifier">Function</span> <span class="special">&amp;</span> <span class="identifier">function</span><span class="special">,</span>
<span class="special">...</span> <span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="asio_handler_invoke/overload1.html" title="asio_handler_invoke (1 of 2 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="asio_handler_invoke/overload2.html" title="asio_handler_invoke (2 of 2 overloads)">asio_handler_invoke</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Function</span> <span class="special">&amp;</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="special">...</span> <span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="asio_handler_invoke/overload2.html" title="asio_handler_invoke (2 of 2 overloads)">more...</a></em></span>
</pre>
<p>
Completion handlers for asynchronous operations are invoked by the <a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>
@@ -59,13 +67,17 @@ Default invoke function for handlers.
strategy.
</p>
<p>
- This default implementation is simply:
+ This default implementation invokes the function object like so:
</p>
<pre class="programlisting"><span class="identifier">function</span><span class="special">();</span>
</pre>
+<p>
+ If necessary, the default implementation makes a copy of the function object
+ so that the non-const operator() can be used.
+ </p>
<h5>
<a name="boost_asio.reference.asio_handler_invoke.h0"></a>
- <span><a name="boost_asio.reference.asio_handler_invoke.example"></a></span><a class="link" href="asio_handler_invoke.html#boost_asio.reference.asio_handler_invoke.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_invoke.example"></a></span><a class="link" href="asio_handler_invoke.html#boost_asio.reference.asio_handler_invoke.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">my_handler</span><span class="special">;</span>
@@ -77,18 +89,18 @@ Default invoke function for handlers.
</pre>
<h5>
<a name="boost_asio.reference.asio_handler_invoke.h1"></a>
- <span><a name="boost_asio.reference.asio_handler_invoke.requirements"></a></span><a class="link" href="asio_handler_invoke.html#boost_asio.reference.asio_handler_invoke.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_invoke.requirements"></a></span><a class="link" href="asio_handler_invoke.html#boost_asio.reference.asio_handler_invoke.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/handler_invoke_hook.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_invoke_hook.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -96,7 +108,7 @@ Default invoke function for handlers.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="asio_handler_deallocate.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="asio_handler_deallocate.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="asio_handler_invoke/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html b/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html
new file mode 100644
index 0000000000..f4a1aed2d5
--- /dev/null
+++ b/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html
@@ -0,0 +1,53 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>asio_handler_invoke (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../asio_handler_invoke.html" title="asio_handler_invoke">
+<link rel="prev" href="../asio_handler_invoke.html" title="asio_handler_invoke">
+<link rel="next" href="overload2.html" title="asio_handler_invoke (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.asio_handler_invoke.overload1"></a><a class="link" href="overload1.html" title="asio_handler_invoke (1 of 2 overloads)">asio_handler_invoke
+ (1 of 2 overloads)</a>
+</h4></div></div></div>
+<p>
+ Default handler invocation hook used for non-const function objects.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">asio_handler_invoke</span><span class="special">(</span>
+ <span class="identifier">Function</span> <span class="special">&amp;</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="special">...</span> <span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html b/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html
new file mode 100644
index 0000000000..28dafa0eba
--- /dev/null
+++ b/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html
@@ -0,0 +1,53 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>asio_handler_invoke (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../asio_handler_invoke.html" title="asio_handler_invoke">
+<link rel="prev" href="overload1.html" title="asio_handler_invoke (1 of 2 overloads)">
+<link rel="next" href="../asio_handler_is_continuation.html" title="asio_handler_is_continuation">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../asio_handler_is_continuation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.asio_handler_invoke.overload2"></a><a class="link" href="overload2.html" title="asio_handler_invoke (2 of 2 overloads)">asio_handler_invoke
+ (2 of 2 overloads)</a>
+</h4></div></div></div>
+<p>
+ Default handler invocation hook used for const function objects.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">asio_handler_invoke</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Function</span> <span class="special">&amp;</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="special">...</span> <span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../asio_handler_invoke.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../asio_handler_is_continuation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/asio_handler_is_continuation.html b/doc/html/boost_asio/reference/asio_handler_is_continuation.html
new file mode 100644
index 0000000000..34a28a4fa6
--- /dev/null
+++ b/doc/html/boost_asio/reference/asio_handler_is_continuation.html
@@ -0,0 +1,83 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>asio_handler_is_continuation</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="asio_handler_invoke/overload2.html" title="asio_handler_invoke (2 of 2 overloads)">
+<link rel="next" href="async_connect.html" title="async_connect">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="asio_handler_invoke/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.asio_handler_is_continuation"></a><a class="link" href="asio_handler_is_continuation.html" title="asio_handler_is_continuation">asio_handler_is_continuation</a>
+</h3></div></div></div>
+<p>
+ <a class="indexterm" name="idp115964832"></a>
+Default continuation function for handlers.
+ </p>
+<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">asio_handler_is_continuation</span><span class="special">(</span>
+ <span class="special">...</span> <span class="special">);</span>
+</pre>
+<p>
+ Asynchronous operations may represent a continuation of the asynchronous
+ control flow associated with the current handler. The implementation can
+ use this knowledge to optimise scheduling of the handler.
+ </p>
+<p>
+ Implement asio_handler_is_continuation for your own handlers to indicate
+ when a handler represents a continuation.
+ </p>
+<p>
+ The default implementation of the continuation hook returns <code class="computeroutput"><span class="keyword">false</span></code>.
+ </p>
+<h5>
+<a name="boost_asio.reference.asio_handler_is_continuation.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_is_continuation.example"></a></span><a class="link" href="asio_handler_is_continuation.html#boost_asio.reference.asio_handler_is_continuation.example">Example</a>
+ </h5>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">my_handler</span><span class="special">;</span>
+
+<span class="keyword">bool</span> <span class="identifier">asio_handler_is_continuation</span><span class="special">(</span><span class="identifier">my_handler</span><span class="special">*</span> <span class="identifier">context</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="keyword">return</span> <span class="keyword">true</span><span class="special">;</span>
+<span class="special">}</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.asio_handler_is_continuation.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.asio_handler_is_continuation.requirements"></a></span><a class="link" href="asio_handler_is_continuation.html#boost_asio.reference.asio_handler_is_continuation.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_continuation_hook.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="asio_handler_invoke/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/async_connect.html b/doc/html/boost_asio/reference/async_connect.html
index 57ac93bdbf..f2736a0137 100644
--- a/doc/html/boost_asio/reference/async_connect.html
+++ b/doc/html/boost_asio/reference/async_connect.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_connect</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="asio_handler_invoke.html" title="asio_handler_invoke">
+<link rel="prev" href="asio_handler_is_continuation.html" title="asio_handler_is_continuation">
<link rel="next" href="async_connect/overload1.html" title="async_connect (1 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="asio_handler_invoke.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="asio_handler_is_continuation.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.async_connect"></a><a class="link" href="async_connect.html" title="async_connect">async_connect</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id894346"></a>
+ <a class="indexterm" name="idp115993200"></a>
Asynchronously establishes a socket connection by trying each
endpoint in a sequence.
</p>
@@ -36,7 +36,7 @@ Asynchronously establishes a socket connection by trying each
<span class="keyword">typename</span> <a class="link" href="SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_connect/overload1.html" title="async_connect (1 of 4 overloads)">async_connect</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_connect/overload1.html" title="async_connect (1 of 4 overloads)">async_connect</a><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">ComposedConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -47,7 +47,7 @@ Asynchronously establishes a socket connection by trying each
<span class="keyword">typename</span> <a class="link" href="SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_connect/overload2.html" title="async_connect (2 of 4 overloads)">async_connect</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_connect/overload2.html" title="async_connect (2 of 4 overloads)">async_connect</a><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">end</span><span class="special">,</span>
@@ -60,7 +60,7 @@ Asynchronously establishes a socket connection by trying each
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">ConnectCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_connect/overload3.html" title="async_connect (3 of 4 overloads)">async_connect</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_connect/overload3.html" title="async_connect (3 of 4 overloads)">async_connect</a><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">ConnectCondition</span> <span class="identifier">connect_condition</span><span class="special">,</span>
@@ -73,7 +73,7 @@ Asynchronously establishes a socket connection by trying each
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">ConnectCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_connect/overload4.html" title="async_connect (4 of 4 overloads)">async_connect</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_connect/overload4.html" title="async_connect (4 of 4 overloads)">async_connect</a><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">end</span><span class="special">,</span>
@@ -83,18 +83,18 @@ Asynchronously establishes a socket connection by trying each
</pre>
<h5>
<a name="boost_asio.reference.async_connect.h0"></a>
- <span><a name="boost_asio.reference.async_connect.requirements"></a></span><a class="link" href="async_connect.html#boost_asio.reference.async_connect.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.requirements"></a></span><a class="link" href="async_connect.html#boost_asio.reference.async_connect.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/connect.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/connect.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -102,7 +102,7 @@ Asynchronously establishes a socket connection by trying each
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="asio_handler_invoke.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="asio_handler_is_continuation.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_connect/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/async_connect/overload1.html b/doc/html/boost_asio/reference/async_connect/overload1.html
index c43af7be7f..27ff26b874 100644
--- a/doc/html/boost_asio/reference/async_connect/overload1.html
+++ b/doc/html/boost_asio/reference/async_connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_connect (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_connect.html" title="async_connect">
<link rel="prev" href="../async_connect.html" title="async_connect">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">ComposedConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -92,7 +92,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_connect.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -100,7 +100,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.async_connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -134,7 +134,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_connect/overload2.html b/doc/html/boost_asio/reference/async_connect/overload2.html
index a63808c983..9893420899 100644
--- a/doc/html/boost_asio/reference/async_connect/overload2.html
+++ b/doc/html/boost_asio/reference/async_connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_connect (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_connect.html" title="async_connect">
<link rel="prev" href="overload1.html" title="async_connect (1 of 4 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">end</span><span class="special">,</span>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -97,7 +97,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -132,7 +132,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_connect/overload3.html b/doc/html/boost_asio/reference/async_connect/overload3.html
index ca179b601f..7794e409bf 100644
--- a/doc/html/boost_asio/reference/async_connect/overload3.html
+++ b/doc/html/boost_asio/reference/async_connect/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_connect (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_connect.html" title="async_connect">
<link rel="prev" href="overload2.html" title="async_connect (2 of 4 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">ConnectCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">ConnectCondition</span> <span class="identifier">connect_condition</span><span class="special">,</span>
@@ -51,11 +51,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -116,7 +116,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_connect.overload3.h1"></a>
- <span><a name="boost_asio.reference.async_connect.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -124,7 +124,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload3.h2"></a>
- <span><a name="boost_asio.reference.async_connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_connect.overload3.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -188,7 +188,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_connect/overload4.html b/doc/html/boost_asio/reference/async_connect/overload4.html
index 70ca00b2fc..a133710fba 100644
--- a/doc/html/boost_asio/reference/async_connect/overload4.html
+++ b/doc/html/boost_asio/reference/async_connect/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_connect (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_connect.html" title="async_connect">
<link rel="prev" href="overload3.html" title="async_connect (3 of 4 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">ConnectCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ComposedConnectHandler.html" title="Composed connect handler requirements">ComposedConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">begin</span><span class="special">,</span>
<span class="identifier">Iterator</span> <span class="identifier">end</span><span class="special">,</span>
@@ -52,11 +52,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_connect.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_connect.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_connect.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_connect.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -121,7 +121,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_connect.overload4.h1"></a>
- <span><a name="boost_asio.reference.async_connect.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_connect.overload4.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_connect.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_connect.overload4.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -186,7 +186,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read.html b/doc/html/boost_asio/reference/async_read.html
index 399e37bbc1..5f7225c19c 100644
--- a/doc/html/boost_asio/reference/async_read.html
+++ b/doc/html/boost_asio/reference/async_read.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="async_connect/overload4.html" title="async_connect (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.async_read"></a><a class="link" href="async_read.html" title="async_read">async_read</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id900710"></a>
+ <a class="indexterm" name="idp116760816"></a>
Start an asynchronous operation to read a certain amount of data
from a stream.
</p>
@@ -35,7 +35,7 @@ Start an asynchronous operation to read a certain amount of data
<span class="keyword">typename</span> <a class="link" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read/overload1.html" title="async_read (1 of 4 overloads)">async_read</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read/overload1.html" title="async_read (1 of 4 overloads)">async_read</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@ Start an asynchronous operation to read a certain amount of data
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read/overload2.html" title="async_read (2 of 4 overloads)">async_read</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read/overload2.html" title="async_read (2 of 4 overloads)">async_read</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -57,7 +57,7 @@ Start an asynchronous operation to read a certain amount of data
<span class="keyword">typename</span> <a class="link" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read/overload3.html" title="async_read (3 of 4 overloads)">async_read</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read/overload3.html" title="async_read (3 of 4 overloads)">async_read</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -68,7 +68,7 @@ Start an asynchronous operation to read a certain amount of data
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read/overload4.html" title="async_read (4 of 4 overloads)">async_read</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read/overload4.html" title="async_read (4 of 4 overloads)">async_read</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -77,18 +77,18 @@ Start an asynchronous operation to read a certain amount of data
</pre>
<h5>
<a name="boost_asio.reference.async_read.h0"></a>
- <span><a name="boost_asio.reference.async_read.requirements"></a></span><a class="link" href="async_read.html#boost_asio.reference.async_read.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.requirements"></a></span><a class="link" href="async_read.html#boost_asio.reference.async_read.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read/overload1.html b/doc/html/boost_asio/reference/async_read/overload1.html
index 992a021721..bdf00f3774 100644
--- a/doc/html/boost_asio/reference/async_read/overload1.html
+++ b/doc/html/boost_asio/reference/async_read/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read.html" title="async_read">
<link rel="prev" href="../async_read.html" title="async_read">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -57,19 +57,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other read operations (such as async_read, the stream's async_read_some
- function, or any other composed operations that perform reads) until this
- operation completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other read operations
+ (such as async_read, the stream's async_read_some function, or any other
+ composed operations that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_read.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -112,7 +111,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_read.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -126,7 +125,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read.overload1.h2"></a>
- <span><a name="boost_asio.reference.async_read.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -139,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read/overload2.html b/doc/html/boost_asio/reference/async_read/overload2.html
index adb7bc6cbf..96b4250290 100644
--- a/doc/html/boost_asio/reference/async_read/overload2.html
+++ b/doc/html/boost_asio/reference/async_read/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read.html" title="async_read">
<link rel="prev" href="overload1.html" title="async_read (1 of 4 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -48,7 +48,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -59,11 +59,11 @@
</ul></div>
<h6>
<a name="boost_asio.reference.async_read.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_read.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -126,7 +126,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_read.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read.overload2.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read/overload3.html b/doc/html/boost_asio/reference/async_read/overload3.html
index 38e9db5c85..3b83699573 100644
--- a/doc/html/boost_asio/reference/async_read/overload3.html
+++ b/doc/html/boost_asio/reference/async_read/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read.html" title="async_read">
<link rel="prev" href="overload2.html" title="async_read (2 of 4 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -56,19 +56,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other read operations (such as async_read, the stream's async_read_some
- function, or any other composed operations that perform reads) until this
- operation completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other read operations
+ (such as async_read, the stream's async_read_some function, or any other
+ composed operations that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_read.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -109,7 +108,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read.overload3.h1"></a>
- <span><a name="boost_asio.reference.async_read.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read.overload3.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -122,7 +121,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read/overload4.html b/doc/html/boost_asio/reference/async_read/overload4.html
index 01b842a388..8a5e3d01ba 100644
--- a/doc/html/boost_asio/reference/async_read/overload4.html
+++ b/doc/html/boost_asio/reference/async_read/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read.html" title="async_read">
<link rel="prev" href="overload3.html" title="async_read (3 of 4 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -48,7 +48,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -58,19 +58,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other read operations (such as async_read, the stream's async_read_some
- function, or any other composed operations that perform reads) until this
- operation completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other read operations
+ (such as async_read, the stream's async_read_some function, or any other
+ composed operations that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_read.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -132,7 +131,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_at.html b/doc/html/boost_asio/reference/async_read_at.html
index 31d76acf3f..188b09e1f1 100644
--- a/doc/html/boost_asio/reference/async_read_at.html
+++ b/doc/html/boost_asio/reference/async_read_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_at</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="async_read/overload4.html" title="async_read (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.async_read_at"></a><a class="link" href="async_read_at.html" title="async_read_at">async_read_at</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id904329"></a>
+ <a class="indexterm" name="idp117186704"></a>
Start an asynchronous operation to read a certain amount of
data at the specified offset.
</p>
@@ -35,9 +35,9 @@ Start an asynchronous operation to read a certain amount of
<span class="keyword">typename</span> <a class="link" href="AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">AsyncRandomAccessReadDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_at/overload1.html" title="async_read_at (1 of 4 overloads)">async_read_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_at/overload1.html" title="async_read_at (1 of 4 overloads)">async_read_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_read_at/overload1.html" title="async_read_at (1 of 4 overloads)">more...</a></em></span>
@@ -47,9 +47,9 @@ Start an asynchronous operation to read a certain amount of
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_at/overload2.html" title="async_read_at (2 of 4 overloads)">async_read_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_at/overload2.html" title="async_read_at (2 of 4 overloads)">async_read_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -59,9 +59,9 @@ Start an asynchronous operation to read a certain amount of
<span class="keyword">typename</span> <a class="link" href="AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">AsyncRandomAccessReadDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_at/overload3.html" title="async_read_at (3 of 4 overloads)">async_read_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_at/overload3.html" title="async_read_at (3 of 4 overloads)">async_read_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_read_at/overload3.html" title="async_read_at (3 of 4 overloads)">more...</a></em></span>
@@ -71,9 +71,9 @@ Start an asynchronous operation to read a certain amount of
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_at/overload4.html" title="async_read_at (4 of 4 overloads)">async_read_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_at/overload4.html" title="async_read_at (4 of 4 overloads)">async_read_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -81,18 +81,18 @@ Start an asynchronous operation to read a certain amount of
</pre>
<h5>
<a name="boost_asio.reference.async_read_at.h0"></a>
- <span><a name="boost_asio.reference.async_read_at.requirements"></a></span><a class="link" href="async_read_at.html#boost_asio.reference.async_read_at.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.requirements"></a></span><a class="link" href="async_read_at.html#boost_asio.reference.async_read_at.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read_at.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read_at.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_at/overload1.html b/doc/html/boost_asio/reference/async_read_at/overload1.html
index 046d968555..3fceca32b8 100644
--- a/doc/html/boost_asio/reference/async_read_at/overload1.html
+++ b/doc/html/boost_asio/reference/async_read_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_at (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_at.html" title="async_read_at">
<link rel="prev" href="../async_read_at.html" title="async_read_at">
@@ -35,9 +35,9 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">AsyncRandomAccessReadDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -47,7 +47,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -62,11 +62,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_read_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -113,7 +113,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_read_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -127,7 +127,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_at.overload1.h2"></a>
- <span><a name="boost_asio.reference.async_read_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_at.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -140,7 +140,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_at/overload2.html b/doc/html/boost_asio/reference/async_read_at/overload2.html
index 7708e657df..9a3e66e3f9 100644
--- a/doc/html/boost_asio/reference/async_read_at/overload2.html
+++ b/doc/html/boost_asio/reference/async_read_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_at (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_at.html" title="async_read_at">
<link rel="prev" href="overload1.html" title="async_read_at (1 of 4 overloads)">
@@ -36,9 +36,9 @@
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -49,7 +49,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -60,11 +60,11 @@
</ul></div>
<h6>
<a name="boost_asio.reference.async_read_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_read_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -131,7 +131,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_read_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_at.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_at.overload2.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -149,7 +149,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_at/overload3.html b/doc/html/boost_asio/reference/async_read_at/overload3.html
index 784339c703..3af177769a 100644
--- a/doc/html/boost_asio/reference/async_read_at/overload3.html
+++ b/doc/html/boost_asio/reference/async_read_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_at (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_at.html" title="async_read_at">
<link rel="prev" href="overload2.html" title="async_read_at (2 of 4 overloads)">
@@ -35,9 +35,9 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncRandomAccessReadDevice.html" title="Buffer-oriented asynchronous random-access read device requirements">AsyncRandomAccessReadDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -47,7 +47,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
An error occurred.
</li></ul></div>
<p>
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_read_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -105,7 +105,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_at.overload3.h1"></a>
- <span><a name="boost_asio.reference.async_read_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_at.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_at.overload3.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -118,7 +118,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_at/overload4.html b/doc/html/boost_asio/reference/async_read_at/overload4.html
index f8ef4f9037..6d73d95ceb 100644
--- a/doc/html/boost_asio/reference/async_read_at/overload4.html
+++ b/doc/html/boost_asio/reference/async_read_at/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_at (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_at.html" title="async_read_at">
<link rel="prev" href="overload3.html" title="async_read_at (3 of 4 overloads)">
@@ -36,9 +36,9 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -49,7 +49,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
The completion_condition function object returns 0.
</li></ul></div>
<p>
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_at.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_read_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_at.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_at.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -128,7 +128,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_until.html b/doc/html/boost_asio/reference/async_read_until.html
index 617129f74b..4ddf430aaf 100644
--- a/doc/html/boost_asio/reference/async_read_until.html
+++ b/doc/html/boost_asio/reference/async_read_until.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_until</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="async_read_at/overload4.html" title="async_read_at (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.async_read_until"></a><a class="link" href="async_read_until.html" title="async_read_until">async_read_until</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id908155"></a>
+ <a class="indexterm" name="idp117630784"></a>
Start an asynchronous operation to read data into a streambuf
until it contains a delimiter, matches a regular expression, or a function
object indicates a match.
@@ -36,7 +36,7 @@ Start an asynchronous operation to read data into a streambuf
<span class="keyword">typename</span> <a class="link" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_until/overload1.html" title="async_read_until (1 of 4 overloads)">async_read_until</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_until/overload1.html" title="async_read_until (1 of 4 overloads)">async_read_until</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">char</span> <span class="identifier">delim</span><span class="special">,</span>
@@ -47,7 +47,7 @@ Start an asynchronous operation to read data into a streambuf
<span class="keyword">typename</span> <a class="link" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_until/overload2.html" title="async_read_until (2 of 4 overloads)">async_read_until</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_until/overload2.html" title="async_read_until (2 of 4 overloads)">async_read_until</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">delim</span><span class="special">,</span>
@@ -58,7 +58,7 @@ Start an asynchronous operation to read data into a streambuf
<span class="keyword">typename</span> <a class="link" href="AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_until/overload3.html" title="async_read_until (3 of 4 overloads)">async_read_until</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_until/overload3.html" title="async_read_until (3 of 4 overloads)">async_read_until</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">regex</span> <span class="special">&amp;</span> <span class="identifier">expr</span><span class="special">,</span>
@@ -70,28 +70,28 @@ Start an asynchronous operation to read data into a streambuf
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">MatchCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_read_until/overload4.html" title="async_read_until (4 of 4 overloads)">async_read_until</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_read_until/overload4.html" title="async_read_until (4 of 4 overloads)">async_read_until</a><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_read_until/overload4.html" title="async_read_until (4 of 4 overloads)">more...</a></em></span>
</pre>
<h5>
<a name="boost_asio.reference.async_read_until.h0"></a>
- <span><a name="boost_asio.reference.async_read_until.requirements"></a></span><a class="link" href="async_read_until.html#boost_asio.reference.async_read_until.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.requirements"></a></span><a class="link" href="async_read_until.html#boost_asio.reference.async_read_until.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read_until.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read_until.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_until/overload1.html b/doc/html/boost_asio/reference/async_read_until/overload1.html
index 3d8962376e..85438a8662 100644
--- a/doc/html/boost_asio/reference/async_read_until/overload1.html
+++ b/doc/html/boost_asio/reference/async_read_until/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_until (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_until.html" title="async_read_until">
<link rel="prev" href="../async_read_until.html" title="async_read_until">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_until</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_until</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">char</span> <span class="identifier">delim</span><span class="special">,</span>
@@ -47,7 +47,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -57,21 +57,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. If the streambuf's get area already contains the
- delimiter, this asynchronous operation completes immediately. The program
- must ensure that the stream performs no other read operations (such as
- async_read, async_read_until, the stream's async_read_some function, or
- any other composed operations that perform reads) until this operation
- completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ If the streambuf's get area already contains the delimiter, this asynchronous
+ operation completes immediately. The program must ensure that the stream
+ performs no other read operations (such as async_read, async_read_until,
+ the stream's async_read_some function, or any other composed operations
+ that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_read_until.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -115,7 +114,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_until.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_read_until.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.remarks">Remarks</a>
</h6>
<p>
After a successful async_read_until operation, the streambuf may contain
@@ -125,7 +124,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload1.h2"></a>
- <span><a name="boost_asio.reference.async_read_until.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_read_until.overload1.example">Example</a>
</h6>
<p>
To asynchronously read data into a streambuf until a newline is encountered:
@@ -172,7 +171,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_until/overload2.html b/doc/html/boost_asio/reference/async_read_until/overload2.html
index d559500688..f9b358a6eb 100644
--- a/doc/html/boost_asio/reference/async_read_until/overload2.html
+++ b/doc/html/boost_asio/reference/async_read_until/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_until (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_until.html" title="async_read_until">
<link rel="prev" href="overload1.html" title="async_read_until (1 of 4 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_until</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_until</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">delim</span><span class="special">,</span>
@@ -47,7 +47,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -57,21 +57,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. If the streambuf's get area already contains the
- delimiter, this asynchronous operation completes immediately. The program
- must ensure that the stream performs no other read operations (such as
- async_read, async_read_until, the stream's async_read_some function, or
- any other composed operations that perform reads) until this operation
- completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ If the streambuf's get area already contains the delimiter, this asynchronous
+ operation completes immediately. The program must ensure that the stream
+ performs no other read operations (such as async_read, async_read_until,
+ the stream's async_read_some function, or any other composed operations
+ that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_read_until.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -115,7 +114,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_until.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_read_until.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.remarks">Remarks</a>
</h6>
<p>
After a successful async_read_until operation, the streambuf may contain
@@ -125,7 +124,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload2.h2"></a>
- <span><a name="boost_asio.reference.async_read_until.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_read_until.overload2.example">Example</a>
</h6>
<p>
To asynchronously read data into a streambuf until a newline is encountered:
@@ -172,7 +171,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_until/overload3.html b/doc/html/boost_asio/reference/async_read_until/overload3.html
index eafadf2b01..e567e02453 100644
--- a/doc/html/boost_asio/reference/async_read_until/overload3.html
+++ b/doc/html/boost_asio/reference/async_read_until/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_until (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_until.html" title="async_read_until">
<link rel="prev" href="overload2.html" title="async_read_until (2 of 4 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_until</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_until</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">regex</span> <span class="special">&amp;</span> <span class="identifier">expr</span><span class="special">,</span>
@@ -47,7 +47,7 @@
expression. The function call always returns immediately. The asynchronous
operation will continue until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A substring of the streambuf's get area matches the regular expression.
</li>
@@ -57,21 +57,21 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. If the streambuf's get area already contains data
- that matches the regular expression, this asynchronous operation completes
- immediately. The program must ensure that the stream performs no other
- read operations (such as async_read, async_read_until, the stream's async_read_some
- function, or any other composed operations that perform reads) until this
- operation completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ If the streambuf's get area already contains data that matches the regular
+ expression, this asynchronous operation completes immediately. The program
+ must ensure that the stream performs no other read operations (such as
+ async_read, async_read_until, the stream's async_read_some function, or
+ any other composed operations that perform reads) until this operation
+ completes.
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_read_until.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -116,7 +116,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_until.overload3.h1"></a>
- <span><a name="boost_asio.reference.async_read_until.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.remarks">Remarks</a>
</h6>
<p>
After a successful async_read_until operation, the streambuf may contain
@@ -126,7 +126,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload3.h2"></a>
- <span><a name="boost_asio.reference.async_read_until.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_read_until.overload3.example">Example</a>
</h6>
<p>
To asynchronously read data into a streambuf until a CR-LF sequence is
@@ -174,7 +174,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_read_until/overload4.html b/doc/html/boost_asio/reference/async_read_until/overload4.html
index a9e8bd554c..0d80bee04d 100644
--- a/doc/html/boost_asio/reference/async_read_until/overload4.html
+++ b/doc/html/boost_asio/reference/async_read_until/overload4.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_read_until (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_read_until.html" title="async_read_until">
<link rel="prev" href="overload3.html" title="async_read_until (3 of 4 overloads)">
-<link rel="next" href="../async_write.html" title="async_write">
+<link rel="next" href="../async_result.html" title="async_result">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_read_until.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_write.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_read_until.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_result.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -36,12 +36,12 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">MatchCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_until</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_until</span><span class="special">(</span>
<span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to asynchronously read data into the specified streambuf
@@ -50,7 +50,7 @@
call always returns immediately. The asynchronous operation will continue
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The match condition function object returns a std::pair where the second
element evaluates to true.
@@ -61,21 +61,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_read_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. If the match condition function object already indicates
- a match, this asynchronous operation completes immediately. The program
- must ensure that the stream performs no other read operations (such as
- async_read, async_read_until, the stream's async_read_some function, or
- any other composed operations that perform reads) until this operation
- completes.
+ async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ If the match condition function object already indicates a match, this
+ asynchronous operation completes immediately. The program must ensure that
+ the stream performs no other read operations (such as async_read, async_read_until,
+ the stream's async_read_some function, or any other composed operations
+ that perform reads) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_read_until.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -140,7 +139,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_read_until.overload4.h1"></a>
- <span><a name="boost_asio.reference.async_read_until.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.remarks">Remarks</a>
</h6>
<p>
After a successful async_read_until operation, the streambuf may contain
@@ -156,7 +155,7 @@
</p>
<h6>
<a name="boost_asio.reference.async_read_until.overload4.h2"></a>
- <span><a name="boost_asio.reference.async_read_until.overload4.examples"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.async_read_until.overload4.examples"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_read_until.overload4.examples">Examples</a>
</h6>
<p>
To asynchronously read data into a streambuf until whitespace is encountered:
@@ -216,7 +215,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -224,7 +223,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_read_until.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_write.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_read_until.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_result.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/async_result.html b/doc/html/boost_asio/reference/async_result.html
new file mode 100644
index 0000000000..7802f83acf
--- /dev/null
+++ b/doc/html/boost_asio/reference/async_result.html
@@ -0,0 +1,146 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>async_result</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="async_read_until/overload4.html" title="async_read_until (4 of 4 overloads)">
+<link rel="next" href="async_result/async_result.html" title="async_result::async_result">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="async_read_until/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_result/async_result.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.async_result"></a><a class="link" href="async_result.html" title="async_result">async_result</a>
+</h3></div></div></div>
+<p>
+ An interface for customising the behaviour of an initiating function.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Handler.html" title="Handlers">Handler</a><span class="special">&gt;</span>
+<span class="keyword">class</span> <span class="identifier">async_result</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.async_result.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.async_result.types"></a></span><a class="link" href="async_result.html#boost_asio.reference.async_result.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody><tr>
+<td>
+ <p>
+ <a class="link" href="async_result/type.html" title="async_result::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The return type of the initiating function.
+ </p>
+ </td>
+</tr></tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.async_result.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.async_result.member_functions"></a></span><a class="link" href="async_result.html#boost_asio.reference.async_result.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="async_result/async_result.html" title="async_result::async_result"><span class="bold"><strong>async_result</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct an async result from a given handler.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="async_result/get.html" title="async_result::get"><span class="bold"><strong>get</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain the value to be returned from the initiating function.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ This template may be specialised for user-defined handler types.
+ </p>
+<h5>
+<a name="boost_asio.reference.async_result.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.async_result.requirements"></a></span><a class="link" href="async_result.html#boost_asio.reference.async_result.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/async_result.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="async_read_until/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_result/async_result.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/async_result/async_result.html b/doc/html/boost_asio/reference/async_result/async_result.html
new file mode 100644
index 0000000000..281bc913a0
--- /dev/null
+++ b/doc/html/boost_asio/reference/async_result/async_result.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>async_result::async_result</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../async_result.html" title="async_result">
+<link rel="prev" href="../async_result.html" title="async_result">
+<link rel="next" href="get.html" title="async_result::get">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../async_result.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.async_result.async_result"></a><a class="link" href="async_result.html" title="async_result::async_result">async_result::async_result</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp118481968"></a>
+Construct an async result from a given handler.
+ </p>
+<pre class="programlisting"><span class="identifier">async_result</span><span class="special">(</span>
+ <span class="identifier">Handler</span> <span class="special">&amp;</span> <span class="special">);</span>
+</pre>
+<p>
+ When using a specalised <a class="link" href="../async_result.html" title="async_result"><code class="computeroutput"><span class="identifier">async_result</span></code></a>, the constructor
+ has an opportunity to initialise some state associated with the handler,
+ which is then returned from the initiating function.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../async_result.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/async_result/get.html b/doc/html/boost_asio/reference/async_result/get.html
new file mode 100644
index 0000000000..b732653654
--- /dev/null
+++ b/doc/html/boost_asio/reference/async_result/get.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>async_result::get</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../async_result.html" title="async_result">
+<link rel="prev" href="async_result.html" title="async_result::async_result">
+<link rel="next" href="type.html" title="async_result::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="async_result.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.async_result.get"></a><a class="link" href="get.html" title="async_result::get">async_result::get</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp118491744"></a>
+Obtain the value to be returned from the initiating function.
+ </p>
+<pre class="programlisting"><span class="identifier">type</span> <span class="identifier">get</span><span class="special">();</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="async_result.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/async_result/type.html b/doc/html/boost_asio/reference/async_result/type.html
new file mode 100644
index 0000000000..8aeb61e36e
--- /dev/null
+++ b/doc/html/boost_asio/reference/async_result/type.html
@@ -0,0 +1,59 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>async_result::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../async_result.html" title="async_result">
+<link rel="prev" href="get.html" title="async_result::get">
+<link rel="next" href="../async_write.html" title="async_write">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="get.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_write.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.async_result.type"></a><a class="link" href="type.html" title="async_result::type">async_result::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp118497648"></a>
+The return type of the initiating function.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">void</span> <span class="identifier">type</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.async_result.type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.async_result.type.requirements"></a></span><a class="link" href="type.html#boost_asio.reference.async_result.type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/async_result.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="get.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_result.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_write.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/async_write.html b/doc/html/boost_asio/reference/async_write.html
index 67682005b5..5961ec0540 100644
--- a/doc/html/boost_asio/reference/async_write.html
+++ b/doc/html/boost_asio/reference/async_write.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="async_read_until/overload4.html" title="async_read_until (4 of 4 overloads)">
+<link rel="prev" href="async_result/type.html" title="async_result::type">
<link rel="next" href="async_write/overload1.html" title="async_write (1 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="async_read_until/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="async_result/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.async_write"></a><a class="link" href="async_write.html" title="async_write">async_write</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id915222"></a>
+ <a class="indexterm" name="idp118509952"></a>
Start an asynchronous operation to write a certain amount of data
to a stream.
</p>
@@ -35,7 +35,7 @@ Start an asynchronous operation to write a certain amount of data
<span class="keyword">typename</span> <a class="link" href="AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">AsyncWriteStream</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write/overload1.html" title="async_write (1 of 4 overloads)">async_write</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write/overload1.html" title="async_write (1 of 4 overloads)">async_write</a><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@ Start an asynchronous operation to write a certain amount of data
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write/overload2.html" title="async_write (2 of 4 overloads)">async_write</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write/overload2.html" title="async_write (2 of 4 overloads)">async_write</a><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -57,7 +57,7 @@ Start an asynchronous operation to write a certain amount of data
<span class="keyword">typename</span> <a class="link" href="AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">AsyncWriteStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write/overload3.html" title="async_write (3 of 4 overloads)">async_write</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write/overload3.html" title="async_write (3 of 4 overloads)">async_write</a><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -68,7 +68,7 @@ Start an asynchronous operation to write a certain amount of data
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write/overload4.html" title="async_write (4 of 4 overloads)">async_write</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write/overload4.html" title="async_write (4 of 4 overloads)">async_write</a><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -77,18 +77,18 @@ Start an asynchronous operation to write a certain amount of data
</pre>
<h5>
<a name="boost_asio.reference.async_write.h0"></a>
- <span><a name="boost_asio.reference.async_write.requirements"></a></span><a class="link" href="async_write.html#boost_asio.reference.async_write.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.requirements"></a></span><a class="link" href="async_write.html#boost_asio.reference.async_write.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/write.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/write.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -96,7 +96,7 @@ Start an asynchronous operation to write a certain amount of data
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="async_read_until/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="async_result/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/async_write/overload1.html b/doc/html/boost_asio/reference/async_write/overload1.html
index 3dbb076a30..701b9b8074 100644
--- a/doc/html/boost_asio/reference/async_write/overload1.html
+++ b/doc/html/boost_asio/reference/async_write/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write.html" title="async_write">
<link rel="prev" href="../async_write.html" title="async_write">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">AsyncWriteStream</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write</span><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -57,19 +57,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_write_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other write operations (such as async_write, the stream's async_write_some
- function, or any other composed operations that perform writes) until this
- operation completes.
+ async_write_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other write operations
+ (such as async_write, the stream's async_write_some function, or any other
+ composed operations that perform writes) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_write.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_write.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -109,7 +108,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_write.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_write.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -124,7 +123,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write/overload2.html b/doc/html/boost_asio/reference/async_write/overload2.html
index 0a507443bf..23854ddeae 100644
--- a/doc/html/boost_asio/reference/async_write/overload2.html
+++ b/doc/html/boost_asio/reference/async_write/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write.html" title="async_write">
<link rel="prev" href="overload1.html" title="async_write (1 of 4 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write</span><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -48,7 +48,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -59,19 +59,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_write_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other write operations (such as async_write, the stream's async_write_some
- function, or any other composed operations that perform writes) until this
- operation completes.
+ async_write_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other write operations
+ (such as async_write, the stream's async_write_some function, or any other
+ composed operations that perform writes) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_write.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_write.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -131,7 +130,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_write.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_write.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write.overload2.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -149,7 +148,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write/overload3.html b/doc/html/boost_asio/reference/async_write/overload3.html
index 6cddf0a80a..191e7105be 100644
--- a/doc/html/boost_asio/reference/async_write/overload3.html
+++ b/doc/html/boost_asio/reference/async_write/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write.html" title="async_write">
<link rel="prev" href="overload2.html" title="async_write (2 of 4 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncWriteStream.html" title="Buffer-oriented asynchronous write stream requirements">AsyncWriteStream</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write</span><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -46,7 +46,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -56,19 +56,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_write_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other write operations (such as async_write, the stream's async_write_some
- function, or any other composed operations that perform writes) until this
- operation completes.
+ async_write_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other write operations
+ (such as async_write, the stream's async_write_some function, or any other
+ composed operations that perform writes) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_write.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_write.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_write.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_write.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -109,7 +108,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write/overload4.html b/doc/html/boost_asio/reference/async_write/overload4.html
index 009d5b3f3d..def68ffb65 100644
--- a/doc/html/boost_asio/reference/async_write/overload4.html
+++ b/doc/html/boost_asio/reference/async_write/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write.html" title="async_write">
<link rel="prev" href="overload3.html" title="async_write (3 of 4 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write</span><span class="special">(</span>
<span class="identifier">AsyncWriteStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
@@ -48,7 +48,7 @@
asynchronous operation will continue until one of the following conditions
is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -58,19 +58,18 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
- async_write_some function, and is known as a <span class="bold"><strong>composed
- operation</strong></span>. The program must ensure that the stream performs
- no other write operations (such as async_write, the stream's async_write_some
- function, or any other composed operations that perform writes) until this
- operation completes.
+ async_write_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the stream performs no other write operations
+ (such as async_write, the stream's async_write_some function, or any other
+ composed operations that perform writes) until this operation completes.
</p>
<h6>
<a name="boost_asio.reference.async_write.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_write.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_write.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_write.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -131,7 +130,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write_at.html b/doc/html/boost_asio/reference/async_write_at.html
index 45748695cd..a5e4847565 100644
--- a/doc/html/boost_asio/reference/async_write_at.html
+++ b/doc/html/boost_asio/reference/async_write_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write_at</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="async_write/overload4.html" title="async_write (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.async_write_at"></a><a class="link" href="async_write_at.html" title="async_write_at">async_write_at</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id918617"></a>
+ <a class="indexterm" name="idp118909376"></a>
Start an asynchronous operation to write a certain amount of
data at the specified offset.
</p>
@@ -35,9 +35,9 @@ Start an asynchronous operation to write a certain amount of
<span class="keyword">typename</span> <a class="link" href="AsyncRandomAccessWriteDevice.html" title="Buffer-oriented asynchronous random-access write device requirements">AsyncRandomAccessWriteDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write_at/overload1.html" title="async_write_at (1 of 4 overloads)">async_write_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write_at/overload1.html" title="async_write_at (1 of 4 overloads)">async_write_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_write_at/overload1.html" title="async_write_at (1 of 4 overloads)">more...</a></em></span>
@@ -47,9 +47,9 @@ Start an asynchronous operation to write a certain amount of
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write_at/overload2.html" title="async_write_at (2 of 4 overloads)">async_write_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write_at/overload2.html" title="async_write_at (2 of 4 overloads)">async_write_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -59,9 +59,9 @@ Start an asynchronous operation to write a certain amount of
<span class="keyword">typename</span> <a class="link" href="AsyncRandomAccessWriteDevice.html" title="Buffer-oriented asynchronous random-access write device requirements">AsyncRandomAccessWriteDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write_at/overload3.html" title="async_write_at (3 of 4 overloads)">async_write_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write_at/overload3.html" title="async_write_at (3 of 4 overloads)">async_write_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_write_at/overload3.html" title="async_write_at (3 of 4 overloads)">more...</a></em></span>
@@ -71,9 +71,9 @@ Start an asynchronous operation to write a certain amount of
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_write_at/overload4.html" title="async_write_at (4 of 4 overloads)">async_write_at</a><span class="special">(</span>
+<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_write_at/overload4.html" title="async_write_at (4 of 4 overloads)">async_write_at</a><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -81,18 +81,18 @@ Start an asynchronous operation to write a certain amount of
</pre>
<h5>
<a name="boost_asio.reference.async_write_at.h0"></a>
- <span><a name="boost_asio.reference.async_write_at.requirements"></a></span><a class="link" href="async_write_at.html#boost_asio.reference.async_write_at.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.requirements"></a></span><a class="link" href="async_write_at.html#boost_asio.reference.async_write_at.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/write_at.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/write_at.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write_at/overload1.html b/doc/html/boost_asio/reference/async_write_at/overload1.html
index 90fa40f286..3399c93617 100644
--- a/doc/html/boost_asio/reference/async_write_at/overload1.html
+++ b/doc/html/boost_asio/reference/async_write_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write_at (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write_at.html" title="async_write_at">
<link rel="prev" href="../async_write_at.html" title="async_write_at">
@@ -35,9 +35,9 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncRandomAccessWriteDevice.html" title="Buffer-oriented asynchronous random-access write device requirements">AsyncRandomAccessWriteDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -47,7 +47,7 @@
always returns immediately. The asynchronous operation will continue until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -58,15 +58,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the device's
- async_write_some_at function.
+ async_write_some_at function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the device performs no <span class="emphasis"><em>overlapping</em></span>
+ write operations (such as async_write_at, the device's async_write_some_at
+ function, or any other composed operations that perform writes) until this
+ operation completes. Operations are overlapping if the regions defined
+ by their offsets, and the numbers of bytes to write, intersect.
</p>
<h6>
<a name="boost_asio.reference.async_write_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.async_write_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -110,7 +115,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_write_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.async_write_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.async_write_at.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -125,7 +130,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write_at/overload2.html b/doc/html/boost_asio/reference/async_write_at/overload2.html
index 8249bd7f44..f69a8be053 100644
--- a/doc/html/boost_asio/reference/async_write_at/overload2.html
+++ b/doc/html/boost_asio/reference/async_write_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write_at (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write_at.html" title="async_write_at">
<link rel="prev" href="overload1.html" title="async_write_at (1 of 4 overloads)">
@@ -36,9 +36,9 @@
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -49,7 +49,7 @@
always returns immediately. The asynchronous operation will continue until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -60,15 +60,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the device's
- async_write_some_at function.
+ async_write_some_at function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the device performs no <span class="emphasis"><em>overlapping</em></span>
+ write operations (such as async_write_at, the device's async_write_some_at
+ function, or any other composed operations that perform writes) until this
+ operation completes. Operations are overlapping if the regions defined
+ by their offsets, and the numbers of bytes to write, intersect.
</p>
<h6>
<a name="boost_asio.reference.async_write_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.async_write_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -132,7 +137,7 @@
</div>
<h6>
<a name="boost_asio.reference.async_write_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.async_write_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write_at.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.async_write_at.overload2.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -150,7 +155,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write_at/overload3.html b/doc/html/boost_asio/reference/async_write_at/overload3.html
index 7e48a7e916..0c08c38718 100644
--- a/doc/html/boost_asio/reference/async_write_at/overload3.html
+++ b/doc/html/boost_asio/reference/async_write_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write_at (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write_at.html" title="async_write_at">
<link rel="prev" href="overload2.html" title="async_write_at (2 of 4 overloads)">
@@ -35,9 +35,9 @@
<span class="keyword">typename</span> <a class="link" href="../AsyncRandomAccessWriteDevice.html" title="Buffer-oriented asynchronous random-access write device requirements">AsyncRandomAccessWriteDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -47,7 +47,7 @@
always returns immediately. The asynchronous operation will continue until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -57,15 +57,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the device's
- async_write_some_at function.
+ async_write_some_at function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the device performs no <span class="emphasis"><em>overlapping</em></span>
+ write operations (such as async_write_at, the device's async_write_some_at
+ function, or any other composed operations that perform writes) until this
+ operation completes. Operations are overlapping if the regions defined
+ by their offsets, and the numbers of bytes to write, intersect.
</p>
<h6>
<a name="boost_asio.reference.async_write_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.async_write_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_write_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.async_write_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -110,7 +115,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/async_write_at/overload4.html b/doc/html/boost_asio/reference/async_write_at/overload4.html
index 533df43b1d..d0a9ff9ba7 100644
--- a/doc/html/boost_asio/reference/async_write_at/overload4.html
+++ b/doc/html/boost_asio/reference/async_write_at/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>async_write_at (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_write_at.html" title="async_write_at">
<link rel="prev" href="overload3.html" title="async_write_at (3 of 4 overloads)">
@@ -36,9 +36,9 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_at</span><span class="special">(</span>
<span class="identifier">AsyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -49,7 +49,7 @@
always returns immediately. The asynchronous operation will continue until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -59,15 +59,20 @@
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the device's
- async_write_some_at function.
+ async_write_some_at function, and is known as a <span class="emphasis"><em>composed operation</em></span>.
+ The program must ensure that the device performs no <span class="emphasis"><em>overlapping</em></span>
+ write operations (such as async_write_at, the device's async_write_some_at
+ function, or any other composed operations that perform writes) until this
+ operation completes. Operations are overlapping if the regions defined
+ by their offsets, and the numbers of bytes to write, intersect.
</p>
<h6>
<a name="boost_asio.reference.async_write_at.overload4.h0"></a>
- <span><a name="boost_asio.reference.async_write_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_write_at.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.async_write_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.async_write_at.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -132,7 +137,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/asynchronous_operations.html b/doc/html/boost_asio/reference/asynchronous_operations.html
index 8e576be5f7..eca2401147 100644
--- a/doc/html/boost_asio/reference/asynchronous_operations.html
+++ b/doc/html/boost_asio/reference/asynchronous_operations.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Requirements on asynchronous operations</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="../reference.html" title="Reference">
@@ -230,10 +230,71 @@
of the handler via <code class="computeroutput"><span class="identifier">asio_handler_invoke</span></code>.
Multiple storage blocks may be allocated for a single asynchronous operation.
</p>
+<h5>
+<a name="boost_asio.reference.asynchronous_operations.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"></a></span><a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function">Return
+ type of an initiating function</a>
+ </h5>
+<p>
+ By default, initiating functions return <code class="computeroutput"><span class="keyword">void</span></code>.
+ This is always the case when the handler is a function pointer, C++11 lambda,
+ or a function object produced by <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bind</span></code>
+ or <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">bind</span></code>.
+ </p>
+<p>
+ For other types, the return type may be customised via a two-step process:
+ </p>
+<div class="orderedlist"><ol class="orderedlist" type="1">
+<li class="listitem">
+ A specialisation of the <a class="link" href="handler_type.html" title="handler_type"><code class="computeroutput"><span class="identifier">handler_type</span></code></a> template, which
+ is used to determine the true handler type based on the asynchronous
+ operation's handler's signature.
+ </li>
+<li class="listitem">
+ A specialisation of the <a class="link" href="async_result.html" title="async_result"><code class="computeroutput"><span class="identifier">async_result</span></code></a> template, which
+ is used both to determine the return type and to extract the return value
+ from the handler.
+ </li>
+</ol></div>
+<p>
+ These two templates have been specialised to provide support for <a class="link" href="../overview/core/spawn.html" title="Stackful Coroutines">stackful
+ coroutines</a> and the C++11 <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ class.
+ </p>
+<p>
+ As an example, consider what happens when enabling <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ support by using the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span></code>
+ special value, as in:
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">&gt;</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">my_buffer</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span><span class="special">);</span>
+</pre>
+<p>
+ When a handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">result_type</span> <span class="identifier">result</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function returns a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span></code>
+ templated on <code class="computeroutput"><span class="identifier">result_type</span></code>.
+ In the above <code class="computeroutput"><span class="identifier">async_read_some</span></code>
+ example, this is <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span></code>. If the asynchronous operation fails,
+ the <code class="computeroutput"><span class="identifier">error_code</span></code> is converted
+ into a <code class="computeroutput"><span class="identifier">system_error</span></code> exception
+ and passed back to the caller through the future.
+ </p>
+<p>
+ Where a handler signature has the form:
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ the initiating function instead returns <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">&gt;</span></code>.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket.html b/doc/html/boost_asio/reference/basic_datagram_socket.html
index 376b9b50bc..9da1b87412 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="async_write_at/overload4.html" title="async_write_at (4 of 4 overloads)">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.types"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.types"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -330,7 +330,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.member_functions"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.member_functions"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -470,6 +470,10 @@
<p>
Move-construct a basic_datagram_socket from another.
</p>
+ <p>
+ Move-construct a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -671,6 +675,10 @@
<p>
Move-assign a basic_datagram_socket from another.
</p>
+ <p>
+ Move-assign a basic_datagram_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -761,7 +769,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.protected_member_functions"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.protected_member_functions"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -810,7 +818,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.data_members"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.data_members"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -894,7 +902,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h4"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.protected_data_members"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.protected_data_members"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -949,31 +957,29 @@
</p>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h5"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.thread_safety"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.thread_safety"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_datagram_socket.h6"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.requirements"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.requirements"></a></span><a class="link" href="basic_datagram_socket.html#boost_asio.reference.basic_datagram_socket.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/assign.html b/doc/html/boost_asio/reference/basic_datagram_socket/assign.html
index e962fce5d2..40cdf2a84b 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/assign.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="../basic_datagram_socket.html" title="basic_datagram_socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.assign"></a><a class="link" href="assign.html" title="basic_datagram_socket::assign">basic_datagram_socket::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id924741"></a>
+ <a class="indexterm" name="idp119617536"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_datagram_socket::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html
index 7b83e6629d..086b09374f 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_datagram_socket::assign">
<link rel="prev" href="../assign.html" title="basic_datagram_socket::assign">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html
index d52b331b77..7e4e932eb5 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_datagram_socket::assign">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::assign (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html
index dd0940ea4c..0d2daa48eb 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="assign/overload2.html" title="basic_datagram_socket::assign (2 of 2 overloads)">
@@ -30,12 +30,12 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id925274"></a>
+ <a class="indexterm" name="idp119681088"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -50,11 +50,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_datagram_socket.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_datagram_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -82,7 +82,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_datagram_socket.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_datagram_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -102,7 +102,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html
index b340a975ba..6bf617f245 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="async_connect.html" title="basic_datagram_socket::async_connect">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_datagram_socket.async_receive"></a><a class="link" href="async_receive.html" title="basic_datagram_socket::async_receive">basic_datagram_socket::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id925946"></a>
+ <a class="indexterm" name="idp119761376"></a>
Start an asynchronous receive on a connected
socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload1.html" title="basic_datagram_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload1.html" title="basic_datagram_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_receive/overload1.html" title="basic_datagram_socket::async_receive (1 of 2 overloads)">more...</a></em></span>
@@ -42,7 +42,7 @@ Start an asynchronous receive on a connected
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload2.html" title="basic_datagram_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload2.html" title="basic_datagram_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -51,7 +51,7 @@ Start an asynchronous receive on a connected
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html
index 828e0acb57..d917b32eed 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_datagram_socket::async_receive">
<link rel="prev" href="../async_receive.html" title="basic_datagram_socket::async_receive">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.remarks">Remarks</a>
</h6>
<p>
The async_receive operation can only be used with a connected socket.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html
index 7e94d63b62..5768b54f29 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_datagram_socket::async_receive">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::async_receive (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -83,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive.overload2.remarks">Remarks</a>
</h6>
<p>
The async_receive operation can only be used with a connected socket.
@@ -93,7 +93,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html
index be89247cc5..54b8dd202d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="async_receive/overload2.html" title="basic_datagram_socket::async_receive (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_datagram_socket.async_receive_from"></a><a class="link" href="async_receive_from.html" title="basic_datagram_socket::async_receive_from">basic_datagram_socket::async_receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id927486"></a>
+ <a class="indexterm" name="idp119910000"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive_from/overload1.html" title="basic_datagram_socket::async_receive_from (1 of 2 overloads)">async_receive_from</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive_from/overload1.html" title="basic_datagram_socket::async_receive_from (1 of 2 overloads)">async_receive_from</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive_from/overload2.html" title="basic_datagram_socket::async_receive_from (2 of 2 overloads)">async_receive_from</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive_from/overload2.html" title="basic_datagram_socket::async_receive_from (2 of 2 overloads)">async_receive_from</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -52,7 +52,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html
index 33d33b7380..a4f4d99390 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive_from (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive_from.html" title="basic_datagram_socket::async_receive_from">
<link rel="prev" href="../async_receive_from.html" title="basic_datagram_socket::async_receive_from">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -86,13 +86,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
</p>
<pre class="programlisting"><span class="identifier">socket</span><span class="special">.</span><span class="identifier">async_receive_from</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span> <span class="number">0</span><span class="special">,</span> <span class="identifier">sender_endpoint</span><span class="special">,</span> <span class="identifier">handler</span><span class="special">);</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span> <span class="identifier">sender_endpoint</span><span class="special">,</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
See the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a>
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html
index 9ecdbf2dd1..014de22947 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_receive_from (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive_from.html" title="basic_datagram_socket::async_receive_from">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::async_receive_from (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_receive_from.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -92,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html
index f7830ec880..9d191dea78 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="async_receive_from/overload2.html" title="basic_datagram_socket::async_receive_from (2 of 2 overloads)">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_datagram_socket.async_send"></a><a class="link" href="async_send.html" title="basic_datagram_socket::async_send">basic_datagram_socket::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id928831"></a>
+ <a class="indexterm" name="idp120066800"></a>
Start an asynchronous send on a connected
socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload1.html" title="basic_datagram_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload1.html" title="basic_datagram_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_send/overload1.html" title="basic_datagram_socket::async_send (1 of 2 overloads)">more...</a></em></span>
@@ -42,7 +42,7 @@ Start an asynchronous send on a connected
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload2.html" title="basic_datagram_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload2.html" title="basic_datagram_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -51,7 +51,7 @@ Start an asynchronous send on a connected
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html
index 03fb829b58..d608fbcd6c 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_datagram_socket::async_send">
<link rel="prev" href="../async_send.html" title="basic_datagram_socket::async_send">
@@ -33,22 +33,21 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
- This function is used to send data on the datagram socket. The function
- call will block until the data has been sent successfully or an error
- occurs.
+ This function is used to asynchronously send data on the datagram socket.
+ The function call always returns immediately.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -79,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.remarks">Remarks</a>
</h6>
<p>
The async_send operation can only be used with a connected socket. Use
@@ -87,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html
index e624779cd2..1c032db592 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_datagram_socket::async_send">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::async_send (1 of 2 overloads)">
@@ -33,23 +33,22 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
- This function is used to send data on the datagram socket. The function
- call will block until the data has been sent successfully or an error
- occurs.
+ This function is used to asynchronously send data on the datagram socket.
+ The function call always returns immediately.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -84,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send.overload2.remarks">Remarks</a>
</h6>
<p>
The async_send operation can only be used with a connected socket. Use
@@ -93,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html
index 8007f06c47..ab777320e6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="async_send/overload2.html" title="basic_datagram_socket::async_send (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_datagram_socket.async_send_to"></a><a class="link" href="async_send_to.html" title="basic_datagram_socket::async_send_to">basic_datagram_socket::async_send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id930095"></a>
+ <a class="indexterm" name="idp120215232"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send_to/overload1.html" title="basic_datagram_socket::async_send_to (1 of 2 overloads)">async_send_to</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send_to/overload1.html" title="basic_datagram_socket::async_send_to (1 of 2 overloads)">async_send_to</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send_to/overload2.html" title="basic_datagram_socket::async_send_to (2 of 2 overloads)">async_send_to</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send_to/overload2.html" title="basic_datagram_socket::async_send_to (2 of 2 overloads)">async_send_to</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -52,7 +52,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html
index 05765c42f1..01ad5d34b5 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send_to (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send_to.html" title="basic_datagram_socket::async_send_to">
<link rel="prev" href="../async_send_to.html" title="basic_datagram_socket::async_send_to">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint. Although
@@ -84,7 +84,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html
index 03a8617773..74b94f4810 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::async_send_to (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send_to.html" title="basic_datagram_socket::async_send_to">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::async_send_to (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.async_send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.async_send_to.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint. Although
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html
index 92e59a36db..284ba797b1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="async_send_to/overload2.html" title="basic_datagram_socket::async_send_to (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.at_mark"></a><a class="link" href="at_mark.html" title="basic_datagram_socket::at_mark">basic_datagram_socket::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id931557"></a>
+ <a class="indexterm" name="idp120388400"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html
index 6b4aa093ca..2398649444 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_datagram_socket::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_datagram_socket::at_mark">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html
index 45aaf369a6..27fcf56a4b 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_datagram_socket::at_mark">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::at_mark (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/available.html b/doc/html/boost_asio/reference/basic_datagram_socket/available.html
index abf3f5f59b..45e9e5510b 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/available.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="at_mark/overload2.html" title="basic_datagram_socket::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.available"></a><a class="link" href="available.html" title="basic_datagram_socket::available">basic_datagram_socket::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id932045"></a>
+ <a class="indexterm" name="idp120444128"></a>
Determine the number of bytes available for
reading.
</p>
@@ -41,7 +41,7 @@ Determine the number of bytes available for
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html
index 99727b30e8..dc4d13c692 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_datagram_socket::available">
<link rel="prev" href="../available.html" title="basic_datagram_socket::available">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html
index 2610e7d5b1..220801e56d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_datagram_socket::available">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::available (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html
index 8f87ae395e..559c034cdf 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::basic_datagram_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="available/overload2.html" title="basic_datagram_socket::available (2 of 2 overloads)">
-<link rel="next" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)">
+<link rel="next" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,52 +27,64 @@
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket"></a><a class="link" href="basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">basic_datagram_socket::basic_datagram_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id932571"></a>
+ <a class="indexterm" name="idp120504080"></a>
Construct a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> without
opening it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)">basic_datagram_socket</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct and open a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>.
</p>
-<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)">basic_datagram_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>, opening
it and binding it to the given local endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)">basic_datagram_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> on an existing
native socket.
</p>
-<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)">basic_datagram_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_socket</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)">basic_datagram_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_datagram_socket/overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
<span class="identifier">basic_datagram_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../DatagramSocketService.html" title="Datagram socket service requirements">DatagramSocketService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_datagram_socket/overload6.html" title="basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)">basic_datagram_socket</a><span class="special">(</span>
+ <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">DatagramSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_datagram_socket/overload6.html" title="basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html
index 88bfa3373b..05b3dacce5 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)</title>
+<title>basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
<link rel="prev" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
-<link rel="next" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1"></a><a class="link" href="overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)">basic_datagram_socket::basic_datagram_socket
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1"></a><a class="link" href="overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> without
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html
index 4e32bc63a5..84f7e28b54 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)</title>
+<title>basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
-<link rel="prev" href="overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_datagram_socket::basic_datagram_socket (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2"></a><a class="link" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)">basic_datagram_socket::basic_datagram_socket
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2"></a><a class="link" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>.
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,11 +58,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html
index 5c29718fd5..06005d4017 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)</title>
+<title>basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
-<link rel="prev" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_datagram_socket::basic_datagram_socket (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3"></a><a class="link" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)">basic_datagram_socket::basic_datagram_socket
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3"></a><a class="link" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>, opening
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -62,11 +62,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html
index 3e486ea529..10d91e6831 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)</title>
+<title>basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
-<link rel="prev" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_datagram_socket::basic_datagram_socket (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4"></a><a class="link" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)">basic_datagram_socket::basic_datagram_socket
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4"></a><a class="link" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> on an
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html
index 8c9f2de34c..ff0d06c915 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)</title>
+<title>basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
-<link rel="prev" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_datagram_socket::bind">
+<link rel="prev" href="overload4.html" title="basic_datagram_socket::basic_datagram_socket (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5"></a><a class="link" href="overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)">basic_datagram_socket::basic_datagram_socket
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5"></a><a class="link" href="overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from another.
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +69,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html
new file mode 100644
index 0000000000..7f99e617ab
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket">
+<link rel="prev" href="overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_datagram_socket::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6"></a><a class="link" href="overload6.html" title="basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)">basic_datagram_socket::basic_datagram_socket
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from a
+ socket of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../DatagramSocketService.html" title="Datagram socket service requirements">DatagramSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_datagram_socket</span><span class="special">(</span>
+ <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">DatagramSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves a datagram socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_datagram_socket.basic_datagram_socket.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_datagram_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/bind.html b/doc/html/boost_asio/reference/basic_datagram_socket/bind.html
index 2f996403a5..4e64883bbd 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/bind.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
-<link rel="prev" href="basic_datagram_socket/overload5.html" title="basic_datagram_socket::basic_datagram_socket (5 of 5 overloads)">
+<link rel="prev" href="basic_datagram_socket/overload6.html" title="basic_datagram_socket::basic_datagram_socket (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_datagram_socket::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_datagram_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_datagram_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_datagram_socket.bind"></a><a class="link" href="bind.html" title="basic_datagram_socket::bind">basic_datagram_socket::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id934349"></a>
+ <a class="indexterm" name="idp120777200"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_datagram_socket::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the socket to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_datagram_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_datagram_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html
index 3fe445fb1b..304e29298b 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_datagram_socket::bind">
<link rel="prev" href="../bind.html" title="basic_datagram_socket::bind">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html
index 7774cd73f3..2e9ab35104 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_datagram_socket::bind">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::bind (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html b/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html
index c8373ec199..0c84e3b475 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="bind/overload2.html" title="basic_datagram_socket::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id935560"></a>
+ <a class="indexterm" name="idp120921360"></a>
Socket option to permit sending of broadcast
messages.
</p>
@@ -41,7 +41,7 @@ Socket option to permit sending of broadcast
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_datagram_socket.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_datagram_socket.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to permit sending of broadcast
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_datagram_socket.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_datagram_socket.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html b/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html
index 2958877979..84ed59747f 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="broadcast.html" title="basic_datagram_socket::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id936041"></a>
+ <a class="indexterm" name="idp120978704"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_datagram_socket.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_datagram_socket.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_datagram_socket.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_datagram_socket.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html b/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html
index 970ee27073..90ea05cdc7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="bytes_readable.html" title="basic_datagram_socket::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.cancel"></a><a class="link" href="cancel.html" title="basic_datagram_socket::cancel">basic_datagram_socket::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id936379"></a>
+ <a class="indexterm" name="idp121018256"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html
index e5f9116d1f..c656607e7e 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_datagram_socket::cancel">
<link rel="prev" href="../cancel.html" title="basic_datagram_socket::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -66,7 +66,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -81,7 +81,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html
index 0b5e6368a9..fcc753e330 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_datagram_socket::cancel">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -67,7 +67,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -82,7 +82,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/close.html b/doc/html/boost_asio/reference/basic_datagram_socket/close.html
index 46ddf62317..b9ff030bac 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/close.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="cancel/overload2.html" title="basic_datagram_socket::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.close"></a><a class="link" href="close.html" title="basic_datagram_socket::close">basic_datagram_socket::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id937190"></a>
+ <a class="indexterm" name="idp121110400"></a>
Close the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_datagram_socket::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html
index 10368a52d9..4a1982e92e 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_datagram_socket::close">
<link rel="prev" href="../close.html" title="basic_datagram_socket::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.close.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.close.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.close.overload1.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html
index daebc62224..2e38452615 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_datagram_socket::close">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/connect.html b/doc/html/boost_asio/reference/basic_datagram_socket/connect.html
index 9ab355fc8f..6146436267 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/connect.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="close/overload2.html" title="basic_datagram_socket::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.connect"></a><a class="link" href="connect.html" title="basic_datagram_socket::connect">basic_datagram_socket::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id937975"></a>
+ <a class="indexterm" name="idp121201712"></a>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="connect/overload1.html" title="basic_datagram_socket::connect (1 of 2 overloads)">connect</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Connect the socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html
index 8595a7de79..2ad72585aa 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_datagram_socket::connect">
<link rel="prev" href="../connect.html" title="basic_datagram_socket::connect">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -61,11 +61,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html
index 6af0f9512b..4466f114e3 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::connect (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_datagram_socket::connect">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::connect (1 of 2 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/debug.html b/doc/html/boost_asio/reference/basic_datagram_socket/debug.html
index f6b3cf49c5..a31afe4a40 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/debug.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="connect/overload2.html" title="basic_datagram_socket::connect (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id939130"></a>
+ <a class="indexterm" name="idp121337776"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_datagram_socket.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_datagram_socket.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_datagram_socket.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_datagram_socket.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html b/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html
index 59a7c85a65..c4732ef5e7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="debug.html" title="basic_datagram_socket::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id939611"></a>
+ <a class="indexterm" name="idp121395136"></a>
Socket option to prevent routing, use
local interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_datagram_socket.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_datagram_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_datagram_socket.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_datagram_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html
index 00df12cf56..e8dae851b2 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="do_not_route.html" title="basic_datagram_socket::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id940099"></a>
+ <a class="indexterm" name="idp121452400"></a>
Socket option to report aborted
connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report aborted
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_datagram_socket.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_datagram_socket.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report aborted
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_datagram_socket.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_datagram_socket.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html
index 755308c46e..76e1f86d3d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="enable_connection_aborted.html" title="basic_datagram_socket::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_datagram_socket.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_datagram_socket::endpoint_type">basic_datagram_socket::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id940617"></a>
+ <a class="indexterm" name="idp121513824"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_datagram_socket.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_datagram_socket.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html
index 6bb5616f0f..9590d50efe 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="endpoint_type.html" title="basic_datagram_socket::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_datagram_socket::get_implementation">basic_datagram_socket::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id940738"></a>
+ <a class="indexterm" name="idp121527376"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html
index 51b07f88e1..ad210b213b 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_datagram_socket::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_datagram_socket::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html
index 9c1ef32007..fe46621798 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_datagram_socket::get_implementation">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html
index ef8f2695fb..73342845e1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="get_implementation/overload2.html" title="basic_datagram_socket::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id941006"></a>
+ <a class="indexterm" name="idp121557568"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_datagram_socket.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_datagram_socket.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html
index aa53c2e9f3..b1ee5c6c0f 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="get_io_service.html" title="basic_datagram_socket::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.get_option"></a><a class="link" href="get_option.html" title="basic_datagram_socket::get_option">basic_datagram_socket::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id941167"></a>
+ <a class="indexterm" name="idp121575888"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="get_option/overload1.html" title="basic_datagram_socket::get_option (1 of 2 overloads)">get_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html
index a21b58ba57..3a2a0dc866 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_datagram_socket::get_option">
<link rel="prev" href="../get_option.html" title="basic_datagram_socket::get_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -78,12 +78,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html
index 6b4a643ae7..63dac9e759 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_datagram_socket::get_option">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::get_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html
index 14912fb4bf..f0af95acd7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="get_option/overload2.html" title="basic_datagram_socket::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.get_service"></a><a class="link" href="get_service.html" title="basic_datagram_socket::get_service">basic_datagram_socket::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id942353"></a>
+ <a class="indexterm" name="idp121716336"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html
index 993ea5c7ac..5a76d7c214 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_datagram_socket::get_service">
<link rel="prev" href="../get_service.html" title="basic_datagram_socket::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html
index cedf9c7da6..a4e9e45629 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_datagram_socket::get_service">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html b/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html
index 69dc385e66..66e0faef7a 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="get_service/overload2.html" title="basic_datagram_socket::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id942618"></a>
+ <a class="indexterm" name="idp121746640"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html
index 14e4061574..786f5f45d6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="implementation.html" title="basic_datagram_socket::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id942693"></a>
+ <a class="indexterm" name="idp121755360"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_datagram_socket.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_datagram_socket.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html b/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html
index c3ef091843..732820fbbd 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="implementation_type.html" title="basic_datagram_socket::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.io_control"></a><a class="link" href="io_control.html" title="basic_datagram_socket::io_control">basic_datagram_socket::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id942818"></a>
+ <a class="indexterm" name="idp121768944"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="io_control/overload1.html" title="basic_datagram_socket::io_control (1 of 2 overloads)">io_control</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html
index a59bf433a3..ff8fbcf4f1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_datagram_socket::io_control">
<link rel="prev" href="../io_control.html" title="basic_datagram_socket::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html
index 37584a9aff..d3d37fb0cf 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_datagram_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html b/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html
index 352af04aa3..18686f0556 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="io_control/overload2.html" title="basic_datagram_socket::io_control (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id944188"></a>
+ <a class="indexterm" name="idp121907504"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html b/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html
index 368063bdfe..c291a5e200 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="is_open.html" title="basic_datagram_socket::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id944250"></a>
+ <a class="indexterm" name="idp121915552"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_datagram_socket.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_datagram_socket.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_datagram_socket.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_datagram_socket.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/linger.html b/doc/html/boost_asio/reference/basic_datagram_socket/linger.html
index 187c68374e..c1d56d9948 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/linger.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="keep_alive.html" title="basic_datagram_socket::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id944683"></a>
+ <a class="indexterm" name="idp121972880"></a>
Socket option to specify whether the socket
lingers on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_datagram_socket.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_datagram_socket.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_datagram_socket.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_datagram_socket.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html
index 60d891994d..34baf68865 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="linger.html" title="basic_datagram_socket::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_datagram_socket::local_endpoint">basic_datagram_socket::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id945156"></a>
+ <a class="indexterm" name="idp122035456"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_datagram_socket::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html
index a1d4d247a4..dcddd33865 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_datagram_socket::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_datagram_socket::local_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html
index 3ef6b560ee..4c5426bc6d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_datagram_socket::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::local_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html
index 835aaa4915..64636e8726 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_datagram_socket::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_datagram_socket::lowest_layer">basic_datagram_socket::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id946032"></a>
+ <a class="indexterm" name="idp122140832"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_datagram_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html
index 766ea1acfc..4b6a5973cb 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_datagram_socket::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_datagram_socket::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html
index d9f793587d..4d50425f8c 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_datagram_socket::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html
index b161e80296..a00c57960e 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_datagram_socket::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id946416"></a>
+ <a class="indexterm" name="idp122184224"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -332,7 +332,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,6 +424,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -625,6 +629,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -667,7 +675,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -728,7 +736,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -869,31 +877,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_datagram_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html b/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html
index 00a4f7c0fa..7ac05f18b9 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="lowest_layer_type.html" title="basic_datagram_socket::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id948677"></a>
+ <a class="indexterm" name="idp122441216"></a>
The maximum length of the queue of
pending incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html b/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html
index d04acfc1ec..2a94ae7fff 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="max_connections.html" title="basic_datagram_socket::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id948760"></a>
+ <a class="indexterm" name="idp122450848"></a>
Specify that the data should not
be subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should not
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html b/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html
index d8a3f5202e..8ce78b9b32 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="message_do_not_route.html" title="basic_datagram_socket::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id948845"></a>
+ <a class="indexterm" name="idp122460480"></a>
Specifies that the data marks
the end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html b/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html
index a40e24faf0..3053ec60ce 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_datagram_socket::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id948926"></a>
+ <a class="indexterm" name="idp122470080"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_datagram_socket.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_datagram_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html b/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html
index 868ebbdb29..d5cf16ffd1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="message_flags.html" title="basic_datagram_socket::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id949046"></a>
+ <a class="indexterm" name="idp122483392"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html b/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html
index ad50f2b4a7..3e80f8be2f 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="message_out_of_band.html" title="basic_datagram_socket::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id949128"></a>
+ <a class="indexterm" name="idp122492960"></a>
Peek at incoming data without removing
it from the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native.html b/doc/html/boost_asio/reference/basic_datagram_socket/native.html
index 0220847fb6..01fb7b47eb 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="message_peek.html" title="basic_datagram_socket::message_peek">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id949210"></a>
+ <a class="indexterm" name="idp122502512"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html
index c634ce3801..792359735c 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="native.html" title="basic_datagram_socket::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id949292"></a>
+ <a class="indexterm" name="idp122511760"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html
index 134975b294..2324dfae95 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="native_handle.html" title="basic_datagram_socket::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_datagram_socket.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_datagram_socket::native_handle_type">basic_datagram_socket::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id949352"></a>
+ <a class="indexterm" name="idp122518480"></a>
The native representation of a socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">DatagramSocketService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_datagram_socket.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_datagram_socket.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html
index f4d094c58c..294bcf4332 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="native_handle_type.html" title="basic_datagram_socket::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_datagram_socket::native_non_blocking">basic_datagram_socket::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id949474"></a>
+ <a class="indexterm" name="idp122532080"></a>
Gets the non-blocking mode of the
native socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html
index 01de45a1fb..f9d342547e 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_datagram_socket::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_datagram_socket::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -138,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html
index 8a186b3edb..e3e37bf873 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_datagram_socket::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -153,7 +153,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html
index d26c54e279..2efef05eeb 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_datagram_socket::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html
index 58c00efbdf..718e8f0673 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_datagram_socket::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.native_type"></a><a class="link" href="native_type.html" title="basic_datagram_socket::native_type">basic_datagram_socket::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id954310"></a>
+ <a class="indexterm" name="idp123141824"></a>
(Deprecated: Use native_handle_type.) The
native representation of a socket.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_datagram_socket.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_datagram_socket.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html
index 91e36f62bf..4b2e70d6b2 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="native_type.html" title="basic_datagram_socket::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_datagram_socket::non_blocking">basic_datagram_socket::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id954432"></a>
+ <a class="indexterm" name="idp123155440"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_datagram_socket::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html
index 4892b72bd0..a94ab68afe 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_datagram_socket::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_datagram_socket::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html
index c7c34a756a..3e85ae740f 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_datagram_socket::non_blocking">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html
index d0c424a00f..cc4c103899 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_datagram_socket::non_blocking">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html
index 142a751e90..62b268c5ad 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="non_blocking/overload3.html" title="basic_datagram_socket::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id955507"></a>
+ <a class="indexterm" name="idp123279792"></a>
(Deprecated: Use non_blocking().) IO
control command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_datagram_socket.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_datagram_socket.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_datagram_socket.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_datagram_socket.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/open.html b/doc/html/boost_asio/reference/basic_datagram_socket/open.html
index 5205be869a..77da83af99 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/open.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="non_blocking_io.html" title="basic_datagram_socket::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.open"></a><a class="link" href="open.html" title="basic_datagram_socket::open">basic_datagram_socket::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id955798"></a>
+ <a class="indexterm" name="idp123314000"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_datagram_socket::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html
index ea3de8818a..cdba01fac4 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_datagram_socket::open">
<link rel="prev" href="../open.html" title="basic_datagram_socket::open">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html
index dab3bac46e..1d8ea21ab1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_datagram_socket::open">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::open (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html
index bfd7a7eb4f..c71f4e3713 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="open/overload2.html" title="basic_datagram_socket::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_datagram_socket::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_datagram_socket::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,48 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_datagram_socket.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_datagram_socket::operator=">basic_datagram_socket::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id956782"></a>
+ <a class="indexterm" name="idp123431424"></a>
Move-assign a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_datagram_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_datagram_socket</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_datagram_socket::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_datagram_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_datagram_socket::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves a datagram socket from one object to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_datagram_socket.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> object
- from which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_datagram_socket.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_datagram_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from a socket
+ of another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../DatagramSocketService.html" title="Datagram socket service requirements">DatagramSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_datagram_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_datagram_socket::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">DatagramSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_datagram_socket::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +56,7 @@ Move-assign a <a class="link" href="../basic_datagram_socket.html" title="basic_
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html
new file mode 100644
index 0000000000..91dd90cc18
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_datagram_socket::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_datagram_socket::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_datagram_socket::operator=">
+<link rel="next" href="overload2.html" title="basic_datagram_socket::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_datagram_socket::operator= (1 of 2 overloads)">basic_datagram_socket::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_datagram_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_datagram_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a datagram socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_datagram_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html
new file mode 100644
index 0000000000..9906c6c5e9
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html
@@ -0,0 +1,79 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_datagram_socket::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_datagram_socket::operator=">
+<link rel="prev" href="overload1.html" title="basic_datagram_socket::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_datagram_socket::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_datagram_socket::operator= (2 of 2 overloads)">basic_datagram_socket::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> from a
+ socket of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../DatagramSocketService.html" title="Datagram socket service requirements">DatagramSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_datagram_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">DatagramSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a datagram socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_datagram_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html
index 28e6e22fbf..91205a9f4c 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
-<link rel="prev" href="operator_eq_.html" title="basic_datagram_socket::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_datagram_socket::operator= (2 of 2 overloads)">
<link rel="next" href="receive.html" title="basic_datagram_socket::receive">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_datagram_socket.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_datagram_socket::protocol_type">basic_datagram_socket::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id957005"></a>
+ <a class="indexterm" name="idp123535632"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_datagram_socket.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_datagram_socket.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive.html
index 78915de5a7..6eaf03c2eb 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="protocol_type.html" title="basic_datagram_socket::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.receive"></a><a class="link" href="receive.html" title="basic_datagram_socket::receive">basic_datagram_socket::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id957116"></a>
+ <a class="indexterm" name="idp123548080"></a>
Receive some data on a connected socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@ Receive some data on a connected socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html
index 4ec06c80d4..6f921f24e1 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_datagram_socket::receive">
<link rel="prev" href="../receive.html" title="basic_datagram_socket::receive">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -84,7 +84,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html
index 5c78c31b91..a40084d4a6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_datagram_socket::receive">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::receive (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive.overload2.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html
index f2f82221ad..27708168e3 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_datagram_socket::receive">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::receive (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive.overload3.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html
index 7a88514848..dcb9b008af 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="receive/overload3.html" title="basic_datagram_socket::receive (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id958565"></a>
+ <a class="indexterm" name="idp123716048"></a>
Socket option for the receive buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive buffer
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_datagram_socket.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_datagram_socket.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_datagram_socket.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_datagram_socket.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html
index ef25877e91..3f6cc4d8aa 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="receive_buffer_size.html" title="basic_datagram_socket::receive_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.receive_from"></a><a class="link" href="receive_from.html" title="basic_datagram_socket::receive_from">basic_datagram_socket::receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id959041"></a>
+ <a class="indexterm" name="idp123772608"></a>
Receive a datagram with the endpoint of
the sender.
</p>
@@ -58,7 +58,7 @@ Receive a datagram with the endpoint of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html
index 1d5a44d28e..b489a97f4d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_from (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_datagram_socket::receive_from">
<link rel="prev" href="../receive_from.html" title="basic_datagram_socket::receive_from">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.receive_from.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html
index 900a09eaaf..c0de20b9af 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_from (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_datagram_socket::receive_from">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::receive_from (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,11 +73,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.receive_from.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html
index 6640e1eed3..c79b22b4e7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_from (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_datagram_socket::receive_from">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::receive_from (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive_from.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive_from.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive_from.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_from.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.receive_from.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html
index 475c70d72e..1507c8b37a 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="receive_from/overload3.html" title="basic_datagram_socket::receive_from (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id960639"></a>
+ <a class="indexterm" name="idp123958640"></a>
Socket option for the receive
low watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_datagram_socket.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_datagram_socket.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_datagram_socket.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_datagram_socket.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html
index 42e237edff..10e21abe0d 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_datagram_socket::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_datagram_socket::remote_endpoint">basic_datagram_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id961385"></a>
+ <a class="indexterm" name="idp124015216"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_datagram_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html
index 7cca743e81..2d89b2ff3e 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_datagram_socket::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_datagram_socket::remote_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html
index a11b608d7c..b247af89a7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_datagram_socket::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::remote_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html b/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html
index de8c20adb4..acca4ef0db 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_datagram_socket::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id962292"></a>
+ <a class="indexterm" name="idp124200656"></a>
Socket option to allow the socket to
be bound to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_datagram_socket.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_datagram_socket.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_datagram_socket.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_datagram_socket.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send.html b/doc/html/boost_asio/reference/basic_datagram_socket/send.html
index 3d580f44a3..1b5473c3b6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="reuse_address.html" title="basic_datagram_socket::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.send"></a><a class="link" href="send.html" title="basic_datagram_socket::send">basic_datagram_socket::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id962766"></a>
+ <a class="indexterm" name="idp124251136"></a>
Send some data on a connected socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@ Send some data on a connected socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html
index 77e64b7900..85446282d0 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_datagram_socket::send">
<link rel="prev" href="../send.html" title="basic_datagram_socket::send">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One ore more data buffers to be sent on the socket.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -84,7 +84,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html
index a77fbab9f2..9900ba1dbc 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_datagram_socket::send">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::send (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One ore more data buffers to be sent on the socket.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send.overload2.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html
index 9ace00bae7..3c0acfaf41 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_datagram_socket::send">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::send (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send.overload3.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html
index 376dda7be3..4480c3e0e6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="send/overload3.html" title="basic_datagram_socket::send (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id964211"></a>
+ <a class="indexterm" name="idp124398512"></a>
Socket option for the send buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_datagram_socket.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_datagram_socket.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_datagram_socket.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_datagram_socket.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html
index 6df172a257..f7b40339b7 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_datagram_socket::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id964692"></a>
+ <a class="indexterm" name="idp124454080"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_datagram_socket.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_datagram_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_datagram_socket.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_datagram_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html
index dd01e5584c..736940f9ef 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="send_low_watermark.html" title="basic_datagram_socket::send_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.send_to"></a><a class="link" href="send_to.html" title="basic_datagram_socket::send_to">basic_datagram_socket::send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id965166"></a>
+ <a class="indexterm" name="idp124510384"></a>
Send a datagram to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -57,7 +57,7 @@ Send a datagram to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html
index 7354430e78..22a21d54c6 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_to (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_datagram_socket::send_to">
<link rel="prev" href="../send_to.html" title="basic_datagram_socket::send_to">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.send_to.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html
index b2186cd7fd..233bc79f5a 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_to (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_datagram_socket::send_to">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::send_to (1 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,11 +73,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.send_to.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html
index f15ec9fea7..2aa68e6f32 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::send_to (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_datagram_socket::send_to">
<link rel="prev" href="overload2.html" title="basic_datagram_socket::send_to (2 of 3 overloads)">
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send_to.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send_to.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send_to.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.send_to.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_datagram_socket.send_to.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/service.html b/doc/html/boost_asio/reference/basic_datagram_socket/service.html
index 6f5a39a7da..d9e1732758 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/service.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="send_to/overload3.html" title="basic_datagram_socket::send_to (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id966842"></a>
+ <a class="indexterm" name="idp124706800"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.service.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_datagram_socket.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_datagram_socket.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html
index eaa7d7828d..4186620c14 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="service.html" title="basic_datagram_socket::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id966952"></a>
+ <a class="indexterm" name="idp124719312"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_datagram_socket.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_datagram_socket.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html b/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html
index ba23a8a4e8..6906c8b086 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="service_type.html" title="basic_datagram_socket::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.set_option"></a><a class="link" href="set_option.html" title="basic_datagram_socket::set_option">basic_datagram_socket::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id967065"></a>
+ <a class="indexterm" name="idp124731728"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_option/overload1.html" title="basic_datagram_socket::set_option (1 of 2 overloads)">set_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html
index 16a60663a1..37d00fd111 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_datagram_socket::set_option">
<link rel="prev" href="../set_option.html" title="basic_datagram_socket::set_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html
index 5cb1ad7d0d..2290f3e5e3 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_datagram_socket::set_option">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::set_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html
index 7f29e69e29..f6ccedeb19 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="set_option/overload2.html" title="basic_datagram_socket::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_datagram_socket.shutdown"></a><a class="link" href="shutdown.html" title="basic_datagram_socket::shutdown">basic_datagram_socket::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id968156"></a>
+ <a class="indexterm" name="idp124860752"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_datagram_socket::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html
index e1188cfcc5..a60b7698ab 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_datagram_socket::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_datagram_socket::shutdown">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_datagram_socket.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html
index 7a3bd66517..e51ab20ed5 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_datagram_socket::shutdown">
<link rel="prev" href="overload1.html" title="basic_datagram_socket::shutdown (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_datagram_socket.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html
index 50a1520e30..6fec5618be 100644
--- a/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="shutdown/overload2.html" title="basic_datagram_socket::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id969125"></a>
+ <a class="indexterm" name="idp124975040"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id969156"></a>
- <a class="indexterm" name="id969165"></a>
- <a class="indexterm" name="id969174"></a>
+ <a class="indexterm" name="idp124978736"></a>
+ <a class="indexterm" name="idp124979840"></a>
+ <a class="indexterm" name="idp124980944"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_datagram_socket.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_datagram_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_datagram_socket.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_datagram_socket.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer.html b/doc/html/boost_asio/reference/basic_deadline_timer.html
index cc005ea2f7..386002f137 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_datagram_socket/shutdown_type.html" title="basic_datagram_socket::shutdown_type">
@@ -38,7 +38,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.types"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.types"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -122,7 +122,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.member_functions"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.member_functions"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -255,7 +255,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.protected_member_functions"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.protected_member_functions"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -304,7 +304,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h3"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.protected_data_members"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.protected_data_members"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -368,20 +368,18 @@
</p>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h4"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.thread_safety"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.thread_safety"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h5"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.examples"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.examples"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.examples">Examples</a>
</h5>
<p>
Performing a blocking wait:
@@ -417,7 +415,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h6"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.changing_an_active_deadline_timer_s_expiry_time"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.changing_an_active_deadline_timer_s_expiry_time">Changing
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.changing_an_active_deadline_timer_s_expiry_time"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.changing_an_active_deadline_timer_s_expiry_time">Changing
an active deadline_timer's expiry time</a>
</h5>
<p>
@@ -447,7 +445,7 @@
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_deadline_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -462,18 +460,18 @@
</ul></div>
<h5>
<a name="boost_asio.reference.basic_deadline_timer.h7"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.requirements"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.requirements"></a></span><a class="link" href="basic_deadline_timer.html#boost_asio.reference.basic_deadline_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html b/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html
index e7f4b35d99..7c6e663ce9 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="../basic_deadline_timer.html" title="basic_deadline_timer">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.basic_deadline_timer.async_wait"></a><a class="link" href="async_wait.html" title="basic_deadline_timer::async_wait">basic_deadline_timer::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id971278"></a>
+ <a class="indexterm" name="idp125226144"></a>
Start an asynchronous wait on the timer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -43,7 +43,7 @@ Start an asynchronous wait on the timer.
For each call to <code class="computeroutput"><span class="identifier">async_wait</span><span class="special">()</span></code>, the supplied handler will be called
exactly once. The handler will be called when:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The timer has expired.
</li>
@@ -54,11 +54,11 @@ Start an asynchronous wait on the timer.
</ul></div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.async_wait.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_deadline_timer.async_wait.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_deadline_timer.async_wait.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -82,7 +82,7 @@ Start an asynchronous wait on the timer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html
index 037ae8275d..1fadb04a2e 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::basic_deadline_timer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="async_wait.html" title="basic_deadline_timer::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer"></a><a class="link" href="basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">basic_deadline_timer::basic_deadline_timer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id971619"></a>
+ <a class="indexterm" name="idp125266656"></a>
Constructor.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_deadline_timer/overload1.html" title="basic_deadline_timer::basic_deadline_timer (1 of 3 overloads)">basic_deadline_timer</a><span class="special">(</span>
@@ -53,7 +53,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html
index 38b2b77ac5..3bcec22d06 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::basic_deadline_timer (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
<link rel="prev" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html
index a6d5f54e92..90358f2b27 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::basic_deadline_timer (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::basic_deadline_timer (1 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
index ed44417711..6bb50630a9 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::basic_deadline_timer (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
<link rel="prev" href="overload2.html" title="basic_deadline_timer::basic_deadline_timer (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html
index 96140ee0ab..b40da1ce22 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="basic_deadline_timer/overload3.html" title="basic_deadline_timer::basic_deadline_timer (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.cancel"></a><a class="link" href="cancel.html" title="basic_deadline_timer::cancel">basic_deadline_timer::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id972487"></a>
+ <a class="indexterm" name="idp125366864"></a>
Cancel any asynchronous operations that are waiting
on the timer.
</p>
@@ -41,7 +41,7 @@ Cancel any asynchronous operations that are waiting
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html
index 6d98c6e63b..6c5e76e33f 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_deadline_timer::cancel">
<link rel="prev" href="../cancel.html" title="basic_deadline_timer::cancel">
@@ -43,7 +43,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -51,11 +51,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,13 +64,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html
index d5afad9a8d..8bd62d528e 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_deadline_timer::cancel">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,13 +65,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html
index 528a9b2009..101abbb722 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="cancel/overload2.html" title="basic_deadline_timer::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.cancel_one"></a><a class="link" href="cancel_one.html" title="basic_deadline_timer::cancel_one">basic_deadline_timer::cancel_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id973184"></a>
+ <a class="indexterm" name="idp125445568"></a>
Cancels one asynchronous operation that is
waiting on the timer.
</p>
@@ -41,7 +41,7 @@ Cancels one asynchronous operation that is
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html
index 795bcf8f21..c1291fd3a0 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel_one (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel_one.html" title="basic_deadline_timer::cancel_one">
<link rel="prev" href="../cancel_one.html" title="basic_deadline_timer::cancel_one">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -51,11 +51,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,13 +64,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload1.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel_one</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html
index e62f36dd2f..f3f2ae12cf 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel_one (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel_one.html" title="basic_deadline_timer::cancel_one">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::cancel_one (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,13 +65,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.cancel_one.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.cancel_one.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel_one</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html b/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html
index a48916cf72..a3d9b3055c 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::duration_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="cancel_one/overload2.html" title="basic_deadline_timer::cancel_one (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_deadline_timer.duration_type"></a><a class="link" href="duration_type.html" title="basic_deadline_timer::duration_type">basic_deadline_timer::duration_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id973882"></a>
+ <a class="indexterm" name="idp125524608"></a>
The duration type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">duration_type</span> <span class="identifier">duration_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.duration_type.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_deadline_timer.duration_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_deadline_timer.duration_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html
index fc09482d79..18cbaf00f0 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="duration_type.html" title="basic_deadline_timer::duration_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.expires_at"></a><a class="link" href="expires_at.html" title="basic_deadline_timer::expires_at">basic_deadline_timer::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id974003"></a>
+ <a class="indexterm" name="idp125538016"></a>
Get the timer's expiry time as an absolute
time.
</p>
@@ -49,7 +49,7 @@ Get the timer's expiry time as an absolute
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html
index 8b7d5e6804..0e0586b682 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_at (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_deadline_timer::expires_at">
<link rel="prev" href="../expires_at.html" title="basic_deadline_timer::expires_at">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html
index 8f4eb1a143..3bfea5c803 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_at (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_deadline_timer::expires_at">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::expires_at (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,13 +74,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_at.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_at</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -95,7 +95,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html
index 4e6997548a..ad4b324996 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_at (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_deadline_timer::expires_at">
<link rel="prev" href="overload2.html" title="basic_deadline_timer::expires_at (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -66,13 +66,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_at.overload3.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_at</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html
index 906825d136..47b58f4231 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="expires_at/overload3.html" title="basic_deadline_timer::expires_at (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now"></a><a class="link" href="expires_from_now.html" title="basic_deadline_timer::expires_from_now">basic_deadline_timer::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id974969"></a>
+ <a class="indexterm" name="idp125648336"></a>
Get the timer's expiry time relative
to now.
</p>
@@ -49,7 +49,7 @@ Get the timer's expiry time relative
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html
index 69fa177cfa..fa221f56e6 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_from_now (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_deadline_timer::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="basic_deadline_timer::expires_from_now">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html
index 0b8b876215..4deff24732 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_from_now (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_deadline_timer::expires_from_now">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::expires_from_now (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,13 +74,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_from_now</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -95,7 +95,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html
index 38ae54178b..98d8cd0f32 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::expires_from_now (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_deadline_timer::expires_from_now">
<link rel="prev" href="overload2.html" title="basic_deadline_timer::expires_from_now (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -66,13 +66,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.expires_from_now.overload3.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_from_now</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html
index 52166b9236..77dd9c320c 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="expires_from_now/overload3.html" title="basic_deadline_timer::expires_from_now (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_deadline_timer::get_implementation">basic_deadline_timer::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id975947"></a>
+ <a class="indexterm" name="idp125759184"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html
index bba093c6df..d017de264a 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_deadline_timer::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_deadline_timer::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html
index 0ec73b68fc..c396b60d9e 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_deadline_timer::get_implementation">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
index 1af260b744..6515ef6bd5 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="get_implementation/overload2.html" title="basic_deadline_timer::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id976213"></a>
+ <a class="indexterm" name="idp125789424"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_deadline_timer.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_deadline_timer.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html
index ec0876de4b..e2c801da02 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="get_io_service.html" title="basic_deadline_timer::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.get_service"></a><a class="link" href="get_service.html" title="basic_deadline_timer::get_service">basic_deadline_timer::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id976373"></a>
+ <a class="indexterm" name="idp125807760"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html
index aecf2e8a03..d6e01add70 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_deadline_timer::get_service">
<link rel="prev" href="../get_service.html" title="basic_deadline_timer::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html
index c710d193c5..c5a9139bac 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_deadline_timer::get_service">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html b/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html
index d77c6dd161..a1755bea33 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="get_service/overload2.html" title="basic_deadline_timer::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id976632"></a>
+ <a class="indexterm" name="idp125837696"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html b/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html
index 3c8ef4b533..81c17cee0e 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="implementation.html" title="basic_deadline_timer::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id976707"></a>
+ <a class="indexterm" name="idp125846352"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_deadline_timer.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_deadline_timer.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/service.html b/doc/html/boost_asio/reference/basic_deadline_timer/service.html
index b07e9c1f3f..d4405ac137 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/service.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="implementation_type.html" title="basic_deadline_timer::implementation_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id976836"></a>
+ <a class="indexterm" name="idp125860672"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.service.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_deadline_timer.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_deadline_timer.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html b/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html
index f1a1f6f24f..b87597ffee 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="service.html" title="basic_deadline_timer::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id976946"></a>
+ <a class="indexterm" name="idp125873200"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_deadline_timer.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_deadline_timer.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html b/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html
index 3faac404fb..79a0fa53ca 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::time_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="service_type.html" title="basic_deadline_timer::service_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_deadline_timer.time_type"></a><a class="link" href="time_type.html" title="basic_deadline_timer::time_type">basic_deadline_timer::time_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id977058"></a>
+ <a class="indexterm" name="idp125885504"></a>
The time type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">time_type</span> <span class="identifier">time_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.time_type.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_deadline_timer.time_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_deadline_timer.time_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html b/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html
index b62aa3ce98..2be988e41f 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::traits_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="time_type.html" title="basic_deadline_timer::time_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_deadline_timer.traits_type"></a><a class="link" href="traits_type.html" title="basic_deadline_timer::traits_type">basic_deadline_timer::traits_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id977180"></a>
+ <a class="indexterm" name="idp125898784"></a>
The time traits type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span> <span class="identifier">traits_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.traits_type.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.basic_deadline_timer.traits_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.basic_deadline_timer.traits_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/wait.html b/doc/html/boost_asio/reference/basic_deadline_timer/wait.html
index 215ec9f26b..3e7d70ce84 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/wait.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="traits_type.html" title="basic_deadline_timer::traits_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_deadline_timer.wait"></a><a class="link" href="wait.html" title="basic_deadline_timer::wait">basic_deadline_timer::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id977292"></a>
+ <a class="indexterm" name="idp125911152"></a>
Perform a blocking wait on the timer.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="wait/overload1.html" title="basic_deadline_timer::wait (1 of 2 overloads)">wait</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Perform a blocking wait on the timer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html b/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html
index eb1b99cd77..616f8ea890 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::wait (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="basic_deadline_timer::wait">
<link rel="prev" href="../wait.html" title="basic_deadline_timer::wait">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.wait.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.wait.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_deadline_timer.wait.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html b/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html
index ec9fa33f47..c5fa4d07d5 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::wait (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="basic_deadline_timer::wait">
<link rel="prev" href="overload1.html" title="basic_deadline_timer::wait (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.wait.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_deadline_timer.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.wait.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_deadline_timer.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_deadline_timer.wait.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object.html b/doc/html/boost_asio/reference/basic_io_object.html
index 55f256ce4a..e6e90b9915 100644
--- a/doc/html/boost_asio/reference/basic_io_object.html
+++ b/doc/html/boost_asio/reference/basic_io_object.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_deadline_timer/wait/overload2.html" title="basic_deadline_timer::wait (2 of 2 overloads)">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_io_object.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.types"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.types"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_io_object.h1"></a>
- <span><a name="boost_asio.reference.basic_io_object.member_functions"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.member_functions"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -117,7 +117,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_io_object.h2"></a>
- <span><a name="boost_asio.reference.basic_io_object.protected_member_functions"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.protected_member_functions"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -205,7 +205,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_io_object.h3"></a>
- <span><a name="boost_asio.reference.basic_io_object.protected_data_members"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.protected_data_members"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -256,7 +256,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_io_object.h4"></a>
- <span><a name="boost_asio.reference.basic_io_object.remarks"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.remarks"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.remarks">Remarks</a>
</h5>
<p>
All I/O objects are non-copyable. However, when using C++0x, certain I/O
@@ -264,18 +264,18 @@
</p>
<h5>
<a name="boost_asio.reference.basic_io_object.h5"></a>
- <span><a name="boost_asio.reference.basic_io_object.requirements"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.requirements"></a></span><a class="link" href="basic_io_object.html#boost_asio.reference.basic_io_object.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_io_object.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_io_object.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html b/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html
index 857c068ffc..3d38b1eef1 100644
--- a/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html
+++ b/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::~basic_io_object</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="service_type.html" title="basic_io_object::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object._basic_io_object"></a><a class="link" href="_basic_io_object.html" title="basic_io_object::~basic_io_object">basic_io_object::~basic_io_object</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id980344"></a>
+ <a class="indexterm" name="idp126292624"></a>
Protected destructor to prevent deletion
through this type.
</p>
@@ -41,7 +41,7 @@ Protected destructor to prevent deletion
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html b/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html
index 2e216377bd..706eda645a 100644
--- a/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html
+++ b/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::basic_io_object</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="../basic_io_object.html" title="basic_io_object">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.basic_io_object"></a><a class="link" href="basic_io_object.html" title="basic_io_object::basic_io_object">basic_io_object::basic_io_object</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id978349"></a>
+ <a class="indexterm" name="idp126113104"></a>
Construct a <a class="link" href="../basic_io_object.html" title="basic_io_object"><code class="computeroutput"><span class="identifier">basic_io_object</span></code></a>.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_io_object/overload1.html" title="basic_io_object::basic_io_object (1 of 2 overloads)">basic_io_object</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Construct a <a class="link" href="../basic_io_object.html" title="basic_io_objec
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html b/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html
index 561a1c5eea..5059d55dda 100644
--- a/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html
+++ b/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::basic_io_object (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object::basic_io_object">
<link rel="prev" href="../basic_io_object.html" title="basic_io_object::basic_io_object">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html b/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html
index de92f9a2e6..3fc32a30a6 100644
--- a/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html
+++ b/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::basic_io_object (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object::basic_io_object">
<link rel="prev" href="overload1.html" title="basic_io_object::basic_io_object (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_io_object.basic_io_object.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.basic_io_object.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_io_object.basic_io_object.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.basic_io_object.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_io_object.basic_io_object.overload2.remarks">Remarks</a>
</h6>
<p>
Available only for services that support movability,
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_implementation.html b/doc/html/boost_asio/reference/basic_io_object/get_implementation.html
index ec17322f64..c58e4f41ee 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="basic_io_object/overload2.html" title="basic_io_object::basic_io_object (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_io_object::get_implementation">basic_io_object::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979102"></a>
+ <a class="indexterm" name="idp126168208"></a>
Get the underlying implementation of the
I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html
index e3e316dad2..94797d138e 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_io_object::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_io_object::get_implementation">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html
index dd76a18a73..02e2fa2936 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_io_object::get_implementation">
<link rel="prev" href="overload1.html" title="basic_io_object::get_implementation (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_io_service.html b/doc/html/boost_asio/reference/basic_io_object/get_io_service.html
index 7f643c22a9..4bd1ae8a0e 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="get_implementation/overload2.html" title="basic_io_object::get_implementation (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.get_io_service"></a><a class="link" href="get_io_service.html" title="basic_io_object::get_io_service">basic_io_object::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979347"></a>
+ <a class="indexterm" name="idp126194800"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_io_object.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_io_object.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_io_object.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -50,7 +50,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_service.html b/doc/html/boost_asio/reference/basic_io_object/get_service.html
index 489408de42..2d2d644398 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_service.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="get_io_service.html" title="basic_io_object::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.get_service"></a><a class="link" href="get_service.html" title="basic_io_object::get_service">basic_io_object::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979507"></a>
+ <a class="indexterm" name="idp126209776"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_io_object::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html b/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html
index 1b68471bf4..6ce02c649e 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_io_object::get_service">
<link rel="prev" href="../get_service.html" title="basic_io_object::get_service">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html b/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html
index 6eb6ff6497..0fadda198e 100644
--- a/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_io_object::get_service">
<link rel="prev" href="overload1.html" title="basic_io_object::get_service (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/implementation.html b/doc/html/boost_asio/reference/basic_io_object/implementation.html
index 85cd00e505..b728b64206 100644
--- a/doc/html/boost_asio/reference/basic_io_object/implementation.html
+++ b/doc/html/boost_asio/reference/basic_io_object/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="get_service/overload2.html" title="basic_io_object::get_service (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.implementation"></a><a class="link" href="implementation.html" title="basic_io_object::implementation">basic_io_object::implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979743"></a>
+ <a class="indexterm" name="idp126233872"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/implementation_type.html b/doc/html/boost_asio/reference/basic_io_object/implementation_type.html
index 170fabac2a..dbdd36867e 100644
--- a/doc/html/boost_asio/reference/basic_io_object/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_io_object/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="implementation.html" title="basic_io_object::implementation">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.implementation_type"></a><a class="link" href="implementation_type.html" title="basic_io_object::implementation_type">basic_io_object::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979811"></a>
+ <a class="indexterm" name="idp126240848"></a>
The underlying implementation type of
I/O object.
</p>
@@ -35,18 +35,18 @@ The underlying implementation type of
</pre>
<h6>
<a name="boost_asio.reference.basic_io_object.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_io_object.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_io_object.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_io_object.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_io_object.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html b/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html
index e2908c5a69..005b73dfef 100644
--- a/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="implementation_type.html" title="basic_io_object::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_io_object::operator=">basic_io_object::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id979932"></a>
+ <a class="indexterm" name="idp126252416"></a>
Move-assign a <a class="link" href="../basic_io_object.html" title="basic_io_object"><code class="computeroutput"><span class="identifier">basic_io_object</span></code></a>.
</p>
<pre class="programlisting"><span class="identifier">basic_io_object</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -41,7 +41,7 @@ Move-assign a <a class="link" href="../basic_io_object.html" title="basic_io_obj
</pre>
<h6>
<a name="boost_asio.reference.basic_io_object.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_io_object.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_io_object.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Available only for services that support movability,
@@ -49,7 +49,7 @@ Move-assign a <a class="link" href="../basic_io_object.html" title="basic_io_obj
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/service.html b/doc/html/boost_asio/reference/basic_io_object/service.html
index 2ef74f7ff8..cc40996377 100644
--- a/doc/html/boost_asio/reference/basic_io_object/service.html
+++ b/doc/html/boost_asio/reference/basic_io_object/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="operator_eq_.html" title="basic_io_object::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.service"></a><a class="link" href="service.html" title="basic_io_object::service">basic_io_object::service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id980130"></a>
+ <a class="indexterm" name="idp126272544"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -35,7 +35,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_io_object.service.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_io_object.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_io_object.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_io_object/service_type.html b/doc/html/boost_asio/reference/basic_io_object/service_type.html
index ced9117a62..e4d0ad7831 100644
--- a/doc/html/boost_asio/reference/basic_io_object/service_type.html
+++ b/doc/html/boost_asio/reference/basic_io_object/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_io_object::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_io_object.html" title="basic_io_object">
<link rel="prev" href="service.html" title="basic_io_object::service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_io_object.service_type"></a><a class="link" href="service_type.html" title="basic_io_object::service_type">basic_io_object::service_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id980232"></a>
+ <a class="indexterm" name="idp126282000"></a>
The type of the service that will be used to
provide I/O operations.
</p>
@@ -35,18 +35,18 @@ The type of the service that will be used to
</pre>
<h6>
<a name="boost_asio.reference.basic_io_object.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_io_object.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_io_object.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_io_object.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_io_object.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_io_object.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_io_object.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket.html b/doc/html/boost_asio/reference/basic_raw_socket.html
index a59ffd969e..8d3370ef5d 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_io_object/_basic_io_object.html" title="basic_io_object::~basic_io_object">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.types"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.types"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -330,7 +330,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.member_functions"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.member_functions"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -469,6 +469,10 @@
<p>
Move-construct a basic_raw_socket from another.
</p>
+ <p>
+ Move-construct a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -670,6 +674,10 @@
<p>
Move-assign a basic_raw_socket from another.
</p>
+ <p>
+ Move-assign a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -760,7 +768,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.protected_member_functions"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.protected_member_functions"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -809,7 +817,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.data_members"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.data_members"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -894,7 +902,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h4"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.protected_data_members"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.protected_data_members"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -949,31 +957,29 @@
</p>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h5"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.thread_safety"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.thread_safety"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_raw_socket.h6"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.requirements"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.requirements"></a></span><a class="link" href="basic_raw_socket.html#boost_asio.reference.basic_raw_socket.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/assign.html b/doc/html/boost_asio/reference/basic_raw_socket/assign.html
index fe5ef60ca2..af91e4c07f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/assign.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="../basic_raw_socket.html" title="basic_raw_socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.assign"></a><a class="link" href="assign.html" title="basic_raw_socket::assign">basic_raw_socket::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id982936"></a>
+ <a class="indexterm" name="idp126573904"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_raw_socket::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html
index 1c5d184b5b..103d699cd7 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_raw_socket::assign">
<link rel="prev" href="../assign.html" title="basic_raw_socket::assign">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html
index b11b0f2869..b8acf71040 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_raw_socket::assign">
<link rel="prev" href="overload1.html" title="basic_raw_socket::assign (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html b/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html
index 1fe49e90fa..124e3c6a70 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="assign/overload2.html" title="basic_raw_socket::assign (2 of 2 overloads)">
@@ -30,12 +30,12 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id983467"></a>
+ <a class="indexterm" name="idp126636912"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -50,11 +50,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_raw_socket.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_raw_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -82,7 +82,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_raw_socket.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_raw_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -102,7 +102,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html
index 0e5ea17970..8923d2a46b 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="async_connect.html" title="basic_raw_socket::async_connect">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_raw_socket.async_receive"></a><a class="link" href="async_receive.html" title="basic_raw_socket::async_receive">basic_raw_socket::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id984135"></a>
+ <a class="indexterm" name="idp126716960"></a>
Start an asynchronous receive on a connected
socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload1.html" title="basic_raw_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload1.html" title="basic_raw_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_receive/overload1.html" title="basic_raw_socket::async_receive (1 of 2 overloads)">more...</a></em></span>
@@ -42,7 +42,7 @@ Start an asynchronous receive on a connected
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload2.html" title="basic_raw_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload2.html" title="basic_raw_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -51,7 +51,7 @@ Start an asynchronous receive on a connected
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html
index 186d9b0248..a6685d5cb0 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_raw_socket::async_receive">
<link rel="prev" href="../async_receive.html" title="basic_raw_socket::async_receive">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.remarks">Remarks</a>
</h6>
<p>
The async_receive operation can only be used with a connected socket.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html
index 02d5eabfaf..2323fe82c7 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_raw_socket::async_receive">
<link rel="prev" href="overload1.html" title="basic_raw_socket::async_receive (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -83,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive.overload2.remarks">Remarks</a>
</h6>
<p>
The async_receive operation can only be used with a connected socket.
@@ -93,7 +93,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html
index 99bc420b91..e026880452 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="async_receive/overload2.html" title="basic_raw_socket::async_receive (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_raw_socket.async_receive_from"></a><a class="link" href="async_receive_from.html" title="basic_raw_socket::async_receive_from">basic_raw_socket::async_receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id985395"></a>
+ <a class="indexterm" name="idp126864560"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive_from/overload1.html" title="basic_raw_socket::async_receive_from (1 of 2 overloads)">async_receive_from</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive_from/overload1.html" title="basic_raw_socket::async_receive_from (1 of 2 overloads)">async_receive_from</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive_from/overload2.html" title="basic_raw_socket::async_receive_from (2 of 2 overloads)">async_receive_from</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive_from/overload2.html" title="basic_raw_socket::async_receive_from (2 of 2 overloads)">async_receive_from</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -52,7 +52,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html
index 2320c78f09..fa56d14d52 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive_from (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive_from.html" title="basic_raw_socket::async_receive_from">
<link rel="prev" href="../async_receive_from.html" title="basic_raw_socket::async_receive_from">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -86,7 +86,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html
index 979ed5f578..9b2225d05c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_receive_from (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive_from.html" title="basic_raw_socket::async_receive_from">
<link rel="prev" href="overload1.html" title="basic_raw_socket::async_receive_from (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_receive_from.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -92,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send.html
index 8328833626..87ae33dc80 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="async_receive_from/overload2.html" title="basic_raw_socket::async_receive_from (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_raw_socket.async_send"></a><a class="link" href="async_send.html" title="basic_raw_socket::async_send">basic_raw_socket::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id986732"></a>
+ <a class="indexterm" name="idp127022112"></a>
Start an asynchronous send on a connected socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload1.html" title="basic_raw_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload1.html" title="basic_raw_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_send/overload1.html" title="basic_raw_socket::async_send (1 of 2 overloads)">more...</a></em></span>
@@ -41,7 +41,7 @@ Start an asynchronous send on a connected socket.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload2.html" title="basic_raw_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload2.html" title="basic_raw_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -50,7 +50,7 @@ Start an asynchronous send on a connected socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html
index 498c7da488..0f6af528b5 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_raw_socket::async_send">
<link rel="prev" href="../async_send.html" title="basic_raw_socket::async_send">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.remarks">Remarks</a>
</h6>
<p>
The async_send operation can only be used with a connected socket. Use
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html
index 3f9af0d66f..922a8ebbc4 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_raw_socket::async_send">
<link rel="prev" href="overload1.html" title="basic_raw_socket::async_send (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -83,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send.overload2.remarks">Remarks</a>
</h6>
<p>
The async_send operation can only be used with a connected socket. Use
@@ -92,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html
index 0219c44eb5..5f85182bfe 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="async_send/overload2.html" title="basic_raw_socket::async_send (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_raw_socket.async_send_to"></a><a class="link" href="async_send_to.html" title="basic_raw_socket::async_send_to">basic_raw_socket::async_send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id987993"></a>
+ <a class="indexterm" name="idp127169920"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send_to/overload1.html" title="basic_raw_socket::async_send_to (1 of 2 overloads)">async_send_to</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send_to/overload1.html" title="basic_raw_socket::async_send_to (1 of 2 overloads)">async_send_to</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send_to/overload2.html" title="basic_raw_socket::async_send_to (2 of 2 overloads)">async_send_to</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send_to/overload2.html" title="basic_raw_socket::async_send_to (2 of 2 overloads)">async_send_to</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -52,7 +52,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html
index 134e6a85b2..9dbebed039 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send_to (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send_to.html" title="basic_raw_socket::async_send_to">
<link rel="prev" href="../async_send_to.html" title="basic_raw_socket::async_send_to">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send_to.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send_to.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint. Although
@@ -84,7 +84,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send_to.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.async_send_to.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html
index c4cbd6edeb..6473e82def 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::async_send_to (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send_to.html" title="basic_raw_socket::async_send_to">
<link rel="prev" href="overload1.html" title="basic_raw_socket::async_send_to (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.async_send_to.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send_to.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.async_send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.async_send_to.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint. Although
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html b/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html
index a47e488fe5..6683064c13 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="async_send_to/overload2.html" title="basic_raw_socket::async_send_to (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.at_mark"></a><a class="link" href="at_mark.html" title="basic_raw_socket::at_mark">basic_raw_socket::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id989449"></a>
+ <a class="indexterm" name="idp127342672"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html
index bf6a35b198..a33cfe143d 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_raw_socket::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_raw_socket::at_mark">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html
index a66cea5ec4..d5cac70680 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_raw_socket::at_mark">
<link rel="prev" href="overload1.html" title="basic_raw_socket::at_mark (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/available.html b/doc/html/boost_asio/reference/basic_raw_socket/available.html
index 330d05f481..5940c84c2c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/available.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="at_mark/overload2.html" title="basic_raw_socket::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.available"></a><a class="link" href="available.html" title="basic_raw_socket::available">basic_raw_socket::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id989932"></a>
+ <a class="indexterm" name="idp127397312"></a>
Determine the number of bytes available for reading.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="available/overload1.html" title="basic_raw_socket::available (1 of 2 overloads)">available</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Determine the number of bytes available for reading.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html
index 96a5c15fe1..32d87f4c8f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_raw_socket::available">
<link rel="prev" href="../available.html" title="basic_raw_socket::available">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html
index a0e69b2bd7..3aa3683a43 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_raw_socket::available">
<link rel="prev" href="overload1.html" title="basic_raw_socket::available (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html
index 5eef332c82..17fa1d8d9e 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::basic_raw_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="available/overload2.html" title="basic_raw_socket::available (2 of 2 overloads)">
-<link rel="next" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 5 overloads)">
+<link rel="next" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,52 +27,64 @@
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket"></a><a class="link" href="basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">basic_raw_socket::basic_raw_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id990449"></a>
+ <a class="indexterm" name="idp127456560"></a>
Construct a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> without opening
it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 5 overloads)">basic_raw_socket</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct and open a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a>.
</p>
-<pre class="programlisting"><a class="link" href="basic_raw_socket/overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 5 overloads)">basic_raw_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_raw_socket/overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a>, opening it and
binding it to the given local endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_raw_socket/overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 5 overloads)">basic_raw_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_raw_socket/overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> on an existing
native socket.
</p>
-<pre class="programlisting"><a class="link" href="basic_raw_socket/overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 5 overloads)">basic_raw_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_raw_socket/overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_socket</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_raw_socket/overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 5 overloads)">basic_raw_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_raw_socket/overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
<span class="identifier">basic_raw_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../RawSocketService.html" title="Raw socket service requirements">RawSocketService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_raw_socket/overload6.html" title="basic_raw_socket::basic_raw_socket (6 of 6 overloads)">basic_raw_socket</a><span class="special">(</span>
+ <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">RawSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_raw_socket/overload6.html" title="basic_raw_socket::basic_raw_socket (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html
index dfc4c9efe9..1953518edc 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_raw_socket::basic_raw_socket (1 of 5 overloads)</title>
+<title>basic_raw_socket::basic_raw_socket (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
<link rel="prev" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
-<link rel="next" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1"></a><a class="link" href="overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 5 overloads)">basic_raw_socket::basic_raw_socket
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1"></a><a class="link" href="overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> without opening
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html
index c17edae5c2..91d92762d8 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_raw_socket::basic_raw_socket (2 of 5 overloads)</title>
+<title>basic_raw_socket::basic_raw_socket (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
-<link rel="prev" href="overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_raw_socket::basic_raw_socket (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2"></a><a class="link" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 5 overloads)">basic_raw_socket::basic_raw_socket
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2"></a><a class="link" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a>.
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,11 +58,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html
index 0302154207..1185b51758 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_raw_socket::basic_raw_socket (3 of 5 overloads)</title>
+<title>basic_raw_socket::basic_raw_socket (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
-<link rel="prev" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_raw_socket::basic_raw_socket (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3"></a><a class="link" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 5 overloads)">basic_raw_socket::basic_raw_socket
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3"></a><a class="link" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a>, opening it
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -62,11 +62,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html
index 463569d803..894d93f5e3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_raw_socket::basic_raw_socket (4 of 5 overloads)</title>
+<title>basic_raw_socket::basic_raw_socket (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
-<link rel="prev" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_raw_socket::basic_raw_socket (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4"></a><a class="link" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 5 overloads)">basic_raw_socket::basic_raw_socket
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4"></a><a class="link" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> on an existing
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html
index 884213fdf9..291466ab88 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_raw_socket::basic_raw_socket (5 of 5 overloads)</title>
+<title>basic_raw_socket::basic_raw_socket (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
-<link rel="prev" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_raw_socket::bind">
+<link rel="prev" href="overload4.html" title="basic_raw_socket::basic_raw_socket (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_raw_socket::basic_raw_socket (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5"></a><a class="link" href="overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 5 overloads)">basic_raw_socket::basic_raw_socket
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5"></a><a class="link" href="overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from another.
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +69,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html
new file mode 100644
index 0000000000..3fcbfa83d6
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_raw_socket::basic_raw_socket (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket">
+<link rel="prev" href="overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_raw_socket::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6"></a><a class="link" href="overload6.html" title="basic_raw_socket::basic_raw_socket (6 of 6 overloads)">basic_raw_socket::basic_raw_socket
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../RawSocketService.html" title="Raw socket service requirements">RawSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_raw_socket</span><span class="special">(</span>
+ <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">RawSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves a raw socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_raw_socket.basic_raw_socket.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_raw_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/bind.html b/doc/html/boost_asio/reference/basic_raw_socket/bind.html
index 171a94fe80..5204648d89 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/bind.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
-<link rel="prev" href="basic_raw_socket/overload5.html" title="basic_raw_socket::basic_raw_socket (5 of 5 overloads)">
+<link rel="prev" href="basic_raw_socket/overload6.html" title="basic_raw_socket::basic_raw_socket (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_raw_socket::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_raw_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_raw_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_raw_socket.bind"></a><a class="link" href="bind.html" title="basic_raw_socket::bind">basic_raw_socket::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id992206"></a>
+ <a class="indexterm" name="idp127726640"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_raw_socket::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the socket to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_raw_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_raw_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html
index 0be54aad57..68bc6ed6f8 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_raw_socket::bind">
<link rel="prev" href="../bind.html" title="basic_raw_socket::bind">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html
index 7d5242750b..48257af267 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_raw_socket::bind">
<link rel="prev" href="overload1.html" title="basic_raw_socket::bind (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html b/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html
index ec9b6841ff..5bc9b3b061 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="bind/overload2.html" title="basic_raw_socket::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id993407"></a>
+ <a class="indexterm" name="idp127869664"></a>
Socket option to permit sending of broadcast messages.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">broadcast</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to permit sending of broadcast messages.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_raw_socket.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_raw_socket.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to permit sending of broadcast messages.
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_raw_socket.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_raw_socket.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html b/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html
index 80fa1cd1a8..f1d462b326 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="broadcast.html" title="basic_raw_socket::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id993886"></a>
+ <a class="indexterm" name="idp127926720"></a>
IO control command to get the amount of data
that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount of data
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_raw_socket.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_raw_socket.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount of data
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_raw_socket.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_raw_socket.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/cancel.html b/doc/html/boost_asio/reference/basic_raw_socket/cancel.html
index a2fb5a4b3f..08b92f2e93 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/cancel.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="bytes_readable.html" title="basic_raw_socket::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.cancel"></a><a class="link" href="cancel.html" title="basic_raw_socket::cancel">basic_raw_socket::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id994222"></a>
+ <a class="indexterm" name="idp127965680"></a>
Cancel all asynchronous operations associated with
the socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html
index 90bd4fe280..f9d82ad332 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_raw_socket::cancel">
<link rel="prev" href="../cancel.html" title="basic_raw_socket::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -66,7 +66,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -81,7 +81,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html
index 708683c167..1327190dfa 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_raw_socket::cancel">
<link rel="prev" href="overload1.html" title="basic_raw_socket::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -67,7 +67,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -82,7 +82,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/close.html b/doc/html/boost_asio/reference/basic_raw_socket/close.html
index 29349798da..25d77b5e26 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/close.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="cancel/overload2.html" title="basic_raw_socket::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.close"></a><a class="link" href="close.html" title="basic_raw_socket::close">basic_raw_socket::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id995027"></a>
+ <a class="indexterm" name="idp128057216"></a>
Close the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_raw_socket::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html
index 43f3776201..385106c239 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_raw_socket::close">
<link rel="prev" href="../close.html" title="basic_raw_socket::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.close.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.close.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.close.overload1.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html
index a5b12b177c..4c13760b5c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_raw_socket::close">
<link rel="prev" href="overload1.html" title="basic_raw_socket::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/connect.html b/doc/html/boost_asio/reference/basic_raw_socket/connect.html
index 8167e3e9a6..73ded0fb07 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/connect.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="close/overload2.html" title="basic_raw_socket::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.connect"></a><a class="link" href="connect.html" title="basic_raw_socket::connect">basic_raw_socket::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id995802"></a>
+ <a class="indexterm" name="idp128147504"></a>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="connect/overload1.html" title="basic_raw_socket::connect (1 of 2 overloads)">connect</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Connect the socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html
index bca54a9a76..0300113d15 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_raw_socket::connect">
<link rel="prev" href="../connect.html" title="basic_raw_socket::connect">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -61,11 +61,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html
index d0e2571899..0249c14445 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::connect (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_raw_socket::connect">
<link rel="prev" href="overload1.html" title="basic_raw_socket::connect (1 of 2 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/debug.html b/doc/html/boost_asio/reference/basic_raw_socket/debug.html
index 716826adad..fd425ad71c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/debug.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="connect/overload2.html" title="basic_raw_socket::connect (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id997217"></a>
+ <a class="indexterm" name="idp128282832"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_raw_socket.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_raw_socket.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_raw_socket.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_raw_socket.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html b/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html
index 96b90e7aa1..600abfdcb7 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="debug.html" title="basic_raw_socket::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id997696"></a>
+ <a class="indexterm" name="idp128339696"></a>
Socket option to prevent routing, use local
interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use local
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_raw_socket.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_raw_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use local
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_raw_socket.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_raw_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html
index 08acc3f282..2e6d0b473f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="do_not_route.html" title="basic_raw_socket::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id998175"></a>
+ <a class="indexterm" name="idp128396688"></a>
Socket option to report aborted
connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report aborted
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_raw_socket.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_raw_socket.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report aborted
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_raw_socket.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_raw_socket.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html b/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html
index c7b43dd605..d8967a0ddf 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="enable_connection_aborted.html" title="basic_raw_socket::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_raw_socket.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_raw_socket::endpoint_type">basic_raw_socket::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id998692"></a>
+ <a class="indexterm" name="idp128457712"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_raw_socket.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_raw_socket.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html
index 20c9c645f8..3f352a0ef1 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="endpoint_type.html" title="basic_raw_socket::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_raw_socket::get_implementation">basic_raw_socket::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id998814"></a>
+ <a class="indexterm" name="idp128471088"></a>
Get the underlying implementation of
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html
index 12d8def3e0..6330048d7d 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_raw_socket::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_raw_socket::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html
index 3466f58f5c..92e7824873 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_raw_socket::get_implementation">
<link rel="prev" href="overload1.html" title="basic_raw_socket::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html b/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html
index b2bae95af3..3dcccaca23 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="get_implementation/overload2.html" title="basic_raw_socket::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id999080"></a>
+ <a class="indexterm" name="idp128501072"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_raw_socket.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_raw_socket.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_option.html b/doc/html/boost_asio/reference/basic_raw_socket/get_option.html
index 54fe428df7..a748e6bd2e 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_option.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="get_io_service.html" title="basic_raw_socket::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.get_option"></a><a class="link" href="get_option.html" title="basic_raw_socket::get_option">basic_raw_socket::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id999239"></a>
+ <a class="indexterm" name="idp128519328"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="get_option/overload1.html" title="basic_raw_socket::get_option (1 of 2 overloads)">get_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html
index 551e1da724..8d1fd821ff 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_raw_socket::get_option">
<link rel="prev" href="../get_option.html" title="basic_raw_socket::get_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -78,12 +78,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html
index 273e257ff9..991ef5bf97 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_raw_socket::get_option">
<link rel="prev" href="overload1.html" title="basic_raw_socket::get_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_service.html b/doc/html/boost_asio/reference/basic_raw_socket/get_service.html
index 30fdd03a27..c014104874 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_service.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="get_option/overload2.html" title="basic_raw_socket::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.get_service"></a><a class="link" href="get_service.html" title="basic_raw_socket::get_service">basic_raw_socket::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1000418"></a>
+ <a class="indexterm" name="idp128658992"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_raw_socket::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html
index 99a75bf7fa..fac6c5ddb3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_raw_socket::get_service">
<link rel="prev" href="../get_service.html" title="basic_raw_socket::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html
index b96f8e2b38..37b72a3a85 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_raw_socket::get_service">
<link rel="prev" href="overload1.html" title="basic_raw_socket::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/implementation.html b/doc/html/boost_asio/reference/basic_raw_socket/implementation.html
index b31b31521d..0ebc0e2cf3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/implementation.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="get_service/overload2.html" title="basic_raw_socket::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1000677"></a>
+ <a class="indexterm" name="idp128689024"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html b/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html
index 265baf0669..758e312552 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="implementation.html" title="basic_raw_socket::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1000753"></a>
+ <a class="indexterm" name="idp128697744"></a>
The underlying implementation type of
I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type of
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_raw_socket.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_raw_socket.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/io_control.html b/doc/html/boost_asio/reference/basic_raw_socket/io_control.html
index ba57ff4890..eff1c001f2 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/io_control.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="implementation_type.html" title="basic_raw_socket::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.io_control"></a><a class="link" href="io_control.html" title="basic_raw_socket::io_control">basic_raw_socket::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1000875"></a>
+ <a class="indexterm" name="idp128711136"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="io_control/overload1.html" title="basic_raw_socket::io_control (1 of 2 overloads)">io_control</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html
index 03ba44a505..8512d37adc 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_raw_socket::io_control">
<link rel="prev" href="../io_control.html" title="basic_raw_socket::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html
index ba66f55fce..60a1736f54 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_raw_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_raw_socket::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/is_open.html b/doc/html/boost_asio/reference/basic_raw_socket/is_open.html
index 6b62ab0f04..da48a43f51 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/is_open.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="io_control/overload2.html" title="basic_raw_socket::io_control (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1002040"></a>
+ <a class="indexterm" name="idp128848704"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html b/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html
index 12c15cdcbc..23b71bfccd 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="is_open.html" title="basic_raw_socket::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1002109"></a>
+ <a class="indexterm" name="idp128856688"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_raw_socket.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_raw_socket.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_raw_socket.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_raw_socket.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/linger.html b/doc/html/boost_asio/reference/basic_raw_socket/linger.html
index a402d4e852..216bc13348 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/linger.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="keep_alive.html" title="basic_raw_socket::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1002587"></a>
+ <a class="indexterm" name="idp128913600"></a>
Socket option to specify whether the socket lingers
on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket lingers
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_raw_socket.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_raw_socket.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket lingers
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_raw_socket.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_raw_socket.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html
index fa3aba09cc..d4886693fa 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="linger.html" title="basic_raw_socket::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_raw_socket::local_endpoint">basic_raw_socket::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1003106"></a>
+ <a class="indexterm" name="idp128976128"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_raw_socket::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html
index f1aab02662..e07b8ddb69 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_raw_socket::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_raw_socket::local_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html
index 23d3692864..4c5211f086 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_raw_socket::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_raw_socket::local_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html
index 099023fef6..3d68cb5c4f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_raw_socket::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_raw_socket::lowest_layer">basic_raw_socket::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1003999"></a>
+ <a class="indexterm" name="idp129081008"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_raw_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html
index 369bad8729..63292cf686 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_raw_socket::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_raw_socket::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html
index 2195f081f1..bd98f1233a 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_raw_socket::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_raw_socket::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html
index 95b007d2a3..1bb60996f3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_raw_socket::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1004378"></a>
+ <a class="indexterm" name="idp129123840"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -332,7 +332,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,6 +424,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -625,6 +629,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -667,7 +675,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -728,7 +736,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -869,31 +877,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_raw_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html b/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html
index 1f95201893..4b0d93c731 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="lowest_layer_type.html" title="basic_raw_socket::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1006577"></a>
+ <a class="indexterm" name="idp129373072"></a>
The maximum length of the queue of pending
incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of pending
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html b/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html
index 7e2838e5df..51f1fd7d07 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="max_connections.html" title="basic_raw_socket::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1006659"></a>
+ <a class="indexterm" name="idp129382560"></a>
Specify that the data should not be
subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should not be
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html b/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html
index 5f936d678c..1ba1d6a97c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="message_do_not_route.html" title="basic_raw_socket::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1006741"></a>
+ <a class="indexterm" name="idp129392176"></a>
Specifies that the data marks the
end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html b/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html
index c3230bde8c..d6c9ee4307 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_raw_socket::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1006824"></a>
+ <a class="indexterm" name="idp129401632"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_raw_socket.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_raw_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html b/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html
index 81d5054fb5..b1c830fe75 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="message_flags.html" title="basic_raw_socket::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1006944"></a>
+ <a class="indexterm" name="idp129414672"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html b/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html
index 28110e4f0f..261ea0fd87 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="message_out_of_band.html" title="basic_raw_socket::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1007025"></a>
+ <a class="indexterm" name="idp129424240"></a>
Peek at incoming data without removing it from
the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing it from
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native.html b/doc/html/boost_asio/reference/basic_raw_socket/native.html
index 4b630e4d23..9dddcc1b02 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="message_peek.html" title="basic_raw_socket::message_peek">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1007106"></a>
+ <a class="indexterm" name="idp129433792"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html b/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html
index 84f6e26270..86536454c0 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="native.html" title="basic_raw_socket::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1007187"></a>
+ <a class="indexterm" name="idp129442960"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html b/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html
index 0dc0e98aeb..1141b13fb4 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="native_handle.html" title="basic_raw_socket::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_raw_socket.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_raw_socket::native_handle_type">basic_raw_socket::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1007247"></a>
+ <a class="indexterm" name="idp129449680"></a>
The native representation of a socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">RawSocketService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_raw_socket.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_raw_socket.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html
index 462e4b78d0..40c835f903 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="native_handle_type.html" title="basic_raw_socket::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_raw_socket::native_non_blocking">basic_raw_socket::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1007370"></a>
+ <a class="indexterm" name="idp129462992"></a>
Gets the non-blocking mode of the native
socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html
index 666e25a4c4..a53a6b59b7 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_raw_socket::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_raw_socket::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -138,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html
index a4b02a5101..110bb0d23b 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_raw_socket::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_raw_socket::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -153,7 +153,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html
index 9a6370d32f..13983d3ecd 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_raw_socket::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_raw_socket::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/native_type.html b/doc/html/boost_asio/reference/basic_raw_socket/native_type.html
index c735995236..d97acf725f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/native_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_raw_socket::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.native_type"></a><a class="link" href="native_type.html" title="basic_raw_socket::native_type">basic_raw_socket::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1012416"></a>
+ <a class="indexterm" name="idp130071040"></a>
(Deprecated: Use native_handle_type.) The native
representation of a socket.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_raw_socket.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_raw_socket.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html
index 7b69865885..eda78a5583 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="native_type.html" title="basic_raw_socket::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_raw_socket::non_blocking">basic_raw_socket::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1012537"></a>
+ <a class="indexterm" name="idp130084672"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_raw_socket::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html
index 16725d2c4d..e1a10d0463 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_raw_socket::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_raw_socket::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html
index b1b7cac50a..c807565773 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_raw_socket::non_blocking">
<link rel="prev" href="overload1.html" title="basic_raw_socket::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html
index 44065bb51a..864ccbf06d 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_raw_socket::non_blocking">
<link rel="prev" href="overload2.html" title="basic_raw_socket::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html
index 37111049fe..0cc0d70ba4 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="non_blocking/overload3.html" title="basic_raw_socket::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1013874"></a>
+ <a class="indexterm" name="idp130208560"></a>
(Deprecated: Use non_blocking().) IO control
command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_raw_socket.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_raw_socket.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_raw_socket.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_raw_socket.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/open.html b/doc/html/boost_asio/reference/basic_raw_socket/open.html
index aaec9bfaeb..c149fa6bcb 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/open.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="non_blocking_io.html" title="basic_raw_socket::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.open"></a><a class="link" href="open.html" title="basic_raw_socket::open">basic_raw_socket::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1014166"></a>
+ <a class="indexterm" name="idp130242336"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_raw_socket::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html
index fa9028286c..c24b4bc38f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_raw_socket::open">
<link rel="prev" href="../open.html" title="basic_raw_socket::open">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html
index 483b006dc4..9f6b25cc83 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_raw_socket::open">
<link rel="prev" href="overload1.html" title="basic_raw_socket::open (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html
index 27da00a185..8db1787c4c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="open/overload2.html" title="basic_raw_socket::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_raw_socket::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_raw_socket::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,48 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_raw_socket.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_raw_socket::operator=">basic_raw_socket::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1015150"></a>
+ <a class="indexterm" name="idp130358672"></a>
Move-assign a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_raw_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_raw_socket</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_raw_socket::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_raw_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_raw_socket::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves a raw socket from one object to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_raw_socket.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_raw_socket.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> object
- from which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_raw_socket.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_raw_socket.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_raw_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from a socket
+ of another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../RawSocketService.html" title="Raw socket service requirements">RawSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_raw_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_raw_socket::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">RawSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_raw_socket::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +56,7 @@ Move-assign a <a class="link" href="../basic_raw_socket.html" title="basic_raw_s
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html
new file mode 100644
index 0000000000..5c747b58b0
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_raw_socket::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_raw_socket::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_raw_socket::operator=">
+<link rel="next" href="overload2.html" title="basic_raw_socket::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_raw_socket::operator= (1 of 2 overloads)">basic_raw_socket::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_raw_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_raw_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a raw socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_raw_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html
new file mode 100644
index 0000000000..dab6ef21fd
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html
@@ -0,0 +1,79 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_raw_socket::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_raw_socket::operator=">
+<link rel="prev" href="overload1.html" title="basic_raw_socket::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_raw_socket::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_raw_socket::operator= (2 of 2 overloads)">basic_raw_socket::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../RawSocketService.html" title="Raw socket service requirements">RawSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_raw_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">RawSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a raw socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_raw_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html b/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html
index 46fc80fecb..6c60df92d1 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
-<link rel="prev" href="operator_eq_.html" title="basic_raw_socket::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_raw_socket::operator= (2 of 2 overloads)">
<link rel="next" href="receive.html" title="basic_raw_socket::receive">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_raw_socket.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_raw_socket::protocol_type">basic_raw_socket::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1015374"></a>
+ <a class="indexterm" name="idp130461984"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_raw_socket.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_raw_socket.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive.html b/doc/html/boost_asio/reference/basic_raw_socket/receive.html
index 74d8494088..40d8a0f0fb 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="protocol_type.html" title="basic_raw_socket::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.receive"></a><a class="link" href="receive.html" title="basic_raw_socket::receive">basic_raw_socket::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1015485"></a>
+ <a class="indexterm" name="idp130474208"></a>
Receive some data on a connected socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@ Receive some data on a connected socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html
index bb6b4e95a0..d23bab6b31 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_raw_socket::receive">
<link rel="prev" href="../receive.html" title="basic_raw_socket::receive">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -84,7 +84,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html
index 6dc82b10fb..6646046827 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_raw_socket::receive">
<link rel="prev" href="overload1.html" title="basic_raw_socket::receive (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive.overload2.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html
index d465567971..fab0b83df3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_raw_socket::receive">
<link rel="prev" href="overload2.html" title="basic_raw_socket::receive (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive.overload3.remarks">Remarks</a>
</h6>
<p>
The receive operation can only be used with a connected socket. Use the
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html
index 92add19c91..0e55d39218 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="receive/overload3.html" title="basic_raw_socket::receive (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1016928"></a>
+ <a class="indexterm" name="idp130640368"></a>
Socket option for the receive buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive buffer
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_raw_socket.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_raw_socket.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_raw_socket.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_raw_socket.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html
index 673c5d4dc1..37ecfb74ed 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="receive_buffer_size.html" title="basic_raw_socket::receive_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.receive_from"></a><a class="link" href="receive_from.html" title="basic_raw_socket::receive_from">basic_raw_socket::receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1017405"></a>
+ <a class="indexterm" name="idp130696768"></a>
Receive raw data with the endpoint of the sender.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -57,7 +57,7 @@ Receive raw data with the endpoint of the sender.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html
index f6f1281933..7c0c820cb6 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_from (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_raw_socket::receive_from">
<link rel="prev" href="../receive_from.html" title="basic_raw_socket::receive_from">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.receive_from.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html
index 0b7f653669..4740645b8f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_from (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_raw_socket::receive_from">
<link rel="prev" href="overload1.html" title="basic_raw_socket::receive_from (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,11 +73,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.receive_from.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html
index ecbff3e84f..afeb469973 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_from (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive_from.html" title="basic_raw_socket::receive_from">
<link rel="prev" href="overload2.html" title="basic_raw_socket::receive_from (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive_from.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive_from.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive_from.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_from.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.receive_from.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html
index 468a06adb2..7f92a6e2e2 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="receive_from/overload3.html" title="basic_raw_socket::receive_from (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1018989"></a>
+ <a class="indexterm" name="idp130881872"></a>
Socket option for the receive low
watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive low
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_raw_socket.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_raw_socket.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive low
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_raw_socket.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_raw_socket.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html
index 2e2487f1ea..26f8141598 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_raw_socket::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_raw_socket::remote_endpoint">basic_raw_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1019464"></a>
+ <a class="indexterm" name="idp130938192"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_raw_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html
index b6c8c79d23..50ef0d0b99 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_raw_socket::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_raw_socket::remote_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html
index 6203baa476..dee76c42d2 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_raw_socket::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_raw_socket::remote_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html b/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html
index ab5dad7254..c41fee34e0 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_raw_socket::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1020370"></a>
+ <a class="indexterm" name="idp131043952"></a>
Socket option to allow the socket to be bound
to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to be bound
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_raw_socket.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_raw_socket.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to be bound
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_raw_socket.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_raw_socket.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send.html b/doc/html/boost_asio/reference/basic_raw_socket/send.html
index 4ec45ff73b..10b230f2af 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="reuse_address.html" title="basic_raw_socket::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.send"></a><a class="link" href="send.html" title="basic_raw_socket::send">basic_raw_socket::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1020843"></a>
+ <a class="indexterm" name="idp131100192"></a>
Send some data on a connected socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@ Send some data on a connected socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html
index 82e2248226..f564f22882 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_raw_socket::send">
<link rel="prev" href="../send.html" title="basic_raw_socket::send">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One ore more data buffers to be sent on the socket.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -62,11 +62,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -75,7 +75,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -83,7 +83,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html
index 0594cf3860..56e949f833 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_raw_socket::send">
<link rel="prev" href="overload1.html" title="basic_raw_socket::send (1 of 3 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One ore more data buffers to be sent on the socket.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -67,11 +67,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -80,7 +80,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send.overload2.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -89,7 +89,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html
index f256dc3630..1f12bf0e6c 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_raw_socket::send">
<link rel="prev" href="overload2.html" title="basic_raw_socket::send (2 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -72,7 +72,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send.overload3.remarks">Remarks</a>
</h6>
<p>
The send operation can only be used with a connected socket. Use the
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html b/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html
index cf57a3b514..99a6bf83ad 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="send/overload3.html" title="basic_raw_socket::send (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1022288"></a>
+ <a class="indexterm" name="idp131265968"></a>
Socket option for the send buffer size
of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer size
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_raw_socket.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_raw_socket.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer size
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_raw_socket.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_raw_socket.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html b/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html
index 45b253acad..7b886be243 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_raw_socket::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1022770"></a>
+ <a class="indexterm" name="idp131323152"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_to.html b/doc/html/boost_asio/reference/basic_raw_socket/send_to.html
index 6dd881b930..4ab9171829 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_to.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="send_low_watermark.html" title="basic_raw_socket::send_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.send_to"></a><a class="link" href="send_to.html" title="basic_raw_socket::send_to">basic_raw_socket::send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1023247"></a>
+ <a class="indexterm" name="idp131379360"></a>
Send raw data to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -57,7 +57,7 @@ Send raw data to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html
index 3a5048af87..5d259cf227 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_to (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_raw_socket::send_to">
<link rel="prev" href="../send_to.html" title="basic_raw_socket::send_to">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.send_to.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html
index 70f62c67dd..85bbfd0838 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_to (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_raw_socket::send_to">
<link rel="prev" href="overload1.html" title="basic_raw_socket::send_to (1 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,11 +73,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.send_to.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html
index 2d2357e514..eb41d502a3 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_to (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_to.html" title="basic_raw_socket::send_to">
<link rel="prev" href="overload2.html" title="basic_raw_socket::send_to (2 of 3 overloads)">
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send_to.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send_to.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent to the remote endpoint.
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_to.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.send_to.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send_to.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_to.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_raw_socket.send_to.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/service.html b/doc/html/boost_asio/reference/basic_raw_socket/service.html
index fbe8bbef7d..89f3f14e11 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/service.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="send_to/overload3.html" title="basic_raw_socket::send_to (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1024921"></a>
+ <a class="indexterm" name="idp131575216"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.service.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_raw_socket.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_raw_socket.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/service_type.html b/doc/html/boost_asio/reference/basic_raw_socket/service_type.html
index 1c9c71c615..27344553c4 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/service_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="service.html" title="basic_raw_socket::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1025030"></a>
+ <a class="indexterm" name="idp131587760"></a>
The type of the service that will be used to
provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used to
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_raw_socket.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_raw_socket.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/set_option.html b/doc/html/boost_asio/reference/basic_raw_socket/set_option.html
index 124c5750d4..021d793f02 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/set_option.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="service_type.html" title="basic_raw_socket::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.set_option"></a><a class="link" href="set_option.html" title="basic_raw_socket::set_option">basic_raw_socket::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1025142"></a>
+ <a class="indexterm" name="idp131600160"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_option/overload1.html" title="basic_raw_socket::set_option (1 of 2 overloads)">set_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html
index c2b7a7f1a2..cf14bc3d8a 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_raw_socket::set_option">
<link rel="prev" href="../set_option.html" title="basic_raw_socket::set_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html
index bf224b7131..a51590a621 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_raw_socket::set_option">
<link rel="prev" href="overload1.html" title="basic_raw_socket::set_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html b/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html
index e6895f7133..3c5dbc0270 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="set_option/overload2.html" title="basic_raw_socket::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_raw_socket.shutdown"></a><a class="link" href="shutdown.html" title="basic_raw_socket::shutdown">basic_raw_socket::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1026233"></a>
+ <a class="indexterm" name="idp131729376"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_raw_socket::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html
index b1139836a1..bf05ad4c7f 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_raw_socket::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_raw_socket::shutdown">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_raw_socket.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html
index 66427f099c..13bd05f67e 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_raw_socket::shutdown">
<link rel="prev" href="overload1.html" title="basic_raw_socket::shutdown (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_raw_socket.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html b/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html
index dfe470fecb..badae3f821 100644
--- a/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="shutdown/overload2.html" title="basic_raw_socket::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1027199"></a>
+ <a class="indexterm" name="idp131843232"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1027229"></a>
- <a class="indexterm" name="id1027239"></a>
- <a class="indexterm" name="id1027248"></a>
+ <a class="indexterm" name="idp131846768"></a>
+ <a class="indexterm" name="idp131847872"></a>
+ <a class="indexterm" name="idp131848976"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_raw_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_raw_socket.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_raw_socket.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket.html b/doc/html/boost_asio/reference/basic_seq_packet_socket.html
index 1e94df197c..7f53e70511 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_raw_socket/shutdown_type.html" title="basic_raw_socket::shutdown_type">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.types"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.types"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -330,7 +330,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.member_functions"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.member_functions"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -446,6 +446,10 @@
<p>
Move-construct a basic_seq_packet_socket from another.
</p>
+ <p>
+ Move-construct a basic_seq_packet_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -647,6 +651,10 @@
<p>
Move-assign a basic_seq_packet_socket from another.
</p>
+ <p>
+ Move-assign a basic_seq_packet_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -716,7 +724,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.protected_member_functions"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.protected_member_functions"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -765,7 +773,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h3"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.data_members"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.data_members"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -850,7 +858,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h4"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.protected_data_members"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.protected_data_members"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -905,31 +913,29 @@
</p>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h5"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.thread_safety"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.thread_safety"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_seq_packet_socket.h6"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.requirements"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.requirements"></a></span><a class="link" href="basic_seq_packet_socket.html#boost_asio.reference.basic_seq_packet_socket.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html
index a41d6ac1d0..cf4789b85d 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.assign"></a><a class="link" href="assign.html" title="basic_seq_packet_socket::assign">basic_seq_packet_socket::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1029765"></a>
+ <a class="indexterm" name="idp132133904"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_seq_packet_socket::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html
index 0e4b48b79e..129894af80 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_seq_packet_socket::assign">
<link rel="prev" href="../assign.html" title="basic_seq_packet_socket::assign">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html
index 8323436ba1..321590ec51 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_seq_packet_socket::assign">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::assign (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html
index 6c4f41cae3..6b7407b61c 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="assign/overload2.html" title="basic_seq_packet_socket::assign (2 of 2 overloads)">
@@ -30,12 +30,12 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1030298"></a>
+ <a class="indexterm" name="idp132197424"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -50,11 +50,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_seq_packet_socket.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_seq_packet_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -82,7 +82,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_seq_packet_socket.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_seq_packet_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -102,7 +102,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html
index 5b246c32f2..098d5b0202 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="async_connect.html" title="basic_seq_packet_socket::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_seq_packet_socket.async_receive"></a><a class="link" href="async_receive.html" title="basic_seq_packet_socket::async_receive">basic_seq_packet_socket::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1031237"></a>
+ <a class="indexterm" name="idp132277504"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload1.html" title="basic_seq_packet_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload1.html" title="basic_seq_packet_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="special">&amp;</span> <span class="identifier">out_flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload2.html" title="basic_seq_packet_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload2.html" title="basic_seq_packet_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">in_flags</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="special">&amp;</span> <span class="identifier">out_flags</span><span class="special">,</span>
@@ -52,7 +52,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html
index 7349faeb10..fea5ac734f 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::async_receive (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_seq_packet_socket::async_receive">
<link rel="prev" href="../async_receive.html" title="basic_seq_packet_socket::async_receive">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="special">&amp;</span> <span class="identifier">out_flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -87,7 +87,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html
index 8324fb4c8b..20807dc59e 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::async_receive (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_seq_packet_socket::async_receive">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::async_receive (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">in_flags</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="special">&amp;</span> <span class="identifier">out_flags</span><span class="special">,</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -92,7 +92,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.async_receive.overload2.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -109,7 +109,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html
index a61a3f4fe0..2ddedcf0b4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="async_receive/overload2.html" title="basic_seq_packet_socket::async_receive (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_seq_packet_socket.async_send"></a><a class="link" href="async_send.html" title="basic_seq_packet_socket::async_send">basic_seq_packet_socket::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1032806"></a>
+ <a class="indexterm" name="idp132462768"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@ Start an asynchronous send.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_send.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_send.parameters"></a></span><a class="link" href="async_send.html#boost_asio.reference.basic_seq_packet_socket.async_send.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_send.parameters"></a></span><a class="link" href="async_send.html#boost_asio.reference.basic_seq_packet_socket.async_send.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the buffers
@@ -83,7 +83,7 @@ Start an asynchronous send.
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.async_send.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.async_send.example"></a></span><a class="link" href="async_send.html#boost_asio.reference.basic_seq_packet_socket.async_send.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.async_send.example"></a></span><a class="link" href="async_send.html#boost_asio.reference.basic_seq_packet_socket.async_send.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -98,7 +98,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html
index 8839358144..3e57c186bf 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="async_send.html" title="basic_seq_packet_socket::async_send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.at_mark"></a><a class="link" href="at_mark.html" title="basic_seq_packet_socket::at_mark">basic_seq_packet_socket::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1033363"></a>
+ <a class="indexterm" name="idp132528352"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html
index 5690f5d9bb..1483a74114 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_seq_packet_socket::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_seq_packet_socket::at_mark">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html
index aaf37f5d73..75d62b6674 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_seq_packet_socket::at_mark">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::at_mark (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html
index e11ce0bb87..25e29a7ad4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="at_mark/overload2.html" title="basic_seq_packet_socket::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.available"></a><a class="link" href="available.html" title="basic_seq_packet_socket::available">basic_seq_packet_socket::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1033848"></a>
+ <a class="indexterm" name="idp132583648"></a>
Determine the number of bytes available
for reading.
</p>
@@ -41,7 +41,7 @@ Determine the number of bytes available
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html
index 2a652a8537..0bc1411e1e 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_seq_packet_socket::available">
<link rel="prev" href="../available.html" title="basic_seq_packet_socket::available">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html
index 571a85f1d2..40ea6fc6c8 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_seq_packet_socket::available">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::available (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html
index a6272bdcfd..900dba7aa2 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::basic_seq_packet_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="available/overload2.html" title="basic_seq_packet_socket::available (2 of 2 overloads)">
-<link rel="next" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)">
+<link rel="next" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,52 +27,64 @@
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket"></a><a class="link" href="basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">basic_seq_packet_socket::basic_seq_packet_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1034374"></a>
+ <a class="indexterm" name="idp132643120"></a>
Construct a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> without
opening it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct and open a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>.
</p>
-<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>, opening
it and binding it to the given local endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> on an
existing native socket.
</p>
-<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_socket</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_seq_packet_socket/overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
<span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from a
+ socket of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SeqPacketSocketService.html" title="Sequenced packet socket service requirements">SeqPacketSocketService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_seq_packet_socket/overload6.html" title="basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)">basic_seq_packet_socket</a><span class="special">(</span>
+ <span class="identifier">basic_seq_packet_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SeqPacketSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_seq_packet_socket/overload6.html" title="basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html
index b63f624ed2..d239059d5d 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)</title>
+<title>basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
<link rel="prev" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
-<link rel="next" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1"></a><a class="link" href="overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1"></a><a class="link" href="overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> without
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html
index e37030fff0..5817a65df0 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)</title>
+<title>basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
-<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::basic_seq_packet_socket (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2"></a><a class="link" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2"></a><a class="link" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>.
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html
index c0e8813943..6b92e4fae9 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)</title>
+<title>basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
-<link rel="prev" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_seq_packet_socket::basic_seq_packet_socket (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3"></a><a class="link" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3"></a><a class="link" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>, opening
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -62,11 +62,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html
index 777b518321..9ea6691568 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)</title>
+<title>basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
-<link rel="prev" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_seq_packet_socket::basic_seq_packet_socket (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4"></a><a class="link" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4"></a><a class="link" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> on an
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html
index d650657661..65e3d63ecd 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)</title>
+<title>basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
-<link rel="prev" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_seq_packet_socket::bind">
+<link rel="prev" href="overload4.html" title="basic_seq_packet_socket::basic_seq_packet_socket (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5"></a><a class="link" href="overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5"></a><a class="link" href="overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -70,7 +70,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html
new file mode 100644
index 0000000000..d9d677327b
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket">
+<link rel="prev" href="overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_seq_packet_socket::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6"></a><a class="link" href="overload6.html" title="basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)">basic_seq_packet_socket::basic_seq_packet_socket
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from
+ a socket of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SeqPacketSocketService.html" title="Sequenced packet socket service requirements">SeqPacketSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_seq_packet_socket</span><span class="special">(</span>
+ <span class="identifier">basic_seq_packet_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SeqPacketSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves a sequenced packet socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_seq_packet_socket.basic_seq_packet_socket.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html
index a54c574b74..0ee932cef4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
-<link rel="prev" href="basic_seq_packet_socket/overload5.html" title="basic_seq_packet_socket::basic_seq_packet_socket (5 of 5 overloads)">
+<link rel="prev" href="basic_seq_packet_socket/overload6.html" title="basic_seq_packet_socket::basic_seq_packet_socket (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_seq_packet_socket::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_seq_packet_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_seq_packet_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_seq_packet_socket.bind"></a><a class="link" href="bind.html" title="basic_seq_packet_socket::bind">basic_seq_packet_socket::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1036143"></a>
+ <a class="indexterm" name="idp132914208"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_seq_packet_socket::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the socket to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_seq_packet_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_seq_packet_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html
index aa7ac85d7f..222f7b69e8 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_seq_packet_socket::bind">
<link rel="prev" href="../bind.html" title="basic_seq_packet_socket::bind">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html
index 9e78bbc61b..76bcf1d904 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_seq_packet_socket::bind">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::bind (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html
index b47560e0e1..834e309e75 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="bind/overload2.html" title="basic_seq_packet_socket::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1037355"></a>
+ <a class="indexterm" name="idp133057872"></a>
Socket option to permit sending of broadcast
messages.
</p>
@@ -41,7 +41,7 @@ Socket option to permit sending of broadcast
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_seq_packet_socket.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_seq_packet_socket.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to permit sending of broadcast
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_seq_packet_socket.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_seq_packet_socket.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html
index 99805ba1ed..f61ecba8af 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="broadcast.html" title="basic_seq_packet_socket::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1037837"></a>
+ <a class="indexterm" name="idp133114864"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_seq_packet_socket.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_seq_packet_socket.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_seq_packet_socket.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_seq_packet_socket.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html
index c0be5d227c..e63c8c195e 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="bytes_readable.html" title="basic_seq_packet_socket::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.cancel"></a><a class="link" href="cancel.html" title="basic_seq_packet_socket::cancel">basic_seq_packet_socket::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1038174"></a>
+ <a class="indexterm" name="idp133154352"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html
index fd4f03cde4..d6020796bc 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_seq_packet_socket::cancel">
<link rel="prev" href="../cancel.html" title="basic_seq_packet_socket::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -66,7 +66,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -81,7 +81,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html
index 836ecf4ace..0bf145c5ee 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_seq_packet_socket::cancel">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -67,7 +67,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -82,7 +82,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html
index 5d4be8d706..ed360b8ce4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="cancel/overload2.html" title="basic_seq_packet_socket::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.close"></a><a class="link" href="close.html" title="basic_seq_packet_socket::close">basic_seq_packet_socket::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1038987"></a>
+ <a class="indexterm" name="idp133246432"></a>
Close the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_seq_packet_socket::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html
index 2114a36473..27d0cd8af0 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_seq_packet_socket::close">
<link rel="prev" href="../close.html" title="basic_seq_packet_socket::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.close.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.close.overload1.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html
index cb7b3b5471..e81472e9d2 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_seq_packet_socket::close">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html
index c274a883d2..75c78c8ecf 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="close/overload2.html" title="basic_seq_packet_socket::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.connect"></a><a class="link" href="connect.html" title="basic_seq_packet_socket::connect">basic_seq_packet_socket::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1039771"></a>
+ <a class="indexterm" name="idp133337216"></a>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="connect/overload1.html" title="basic_seq_packet_socket::connect (1 of 2 overloads)">connect</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Connect the socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html
index 65575d2284..5ac448c7b4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_seq_packet_socket::connect">
<link rel="prev" href="../connect.html" title="basic_seq_packet_socket::connect">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -61,11 +61,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html
index 5dd8d9658c..a6ac494aeb 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::connect (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_seq_packet_socket::connect">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::connect (1 of 2 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html
index 083016ca8d..25f5826e46 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="connect/overload2.html" title="basic_seq_packet_socket::connect (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1040922"></a>
+ <a class="indexterm" name="idp133473392"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_seq_packet_socket.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_seq_packet_socket.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_seq_packet_socket.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_seq_packet_socket.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html
index 2ca3378289..6b1f5bb98f 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="debug.html" title="basic_seq_packet_socket::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1041402"></a>
+ <a class="indexterm" name="idp133530320"></a>
Socket option to prevent routing, use
local interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html
index 960706d504..3a9c691346 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="do_not_route.html" title="basic_seq_packet_socket::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1041885"></a>
+ <a class="indexterm" name="idp133587552"></a>
Socket option to report
aborted connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_seq_packet_socket.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html
index 190aeab3b6..63cde8a315 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="enable_connection_aborted.html" title="basic_seq_packet_socket::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_seq_packet_socket.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_seq_packet_socket::endpoint_type">basic_seq_packet_socket::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1042401"></a>
+ <a class="indexterm" name="idp133648768"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_seq_packet_socket.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_seq_packet_socket.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html
index 5c35eac2f8..70b27881dc 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="endpoint_type.html" title="basic_seq_packet_socket::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_seq_packet_socket::get_implementation">basic_seq_packet_socket::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1042523"></a>
+ <a class="indexterm" name="idp133662128"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html
index b245ab8869..43216fdab3 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_seq_packet_socket::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_seq_packet_socket::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html
index 1fb47eedd1..bba94d65df 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_seq_packet_socket::get_implementation">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html
index bcac55c6bf..79ce1707d6 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="get_implementation/overload2.html" title="basic_seq_packet_socket::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1042789"></a>
+ <a class="indexterm" name="idp133692480"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_seq_packet_socket.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_seq_packet_socket.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html
index 0b0f7c4c1d..925393eec0 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="get_io_service.html" title="basic_seq_packet_socket::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.get_option"></a><a class="link" href="get_option.html" title="basic_seq_packet_socket::get_option">basic_seq_packet_socket::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1042949"></a>
+ <a class="indexterm" name="idp133710816"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="get_option/overload1.html" title="basic_seq_packet_socket::get_option (1 of 2 overloads)">get_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html
index 1ef23b28c4..c7494e172c 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_seq_packet_socket::get_option">
<link rel="prev" href="../get_option.html" title="basic_seq_packet_socket::get_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -78,12 +78,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html
index e6f210cf2a..e897caa2c6 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_seq_packet_socket::get_option">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::get_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html
index cb0e012c70..59d272dd76 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="get_option/overload2.html" title="basic_seq_packet_socket::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.get_service"></a><a class="link" href="get_service.html" title="basic_seq_packet_socket::get_service">basic_seq_packet_socket::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1044137"></a>
+ <a class="indexterm" name="idp133851152"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html
index 9ff8941531..4800a74719 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_seq_packet_socket::get_service">
<link rel="prev" href="../get_service.html" title="basic_seq_packet_socket::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html
index 0a29910676..345aae6b2e 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_seq_packet_socket::get_service">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html
index 7830e9d122..e769261de8 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="get_service/overload2.html" title="basic_seq_packet_socket::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1044401"></a>
+ <a class="indexterm" name="idp133881280"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html
index 495e1ea04f..d43663b529 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="implementation.html" title="basic_seq_packet_socket::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1044478"></a>
+ <a class="indexterm" name="idp133889936"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_seq_packet_socket.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_seq_packet_socket.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html
index 08364d27c7..4095a0a728 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="implementation_type.html" title="basic_seq_packet_socket::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.io_control"></a><a class="link" href="io_control.html" title="basic_seq_packet_socket::io_control">basic_seq_packet_socket::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1044601"></a>
+ <a class="indexterm" name="idp133903504"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="io_control/overload1.html" title="basic_seq_packet_socket::io_control (1 of 2 overloads)">io_control</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html
index c94d467355..ed5b106b87 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_seq_packet_socket::io_control">
<link rel="prev" href="../io_control.html" title="basic_seq_packet_socket::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html
index 32f963827b..1ae9a5579c 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_seq_packet_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html
index 5e05931150..1096607ae1 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="io_control/overload2.html" title="basic_seq_packet_socket::io_control (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1045774"></a>
+ <a class="indexterm" name="idp134041536"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html
index e582b92bb4..e28385dd97 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="is_open.html" title="basic_seq_packet_socket::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1045843"></a>
+ <a class="indexterm" name="idp134049680"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_seq_packet_socket.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_seq_packet_socket.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_seq_packet_socket.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_seq_packet_socket.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html
index 6477652dca..0286877270 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="keep_alive.html" title="basic_seq_packet_socket::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1046324"></a>
+ <a class="indexterm" name="idp134106752"></a>
Socket option to specify whether the socket
lingers on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_seq_packet_socket.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_seq_packet_socket.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_seq_packet_socket.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_seq_packet_socket.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html
index 8060689166..7a6488b998 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="linger.html" title="basic_seq_packet_socket::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_seq_packet_socket::local_endpoint">basic_seq_packet_socket::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1046850"></a>
+ <a class="indexterm" name="idp134169312"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_seq_packet_socket::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html
index c0715cbf4e..03dc841e40 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_seq_packet_socket::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_seq_packet_socket::local_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html
index 65e8173d5a..2240695bdf 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_seq_packet_socket::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::local_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html
index 4b00b1ff56..3fac24135f 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_seq_packet_socket::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_seq_packet_socket::lowest_layer">basic_seq_packet_socket::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1047757"></a>
+ <a class="indexterm" name="idp134274304"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_seq_packet_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html
index ec6f545ff8..2f26a4d229 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_seq_packet_socket::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_seq_packet_socket::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html
index ecf28f74f8..1a704da5e5 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_seq_packet_socket::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html
index 61bab754af..52115939dd 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_seq_packet_socket::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1048144"></a>
+ <a class="indexterm" name="idp134317264"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -332,7 +332,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,6 +424,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -625,6 +629,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -667,7 +675,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -728,7 +736,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -869,31 +877,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_seq_packet_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html
index ed1af9afef..0e7c2da816 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="lowest_layer_type.html" title="basic_seq_packet_socket::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1050623"></a>
+ <a class="indexterm" name="idp134567264"></a>
The maximum length of the queue of
pending incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html
index 38d84ebae3..9ffa720264 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="max_connections.html" title="basic_seq_packet_socket::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1050708"></a>
+ <a class="indexterm" name="idp134576816"></a>
Specify that the data should
not be subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html
index ca333b1d17..8c4632200a 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="message_do_not_route.html" title="basic_seq_packet_socket::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1050791"></a>
+ <a class="indexterm" name="idp134586544"></a>
Specifies that the data marks
the end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html
index e99ea77b92..7134ebd345 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_seq_packet_socket::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1050872"></a>
+ <a class="indexterm" name="idp134596144"></a>
Bitmask type for flags that can be
passed to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_seq_packet_socket.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_seq_packet_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html
index 1808ccb577..31cc79ba41 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="message_flags.html" title="basic_seq_packet_socket::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1050994"></a>
+ <a class="indexterm" name="idp134609392"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html
index fd1f86a63c..df7688ef00 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="message_out_of_band.html" title="basic_seq_packet_socket::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1051075"></a>
+ <a class="indexterm" name="idp134618960"></a>
Peek at incoming data without removing
it from the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html
index b90766c7c4..d221bc0a5d 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="message_peek.html" title="basic_seq_packet_socket::message_peek">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1051157"></a>
+ <a class="indexterm" name="idp134628576"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html
index d99b7cda2e..75e2046161 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="native.html" title="basic_seq_packet_socket::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1051238"></a>
+ <a class="indexterm" name="idp134637824"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html
index 3be4d86fae..f0f5588dc4 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="native_handle.html" title="basic_seq_packet_socket::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_seq_packet_socket::native_handle_type">basic_seq_packet_socket::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1051298"></a>
+ <a class="indexterm" name="idp134644544"></a>
The native representation of a
socket.
</p>
@@ -35,18 +35,18 @@ The native representation of a
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_seq_packet_socket.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_seq_packet_socket.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html
index 68bbf91e0d..47a9f5d0fb 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="native_handle_type.html" title="basic_seq_packet_socket::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking">basic_seq_packet_socket::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1051424"></a>
+ <a class="indexterm" name="idp134658000"></a>
Gets the non-blocking mode of
the native socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html
index 794cfc6704..6d0aae2714 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -138,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html
index 9565e747c3..c458d257c3 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -153,7 +153,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html
index 8bd641217a..c483a1e28b 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_seq_packet_socket::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html
index 089eed4c63..bafc7dcd00 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_seq_packet_socket::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.native_type"></a><a class="link" href="native_type.html" title="basic_seq_packet_socket::native_type">basic_seq_packet_socket::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1056480"></a>
+ <a class="indexterm" name="idp135267344"></a>
(Deprecated: Use native_handle_type.)
The native representation of a socket.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_seq_packet_socket.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_seq_packet_socket.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html
index 25104ba653..c38254b45b 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="native_type.html" title="basic_seq_packet_socket::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_seq_packet_socket::non_blocking">basic_seq_packet_socket::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1056604"></a>
+ <a class="indexterm" name="idp135281040"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_seq_packet_socket::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html
index 4d91bcb88b..e3f1f02696 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_seq_packet_socket::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_seq_packet_socket::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html
index 269d8e0a13..85e041a279 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_seq_packet_socket::non_blocking">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html
index 0048b148f9..873d70f5ca 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_seq_packet_socket::non_blocking">
<link rel="prev" href="overload2.html" title="basic_seq_packet_socket::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html
index 4aa633e4af..6e8c0f38e3 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="non_blocking/overload3.html" title="basic_seq_packet_socket::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1057686"></a>
+ <a class="indexterm" name="idp135405248"></a>
(Deprecated: Use non_blocking().)
IO control command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_seq_packet_socket.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_seq_packet_socket.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_seq_packet_socket.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_seq_packet_socket.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html
index e9a8ece243..275efe2c33 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="non_blocking_io.html" title="basic_seq_packet_socket::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.open"></a><a class="link" href="open.html" title="basic_seq_packet_socket::open">basic_seq_packet_socket::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1057980"></a>
+ <a class="indexterm" name="idp135439152"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_seq_packet_socket::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html
index 095439ce46..d90991bc6b 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_seq_packet_socket::open">
<link rel="prev" href="../open.html" title="basic_seq_packet_socket::open">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html
index 289c7376be..69220ee435 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_seq_packet_socket::open">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::open (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html
index 54d0a84c20..ac0b12f954 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="open/overload2.html" title="basic_seq_packet_socket::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_seq_packet_socket::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_seq_packet_socket::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,49 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_seq_packet_socket::operator=">basic_seq_packet_socket::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1058973"></a>
+ <a class="indexterm" name="idp135556080"></a>
Move-assign a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_seq_packet_socket::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_seq_packet_socket::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves a sequenced packet socket from one object
- to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>
- object from which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from a
+ socket of another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SeqPacketSocketService.html" title="Sequenced packet socket service requirements">SeqPacketSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_seq_packet_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_seq_packet_socket::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_seq_packet_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SeqPacketSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_seq_packet_socket::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -70,7 +56,7 @@ Move-assign a <a class="link" href="../basic_seq_packet_socket.html" title="basi
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html
new file mode 100644
index 0000000000..1734ace1c9
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html
@@ -0,0 +1,77 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_seq_packet_socket::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_seq_packet_socket::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_seq_packet_socket::operator=">
+<link rel="next" href="overload2.html" title="basic_seq_packet_socket::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_seq_packet_socket::operator= (1 of 2 overloads)">basic_seq_packet_socket::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from
+ another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_seq_packet_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a sequenced packet socket from one object
+ to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html
new file mode 100644
index 0000000000..e8126cb196
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_seq_packet_socket::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_seq_packet_socket::operator=">
+<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_seq_packet_socket::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_seq_packet_socket::operator= (2 of 2 overloads)">basic_seq_packet_socket::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> from
+ a socket of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SeqPacketSocketService.html" title="Sequenced packet socket service requirements">SeqPacketSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_seq_packet_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_seq_packet_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SeqPacketSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a sequenced packet socket from one object
+ to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html
index 747fb1284e..c39e051e6d 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
-<link rel="prev" href="operator_eq_.html" title="basic_seq_packet_socket::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_seq_packet_socket::operator= (2 of 2 overloads)">
<link rel="next" href="receive.html" title="basic_seq_packet_socket::receive">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_seq_packet_socket.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_seq_packet_socket::protocol_type">basic_seq_packet_socket::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1059198"></a>
+ <a class="indexterm" name="idp135660160"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_seq_packet_socket.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_seq_packet_socket.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html
index 2b8df720ba..1426c4be2a 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="protocol_type.html" title="basic_seq_packet_socket::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.receive"></a><a class="link" href="receive.html" title="basic_seq_packet_socket::receive">basic_seq_packet_socket::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1059310"></a>
+ <a class="indexterm" name="idp135672544"></a>
Receive some data on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -60,7 +60,7 @@ Receive some data on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html
index 202e89377e..115b909373 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_seq_packet_socket::receive">
<link rel="prev" href="../receive.html" title="basic_seq_packet_socket::receive">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -62,7 +62,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -70,11 +70,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -84,7 +84,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html
index 17cfe0daf5..85a41bce8f 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_seq_packet_socket::receive">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::receive (1 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -75,11 +75,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -89,7 +89,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -99,7 +99,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.h4"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.receive.overload2.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -114,7 +114,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html
index 2a8121a0a9..463577f3b3 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_seq_packet_socket::receive">
<link rel="prev" href="overload2.html" title="basic_seq_packet_socket::receive (2 of 3 overloads)">
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -72,7 +72,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -80,7 +80,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_seq_packet_socket.receive.overload3.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -91,7 +91,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html
index 9523e0e2f4..668bb8d5ef 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="receive/overload3.html" title="basic_seq_packet_socket::receive (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1061313"></a>
+ <a class="indexterm" name="idp135904848"></a>
Socket option for the receive
buffer size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html
index dce2abfece..e695375618 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="receive_buffer_size.html" title="basic_seq_packet_socket::receive_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1061799"></a>
+ <a class="indexterm" name="idp135962048"></a>
Socket option for the receive
low watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html
index 5994716a0c..ce51f7bce5 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_seq_packet_socket::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint">basic_seq_packet_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1062275"></a>
+ <a class="indexterm" name="idp136018608"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_seq_packet_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html
index 6a9766f39f..94cd923229 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html
index 371c926aad..9fc44abf93 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::remote_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html
index 4db43271a1..e818a76497 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_seq_packet_socket::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1063188"></a>
+ <a class="indexterm" name="idp136124640"></a>
Socket option to allow the socket to
be bound to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_seq_packet_socket.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_seq_packet_socket.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_seq_packet_socket.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_seq_packet_socket.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html
index 81d83e262b..a8d6edf292 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="reuse_address.html" title="basic_seq_packet_socket::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.send"></a><a class="link" href="send.html" title="basic_seq_packet_socket::send">basic_seq_packet_socket::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1063664"></a>
+ <a class="indexterm" name="idp136181088"></a>
Send some data on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@ Send some data on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html
index 2ffbd5c802..278df9ce89 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::send (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_seq_packet_socket::send">
<link rel="prev" href="../send.html" title="basic_seq_packet_socket::send">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -96,7 +96,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html
index 541acd790c..0b943cc52c 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::send (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_seq_packet_socket::send">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::send (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.send.overload2.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html
index fe4bf50ac7..ba28ab476d 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="send/overload2.html" title="basic_seq_packet_socket::send (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1064742"></a>
+ <a class="indexterm" name="idp136306000"></a>
Socket option for the send buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_seq_packet_socket.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html
index 1d45df4c51..a99711d724 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_seq_packet_socket::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1065227"></a>
+ <a class="indexterm" name="idp136363184"></a>
Socket option for the send low
watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the send low
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send low
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_seq_packet_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html
index 979757636f..c7ac24d20e 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="send_low_watermark.html" title="basic_seq_packet_socket::send_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1065710"></a>
+ <a class="indexterm" name="idp136420320"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.service.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_seq_packet_socket.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_seq_packet_socket.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html
index a8f069af09..f3772256ff 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="service.html" title="basic_seq_packet_socket::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1066092"></a>
+ <a class="indexterm" name="idp136432832"></a>
The type of the service that will be
used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_seq_packet_socket.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_seq_packet_socket.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html
index 2a47fc3570..bfb95bf44a 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="service_type.html" title="basic_seq_packet_socket::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.set_option"></a><a class="link" href="set_option.html" title="basic_seq_packet_socket::set_option">basic_seq_packet_socket::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1066205"></a>
+ <a class="indexterm" name="idp136445440"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_option/overload1.html" title="basic_seq_packet_socket::set_option (1 of 2 overloads)">set_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html
index 79ea937950..6de55dff35 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_seq_packet_socket::set_option">
<link rel="prev" href="../set_option.html" title="basic_seq_packet_socket::set_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html
index d5867ded42..08399cb633 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_seq_packet_socket::set_option">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::set_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html
index 7ae22e8d1a..2565ac4ef8 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="set_option/overload2.html" title="basic_seq_packet_socket::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown"></a><a class="link" href="shutdown.html" title="basic_seq_packet_socket::shutdown">basic_seq_packet_socket::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1067306"></a>
+ <a class="indexterm" name="idp136574864"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_seq_packet_socket::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html
index b4b1c6df96..9ada4328ad 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_seq_packet_socket::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_seq_packet_socket::shutdown">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html
index c1456d0e3d..99df3cb277 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_seq_packet_socket::shutdown">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::shutdown (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html
index 2ec6b1f295..952f621857 100644
--- a/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="shutdown/overload2.html" title="basic_seq_packet_socket::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1068280"></a>
+ <a class="indexterm" name="idp136689376"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1068310"></a>
- <a class="indexterm" name="id1068320"></a>
- <a class="indexterm" name="id1068329"></a>
+ <a class="indexterm" name="idp136692976"></a>
+ <a class="indexterm" name="idp136694080"></a>
+ <a class="indexterm" name="idp136695184"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_seq_packet_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_seq_packet_socket.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_seq_packet_socket.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port.html b/doc/html/boost_asio/reference/basic_serial_port.html
index 403b27319a..4fa0fc132c 100644
--- a/doc/html/boost_asio/reference/basic_serial_port.html
+++ b/doc/html/boost_asio/reference/basic_serial_port.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_seq_packet_socket/shutdown_type.html" title="basic_seq_packet_socket::shutdown_type">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_serial_port.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.types"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.types"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -122,7 +122,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_serial_port.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.member_functions"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.member_functions"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -375,7 +375,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_serial_port.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.protected_member_functions"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.protected_member_functions"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -424,7 +424,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_serial_port.h3"></a>
- <span><a name="boost_asio.reference.basic_serial_port.protected_data_members"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.protected_data_members"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -479,30 +479,28 @@
</p>
<h5>
<a name="boost_asio.reference.basic_serial_port.h4"></a>
- <span><a name="boost_asio.reference.basic_serial_port.thread_safety"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.thread_safety"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.thread_safety">Thread Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_serial_port.h5"></a>
- <span><a name="boost_asio.reference.basic_serial_port.requirements"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.requirements"></a></span><a class="link" href="basic_serial_port.html#boost_asio.reference.basic_serial_port.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/assign.html b/doc/html/boost_asio/reference/basic_serial_port/assign.html
index 59d58186b2..e2046cfab5 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/assign.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="../basic_serial_port.html" title="basic_serial_port">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.assign"></a><a class="link" href="assign.html" title="basic_serial_port::assign">basic_serial_port::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1069762"></a>
+ <a class="indexterm" name="idp136856624"></a>
Assign an existing native serial port to the serial
port.
</p>
@@ -43,7 +43,7 @@ Assign an existing native serial port to the serial
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html
index c262c2ae4c..5ff920a244 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_serial_port::assign">
<link rel="prev" href="../assign.html" title="basic_serial_port::assign">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html
index 7ab1eb402d..11a4e06c7a 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_serial_port::assign">
<link rel="prev" href="overload1.html" title="basic_serial_port::assign (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html b/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html
index 23360583a0..4076de3fbf 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="assign/overload2.html" title="basic_serial_port::assign (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_serial_port.async_read_some"></a><a class="link" href="async_read_some.html" title="basic_serial_port::async_read_some">basic_serial_port::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1070168"></a>
+ <a class="indexterm" name="idp136904320"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_read_some.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read. Although the
@@ -78,7 +78,7 @@ Start an asynchronous read.
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_read_some.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.remarks">Remarks</a>
</h6>
<p>
The read operation may not read all of the requested number of bytes. Consider
@@ -88,7 +88,7 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_read_some.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_serial_port.async_read_some.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html b/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html
index cb692dd830..4c59d89bb9 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="async_read_some.html" title="basic_serial_port::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_serial_port.async_write_some"></a><a class="link" href="async_write_some.html" title="basic_serial_port::async_write_some">basic_serial_port::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1070725"></a>
+ <a class="indexterm" name="idp136969456"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_write_some.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the serial port. Although
@@ -78,7 +78,7 @@ Start an asynchronous write.
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_write_some.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
@@ -87,7 +87,7 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.async_write_some.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_serial_port.async_write_some.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html
index 1e4f55077c..e90a53112c 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="async_write_some.html" title="basic_serial_port::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.basic_serial_port"></a><a class="link" href="basic_serial_port.html" title="basic_serial_port::basic_serial_port">basic_serial_port::basic_serial_port</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1071283"></a>
+ <a class="indexterm" name="idp137034544"></a>
Construct a <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> without opening
it.
</p>
@@ -67,7 +67,7 @@ Construct a <a class="link" href="../basic_serial_port.html" title="basic_serial
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html
index 2c91eeadf3..11e6e0a5cc 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (1 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html
index 5a6412ce6c..91782d5965 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (2 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload1.html" title="basic_serial_port::basic_serial_port (1 of 5 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html
index 0bc5ad0640..817ab7730c 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (3 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload2.html" title="basic_serial_port::basic_serial_port (2 of 5 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html
index f4ce491b9f..efe4938bed 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (4 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload3.html" title="basic_serial_port::basic_serial_port (3 of 5 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html
index 6af7171265..5e33996732 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (5 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload4.html" title="basic_serial_port::basic_serial_port (4 of 5 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/cancel.html b/doc/html/boost_asio/reference/basic_serial_port/cancel.html
index 631041d6ce..6f7ad318bb 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/cancel.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="basic_serial_port/overload5.html" title="basic_serial_port::basic_serial_port (5 of 5 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.cancel"></a><a class="link" href="cancel.html" title="basic_serial_port::cancel">basic_serial_port::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1072868"></a>
+ <a class="indexterm" name="idp137216064"></a>
Cancel all asynchronous operations associated with
the serial port.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html
index 283579c2a4..763cc304cc 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_serial_port::cancel">
<link rel="prev" href="../cancel.html" title="basic_serial_port::cancel">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html
index c45321801c..88f845ddf8 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_serial_port::cancel">
<link rel="prev" href="overload1.html" title="basic_serial_port::cancel (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/close.html b/doc/html/boost_asio/reference/basic_serial_port/close.html
index 4f82738640..8466dcce2a 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/close.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="cancel/overload2.html" title="basic_serial_port::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.close"></a><a class="link" href="close.html" title="basic_serial_port::close">basic_serial_port::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1073346"></a>
+ <a class="indexterm" name="idp137271104"></a>
Close the serial port.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_serial_port::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html
index efeac9c7ae..3b2e09d582 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_serial_port::close">
<link rel="prev" href="../close.html" title="basic_serial_port::close">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html
index 790ad340ea..3fd96fc55f 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_serial_port::close">
<link rel="prev" href="overload1.html" title="basic_serial_port::close (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html b/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html
index fdfc68e1d6..56f532bed8 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="close/overload2.html" title="basic_serial_port::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_serial_port::get_implementation">basic_serial_port::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1073821"></a>
+ <a class="indexterm" name="idp137326208"></a>
Get the underlying implementation of
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html
index 704cc20a0b..1d3b8c30db 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_serial_port::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_serial_port::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html
index 5ac0fa8e99..53cdb7c805 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_serial_port::get_implementation">
<link rel="prev" href="overload1.html" title="basic_serial_port::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html b/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html
index b81b8cd820..4eadf15d4d 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="get_implementation/overload2.html" title="basic_serial_port::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1074087"></a>
+ <a class="indexterm" name="idp137356464"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_serial_port.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_serial_port.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_option.html b/doc/html/boost_asio/reference/basic_serial_port/get_option.html
index ccf7783fa8..cbbdf36cc7 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_option.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="get_io_service.html" title="basic_serial_port::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.get_option"></a><a class="link" href="get_option.html" title="basic_serial_port::get_option">basic_serial_port::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1074247"></a>
+ <a class="indexterm" name="idp137374816"></a>
Get an option from the serial port.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Get an option from the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html
index 9de0c09376..a2cb6a561f 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_serial_port::get_option">
<link rel="prev" href="../get_option.html" title="basic_serial_port::get_option">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the serial port.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html
index e17fdf23e7..f5a8253339 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_serial_port::get_option">
<link rel="prev" href="overload1.html" title="basic_serial_port::get_option (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the serial port.
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_service.html b/doc/html/boost_asio/reference/basic_serial_port/get_service.html
index 06fd649b59..2067f0ba83 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_service.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="get_option/overload2.html" title="basic_serial_port::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.get_service"></a><a class="link" href="get_service.html" title="basic_serial_port::get_service">basic_serial_port::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1074906"></a>
+ <a class="indexterm" name="idp137451680"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_serial_port::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html
index e6c70487ed..321afc229d 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_serial_port::get_service">
<link rel="prev" href="../get_service.html" title="basic_serial_port::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html
index 9111670053..58ef08e0c9 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_serial_port::get_service">
<link rel="prev" href="overload1.html" title="basic_serial_port::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/implementation.html b/doc/html/boost_asio/reference/basic_serial_port/implementation.html
index 88b4eaa6ff..eba7cdacfb 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/implementation.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="get_service/overload2.html" title="basic_serial_port::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1075165"></a>
+ <a class="indexterm" name="idp137481696"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html b/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html
index fdf24098a1..1b9624466c 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="implementation.html" title="basic_serial_port::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1075241"></a>
+ <a class="indexterm" name="idp137490416"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_serial_port.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_serial_port.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/is_open.html b/doc/html/boost_asio/reference/basic_serial_port/is_open.html
index 71ef3d5cab..9e74f77e63 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/is_open.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="implementation_type.html" title="basic_serial_port::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.is_open"></a><a class="link" href="is_open.html" title="basic_serial_port::is_open">basic_serial_port::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1075362"></a>
+ <a class="indexterm" name="idp137503936"></a>
Determine whether the serial port is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the serial port is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html
index 2ccd448861..31eb235af0 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="is_open.html" title="basic_serial_port::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_serial_port::lowest_layer">basic_serial_port::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1075423"></a>
+ <a class="indexterm" name="idp137511104"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_serial_port::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html
index bc9b894085..78cd787515 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_serial_port::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_serial_port::lowest_layer">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html
index 6e8d971a9d..6c3c6e08fe 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_serial_port::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_serial_port::lowest_layer (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html
index 94a445022e..5e3b191eb0 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_serial_port::lowest_layer (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="basic_serial_port::lowest_layer_type">basic_serial_port::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1075783"></a>
+ <a class="indexterm" name="idp137551424"></a>
A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> is always the
lowest layer.
</p>
@@ -35,7 +35,7 @@ A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><co
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@ A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><co
</table></div>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -375,7 +375,7 @@ A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><co
</table></div>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,7 +424,7 @@ A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><co
</table></div>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -479,31 +479,29 @@ A <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><co
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_serial_port.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/native.html b/doc/html/boost_asio/reference/basic_serial_port/native.html
index 4d420c2794..c3b0b85213 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/native.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="lowest_layer_type.html" title="basic_serial_port::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.native"></a><a class="link" href="native.html" title="basic_serial_port::native">basic_serial_port::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1077057"></a>
+ <a class="indexterm" name="idp137694192"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native serial port representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/native_handle.html b/doc/html/boost_asio/reference/basic_serial_port/native_handle.html
index 0e5733e72f..a22c23cda0 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="native.html" title="basic_serial_port::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.native_handle"></a><a class="link" href="native_handle.html" title="basic_serial_port::native_handle">basic_serial_port::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1077131"></a>
+ <a class="indexterm" name="idp137702624"></a>
Get the native serial port representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Get the native serial port representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html b/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html
index 784c631b55..b801fb0093 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="native_handle.html" title="basic_serial_port::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_serial_port::native_handle_type">basic_serial_port::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1077190"></a>
+ <a class="indexterm" name="idp137709264"></a>
The native representation of a serial
port.
</p>
@@ -35,18 +35,18 @@ The native representation of a serial
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_serial_port.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_serial_port.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/native_type.html b/doc/html/boost_asio/reference/basic_serial_port/native_type.html
index 3c79f0f8ea..02001a1e4d 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/native_type.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="native_handle_type.html" title="basic_serial_port::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.native_type"></a><a class="link" href="native_type.html" title="basic_serial_port::native_type">basic_serial_port::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1077313"></a>
+ <a class="indexterm" name="idp137722768"></a>
(Deprecated: Use native_handle_type.) The native
representation of a serial port.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_serial_port.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_serial_port.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/open.html b/doc/html/boost_asio/reference/basic_serial_port/open.html
index 711726cc8f..591905339f 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/open.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="native_type.html" title="basic_serial_port::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.open"></a><a class="link" href="open.html" title="basic_serial_port::open">basic_serial_port::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1077433"></a>
+ <a class="indexterm" name="idp137736144"></a>
Open the serial port using the specified device name.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_serial_port::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the serial port using the specified device name.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html
index 9f4f1c2fc9..c43d4a0b1f 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_serial_port::open">
<link rel="prev" href="../open.html" title="basic_serial_port::open">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">device</span></dt>
<dd><p>
The platform-specific device name.
@@ -51,11 +51,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html
index c5ca527d02..99e793e36e 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_serial_port::open">
<link rel="prev" href="overload1.html" title="basic_serial_port::open (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">device</span></dt>
<dd><p>
The platform-specific device name.
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html b/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html
index 0576243761..79828c4957 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="open/overload2.html" title="basic_serial_port::open (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_serial_port::operator=">basic_serial_port::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1078037"></a>
+ <a class="indexterm" name="idp137805952"></a>
Move-assign a <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_serial_port</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../basic_serial_port.html" title="basic_seri
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_serial_port.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_serial_port.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> object
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../basic_serial_port.html" title="basic_seri
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_serial_port.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_serial_port.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../basic_serial_port.html" title="basic_seri
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/read_some.html b/doc/html/boost_asio/reference/basic_serial_port/read_some.html
index b2bd8e88a8..b4f52d2149 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/read_some.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="operator_eq_.html" title="basic_serial_port::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.read_some"></a><a class="link" href="read_some.html" title="basic_serial_port::read_some">basic_serial_port::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1078261"></a>
+ <a class="indexterm" name="idp137831696"></a>
Read some data from the serial port.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Read some data from the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html
index 20b87da02f..fda47e21c6 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="basic_serial_port::read_some">
<link rel="prev" href="../read_some.html" title="basic_serial_port::read_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.read_some.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html
index 165a71da02..9d5e30ff86 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="basic_serial_port::read_some">
<link rel="prev" href="overload1.html" title="basic_serial_port::read_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.read_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.read_some.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/send_break.html b/doc/html/boost_asio/reference/basic_serial_port/send_break.html
index b0c0b2ac33..a9be89431c 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/send_break.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/send_break.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::send_break</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="read_some/overload2.html" title="basic_serial_port::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.send_break"></a><a class="link" href="send_break.html" title="basic_serial_port::send_break">basic_serial_port::send_break</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1079288"></a>
+ <a class="indexterm" name="idp137949184"></a>
Send a break sequence to the serial port.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="send_break/overload1.html" title="basic_serial_port::send_break (1 of 2 overloads)">send_break</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Send a break sequence to the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html
index 280b44e844..135721bdca 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::send_break (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_break.html" title="basic_serial_port::send_break">
<link rel="prev" href="../send_break.html" title="basic_serial_port::send_break">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.send_break.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.send_break.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.send_break.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.send_break.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.send_break.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html
index c0481f50df..cc24964189 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::send_break (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send_break.html" title="basic_serial_port::send_break">
<link rel="prev" href="overload1.html" title="basic_serial_port::send_break (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.send_break.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.send_break.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.send_break.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.send_break.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.send_break.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/service.html b/doc/html/boost_asio/reference/basic_serial_port/service.html
index 55c908e215..aba45422ca 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/service.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="send_break/overload2.html" title="basic_serial_port::send_break (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1079697"></a>
+ <a class="indexterm" name="idp137996064"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.service.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_serial_port.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_serial_port.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/service_type.html b/doc/html/boost_asio/reference/basic_serial_port/service_type.html
index c0f1acd17f..9a8a757321 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/service_type.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="service.html" title="basic_serial_port::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1079808"></a>
+ <a class="indexterm" name="idp138008400"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_serial_port.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_serial_port.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_serial_port.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/set_option.html b/doc/html/boost_asio/reference/basic_serial_port/set_option.html
index 3fe42d61e5..90fe6ba811 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/set_option.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="service_type.html" title="basic_serial_port::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.set_option"></a><a class="link" href="set_option.html" title="basic_serial_port::set_option">basic_serial_port::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1079921"></a>
+ <a class="indexterm" name="idp138020928"></a>
Set an option on the serial port.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set an option on the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html
index 6f24fde8d9..13130ea5b4 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_serial_port::set_option">
<link rel="prev" href="../set_option.html" title="basic_serial_port::set_option">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be set on the serial port.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html
index 81128e4f72..bc82b2fcb1 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_serial_port::set_option">
<link rel="prev" href="overload1.html" title="basic_serial_port::set_option (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be set on the serial port.
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/write_some.html b/doc/html/boost_asio/reference/basic_serial_port/write_some.html
index b1d7e45908..3e0223cf1e 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/write_some.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port">
<link rel="prev" href="set_option/overload2.html" title="basic_serial_port::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_serial_port.write_some"></a><a class="link" href="write_some.html" title="basic_serial_port::write_some">basic_serial_port::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1080604"></a>
+ <a class="indexterm" name="idp138100384"></a>
Write some data to the serial port.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Write some data to the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html b/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html
index e42831ac46..feec73ee3e 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="basic_serial_port::write_some">
<link rel="prev" href="../write_some.html" title="basic_serial_port::write_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the serial port.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_serial_port.write_some.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html b/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html
index 53bf5cd953..38b0315671 100644
--- a/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="basic_serial_port::write_some">
<link rel="prev" href="overload1.html" title="basic_serial_port::write_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the serial port.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_serial_port.write_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_serial_port.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_serial_port.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_serial_port.write_some.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set.html b/doc/html/boost_asio/reference/basic_signal_set.html
index 684c9153e5..e678887430 100644
--- a/doc/html/boost_asio/reference/basic_signal_set.html
+++ b/doc/html/boost_asio/reference/basic_signal_set.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_serial_port/write_some/overload2.html" title="basic_serial_port::write_some (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_signal_set.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.types"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.types"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_signal_set.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.member_functions"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.member_functions"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -201,7 +201,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_signal_set.h2"></a>
- <span><a name="boost_asio.reference.basic_signal_set.protected_member_functions"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.protected_member_functions"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -250,7 +250,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_signal_set.h3"></a>
- <span><a name="boost_asio.reference.basic_signal_set.protected_data_members"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.protected_data_members"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -309,20 +309,18 @@
</p>
<h5>
<a name="boost_asio.reference.basic_signal_set.h4"></a>
- <span><a name="boost_asio.reference.basic_signal_set.thread_safety"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.thread_safety"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_signal_set.h5"></a>
- <span><a name="boost_asio.reference.basic_signal_set.example"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.example"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.example">Example</a>
</h5>
<p>
Performing an asynchronous wait:
@@ -347,7 +345,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_signal_set.h6"></a>
- <span><a name="boost_asio.reference.basic_signal_set.queueing_of_signal_notifications"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.queueing_of_signal_notifications">Queueing
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.queueing_of_signal_notifications"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.queueing_of_signal_notifications">Queueing
of signal notifications</a>
</h5>
<p>
@@ -364,7 +362,7 @@
</p>
<h5>
<a name="boost_asio.reference.basic_signal_set.h7"></a>
- <span><a name="boost_asio.reference.basic_signal_set.multiple_registration_of_signals"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.multiple_registration_of_signals">Multiple
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.multiple_registration_of_signals"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.multiple_registration_of_signals">Multiple
registration of signals</a>
</h5>
<p>
@@ -378,7 +376,7 @@
</p>
<h5>
<a name="boost_asio.reference.basic_signal_set.h8"></a>
- <span><a name="boost_asio.reference.basic_signal_set.signal_masking_on_posix_platforms"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.signal_masking_on_posix_platforms">Signal
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.signal_masking_on_posix_platforms"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.signal_masking_on_posix_platforms">Signal
masking on POSIX platforms</a>
</h5>
<p>
@@ -389,18 +387,18 @@
</p>
<h5>
<a name="boost_asio.reference.basic_signal_set.h9"></a>
- <span><a name="boost_asio.reference.basic_signal_set.requirements"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.requirements"></a></span><a class="link" href="basic_signal_set.html#boost_asio.reference.basic_signal_set.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/add.html b/doc/html/boost_asio/reference/basic_signal_set/add.html
index 7cd1782276..9530cf6c64 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/add.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/add.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::add</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="../basic_signal_set.html" title="basic_signal_set">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.add"></a><a class="link" href="add.html" title="basic_signal_set::add">basic_signal_set::add</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1082994"></a>
+ <a class="indexterm" name="idp138373232"></a>
Add a signal to a signal_set.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="add/overload1.html" title="basic_signal_set::add (1 of 2 overloads)">add</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Add a signal to a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html
index f732feda71..d3e4f535c3 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::add (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../add.html" title="basic_signal_set::add">
<link rel="prev" href="../add.html" title="basic_signal_set::add">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.add.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.add.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.add.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.add.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.add.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">signal_number</span></dt>
<dd><p>
The signal to be added to the set.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.add.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.add.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.add.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.add.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.add.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html
index d7d0778e2c..da63a3871e 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::add (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../add.html" title="basic_signal_set::add">
<link rel="prev" href="overload1.html" title="basic_signal_set::add (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.add.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.add.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.add.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.add.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.add.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">signal_number</span></dt>
<dd><p>
The signal to be added to the set.
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/async_wait.html b/doc/html/boost_asio/reference/basic_signal_set/async_wait.html
index 7e4d47d437..c982eb1911 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/async_wait.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="add/overload2.html" title="basic_signal_set::add (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_signal_set.async_wait"></a><a class="link" href="async_wait.html" title="basic_signal_set::async_wait">basic_signal_set::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1083782"></a>
+ <a class="indexterm" name="idp138433040"></a>
Start an asynchronous operation to wait for a
signal to be delivered.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../SignalHandler.html" title="Signal handler requirements">SignalHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">SignalHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -44,7 +44,7 @@ Start an asynchronous operation to wait for a
For each call to <code class="computeroutput"><span class="identifier">async_wait</span><span class="special">()</span></code>, the supplied handler will be called
exactly once. The handler will be called when:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
One of the registered signals in the signal set occurs; or
</li>
@@ -55,11 +55,11 @@ Start an asynchronous operation to wait for a
</ul></div>
<h6>
<a name="boost_asio.reference.basic_signal_set.async_wait.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_signal_set.async_wait.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_signal_set.async_wait.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -84,7 +84,7 @@ Start an asynchronous operation to wait for a
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html
index 400d19c985..cff8c408c3 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::basic_signal_set</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="async_wait.html" title="basic_signal_set::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.basic_signal_set"></a><a class="link" href="basic_signal_set.html" title="basic_signal_set::basic_signal_set">basic_signal_set::basic_signal_set</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1084148"></a>
+ <a class="indexterm" name="idp138476320"></a>
Construct a signal set without adding any
signals.
</p>
@@ -65,7 +65,7 @@ Construct a signal set without adding any
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html
index 6131952f08..045f0740f0 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::basic_signal_set (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set::basic_signal_set">
<link rel="prev" href="../basic_signal_set.html" title="basic_signal_set::basic_signal_set">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html
index 3695ba88b9..4927548f96 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::basic_signal_set (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set::basic_signal_set">
<link rel="prev" href="overload1.html" title="basic_signal_set::basic_signal_set (1 of 4 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload2.remarks">Remarks</a>
</h6>
<p>
This constructor is equivalent to performing:
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html
index 5ded262918..24c227d4b6 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::basic_signal_set (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set::basic_signal_set">
<link rel="prev" href="overload2.html" title="basic_signal_set::basic_signal_set (2 of 4 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload3.remarks">Remarks</a>
</h6>
<p>
This constructor is equivalent to performing:
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html
index 1d3ad83eb0..94aa9b24a0 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::basic_signal_set (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set::basic_signal_set">
<link rel="prev" href="overload3.html" title="basic_signal_set::basic_signal_set (3 of 4 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.basic_signal_set.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_signal_set.basic_signal_set.overload4.remarks">Remarks</a>
</h6>
<p>
This constructor is equivalent to performing:
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/cancel.html b/doc/html/boost_asio/reference/basic_signal_set/cancel.html
index d79336d8f3..8ad781317e 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/cancel.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="basic_signal_set/overload4.html" title="basic_signal_set::basic_signal_set (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.cancel"></a><a class="link" href="cancel.html" title="basic_signal_set::cancel">basic_signal_set::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1085740"></a>
+ <a class="indexterm" name="idp138661408"></a>
Cancel all operations associated with the signal
set.
</p>
@@ -41,7 +41,7 @@ Cancel all operations associated with the signal
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html
index 35e6a474c3..e94933d324 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_signal_set::cancel">
<link rel="prev" href="../cancel.html" title="basic_signal_set::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,13 +56,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
If a registered signal occurred before <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html
index 6da2063c59..89a5d1fc3d 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_signal_set::cancel">
<link rel="prev" href="overload1.html" title="basic_signal_set::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,13 +57,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
If a registered signal occurred before <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/clear.html b/doc/html/boost_asio/reference/basic_signal_set/clear.html
index 7f988083bc..6f4c396244 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/clear.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/clear.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::clear</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="cancel/overload2.html" title="basic_signal_set::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.clear"></a><a class="link" href="clear.html" title="basic_signal_set::clear">basic_signal_set::clear</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1086371"></a>
+ <a class="indexterm" name="idp138733024"></a>
Remove all signals from a signal_set.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="clear/overload1.html" title="basic_signal_set::clear (1 of 2 overloads)">clear</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Remove all signals from a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html
index 7099f72fbf..cd6fdb5d75 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::clear (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../clear.html" title="basic_signal_set::clear">
<link rel="prev" href="../clear.html" title="basic_signal_set::clear">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.clear.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.clear.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.clear.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.clear.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.clear.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -51,7 +51,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.clear.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.clear.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.clear.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.clear.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.clear.overload1.remarks">Remarks</a>
</h6>
<p>
Removes all queued notifications.
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html
index f1c3d1747f..fa18b41b2e 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::clear (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../clear.html" title="basic_signal_set::clear">
<link rel="prev" href="overload1.html" title="basic_signal_set::clear (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.clear.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.clear.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.clear.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.clear.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.clear.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.clear.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.clear.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.clear.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.clear.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.clear.overload2.remarks">Remarks</a>
</h6>
<p>
Removes all queued notifications.
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html b/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html
index d61ac13663..2f843c903d 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="clear/overload2.html" title="basic_signal_set::clear (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_signal_set::get_implementation">basic_signal_set::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1086834"></a>
+ <a class="indexterm" name="idp138785584"></a>
Get the underlying implementation of
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html
index 8355e4e910..11915a49c9 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_signal_set::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_signal_set::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html
index aa77e3ad5b..8f41d4b8cc 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_signal_set::get_implementation">
<link rel="prev" href="overload1.html" title="basic_signal_set::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html b/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html
index e84b562159..36c4c543c1 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="get_implementation/overload2.html" title="basic_signal_set::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1087100"></a>
+ <a class="indexterm" name="idp138815712"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_signal_set.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_signal_set.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_service.html b/doc/html/boost_asio/reference/basic_signal_set/get_service.html
index cdae3e58cb..cc0ec307f7 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_service.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="get_io_service.html" title="basic_signal_set::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.get_service"></a><a class="link" href="get_service.html" title="basic_signal_set::get_service">basic_signal_set::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1087261"></a>
+ <a class="indexterm" name="idp138833968"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_signal_set::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html
index 70022568d2..41f06e9dbe 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_signal_set::get_service">
<link rel="prev" href="../get_service.html" title="basic_signal_set::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html
index 919ac8a65e..f3d99f8a94 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_signal_set::get_service">
<link rel="prev" href="overload1.html" title="basic_signal_set::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/implementation.html b/doc/html/boost_asio/reference/basic_signal_set/implementation.html
index f8928bab2b..a5d9ddd10f 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/implementation.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="get_service/overload2.html" title="basic_signal_set::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1087519"></a>
+ <a class="indexterm" name="idp138863824"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html b/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html
index dedfe0b590..f6341b4959 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="implementation.html" title="basic_signal_set::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1087595"></a>
+ <a class="indexterm" name="idp138872544"></a>
The underlying implementation type of
I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type of
</pre>
<h6>
<a name="boost_asio.reference.basic_signal_set.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_signal_set.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_signal_set.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/remove.html b/doc/html/boost_asio/reference/basic_signal_set/remove.html
index 41b527b239..59235b95a2 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/remove.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/remove.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::remove</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="implementation_type.html" title="basic_signal_set::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_signal_set.remove"></a><a class="link" href="remove.html" title="basic_signal_set::remove">basic_signal_set::remove</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1087717"></a>
+ <a class="indexterm" name="idp138885936"></a>
Remove a signal from a signal_set.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="remove/overload1.html" title="basic_signal_set::remove (1 of 2 overloads)">remove</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Remove a signal from a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html b/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html
index 566319168a..b7ff0b887b 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::remove (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remove.html" title="basic_signal_set::remove">
<link rel="prev" href="../remove.html" title="basic_signal_set::remove">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.remove.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.remove.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.remove.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">signal_number</span></dt>
<dd><p>
The signal to be removed from the set.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.remove.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.remove.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.remove.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.remove.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_signal_set.remove.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.remove.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_signal_set.remove.overload1.remarks">Remarks</a>
</h6>
<p>
Removes any notifications that have been queued for the specified signal
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html b/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html
index 217ee87439..e1a4cfc03b 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::remove (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remove.html" title="basic_signal_set::remove">
<link rel="prev" href="overload1.html" title="basic_signal_set::remove (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_signal_set.remove.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.remove.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.remove.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.remove.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.remove.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">signal_number</span></dt>
<dd><p>
The signal to be removed from the set.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_signal_set.remove.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_signal_set.remove.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.remove.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.remove.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_signal_set.remove.overload2.remarks">Remarks</a>
</h6>
<p>
Removes any notifications that have been queued for the specified signal
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/service.html b/doc/html/boost_asio/reference/basic_signal_set/service.html
index bc0a942057..c52e0c607d 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/service.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="remove/overload2.html" title="basic_signal_set::remove (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1088310"></a>
+ <a class="indexterm" name="idp138953600"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_signal_set.service.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_signal_set.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_signal_set.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_signal_set/service_type.html b/doc/html/boost_asio/reference/basic_signal_set/service_type.html
index 2083b93dba..47decf7d30 100644
--- a/doc/html/boost_asio/reference/basic_signal_set/service_type.html
+++ b/doc/html/boost_asio/reference/basic_signal_set/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_signal_set::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_signal_set.html" title="basic_signal_set">
<link rel="prev" href="service.html" title="basic_signal_set::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1088421"></a>
+ <a class="indexterm" name="idp138966192"></a>
The type of the service that will be used to
provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used to
</pre>
<h6>
<a name="boost_asio.reference.basic_signal_set.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_signal_set.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_signal_set.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_signal_set.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_signal_set.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_signal_set.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket.html b/doc/html/boost_asio/reference/basic_socket.html
index be420494a0..27917c15ee 100644
--- a/doc/html/boost_asio/reference/basic_socket.html
+++ b/doc/html/boost_asio/reference/basic_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_signal_set/service_type.html" title="basic_signal_set::service_type">
@@ -38,7 +38,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_socket.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.types"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.types"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -331,7 +331,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.member_functions"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.member_functions"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -423,6 +423,10 @@
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -624,6 +628,9 @@
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -666,7 +673,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.protected_member_functions"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.protected_member_functions"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -727,7 +734,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket.h3"></a>
- <span><a name="boost_asio.reference.basic_socket.data_members"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.data_members"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -812,7 +819,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket.h4"></a>
- <span><a name="boost_asio.reference.basic_socket.protected_data_members"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.protected_data_members"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -868,31 +875,29 @@
</p>
<h5>
<a name="boost_asio.reference.basic_socket.h5"></a>
- <span><a name="boost_asio.reference.basic_socket.thread_safety"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.thread_safety"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_socket.h6"></a>
- <span><a name="boost_asio.reference.basic_socket.requirements"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.requirements"></a></span><a class="link" href="basic_socket.html#boost_asio.reference.basic_socket.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/_basic_socket.html b/doc/html/boost_asio/reference/basic_socket/_basic_socket.html
index ab7e7bda56..324a3d7d0d 100644
--- a/doc/html/boost_asio/reference/basic_socket/_basic_socket.html
+++ b/doc/html/boost_asio/reference/basic_socket/_basic_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::~basic_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="shutdown_type.html" title="basic_socket::shutdown_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket._basic_socket"></a><a class="link" href="_basic_socket.html" title="basic_socket::~basic_socket">basic_socket::~basic_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1123528"></a>
+ <a class="indexterm" name="idp143167312"></a>
Protected destructor to prevent deletion through
this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion through
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/assign.html b/doc/html/boost_asio/reference/basic_socket/assign.html
index 3a786cca49..08c7ce8f25 100644
--- a/doc/html/boost_asio/reference/basic_socket/assign.html
+++ b/doc/html/boost_asio/reference/basic_socket/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="../basic_socket.html" title="basic_socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.assign"></a><a class="link" href="assign.html" title="basic_socket::assign">basic_socket::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1090731"></a>
+ <a class="indexterm" name="idp139229344"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_socket::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/assign/overload1.html b/doc/html/boost_asio/reference/basic_socket/assign/overload1.html
index 62a4a55385..62b5b289ac 100644
--- a/doc/html/boost_asio/reference/basic_socket/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket::assign">
<link rel="prev" href="../assign.html" title="basic_socket::assign">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/assign/overload2.html b/doc/html/boost_asio/reference/basic_socket/assign/overload2.html
index 35933cf91b..5e2e4beedc 100644
--- a/doc/html/boost_asio/reference/basic_socket/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket::assign">
<link rel="prev" href="overload1.html" title="basic_socket::assign (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/async_connect.html b/doc/html/boost_asio/reference/basic_socket/async_connect.html
index 07515b272b..4a968b6680 100644
--- a/doc/html/boost_asio/reference/basic_socket/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_socket/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="assign/overload2.html" title="basic_socket::assign (2 of 2 overloads)">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.basic_socket.async_connect"></a><a class="link" href="async_connect.html" title="basic_socket::async_connect">basic_socket::async_connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1091241"></a>
+ <a class="indexterm" name="idp139290032"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -47,11 +47,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -79,7 +79,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_socket.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -99,7 +99,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/at_mark.html b/doc/html/boost_asio/reference/basic_socket/at_mark.html
index 89127ff879..766a504ccd 100644
--- a/doc/html/boost_asio/reference/basic_socket/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_socket/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="async_connect.html" title="basic_socket::async_connect">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.at_mark"></a><a class="link" href="at_mark.html" title="basic_socket::at_mark">basic_socket::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1091908"></a>
+ <a class="indexterm" name="idp139370144"></a>
Determine whether the socket is at the out-of-band data
mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band data
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html
index 9aa1a6e59c..63ec24fbbd 100644
--- a/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_socket::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_socket::at_mark">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -46,11 +46,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html
index d0a86c622f..46d72501aa 100644
--- a/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_socket::at_mark">
<link rel="prev" href="overload1.html" title="basic_socket::at_mark (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/available.html b/doc/html/boost_asio/reference/basic_socket/available.html
index fe20322cdd..d24e1b84f3 100644
--- a/doc/html/boost_asio/reference/basic_socket/available.html
+++ b/doc/html/boost_asio/reference/basic_socket/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="at_mark/overload2.html" title="basic_socket::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.available"></a><a class="link" href="available.html" title="basic_socket::available">basic_socket::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1092375"></a>
+ <a class="indexterm" name="idp139423200"></a>
Determine the number of bytes available for reading.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="available/overload1.html" title="basic_socket::available (1 of 2 overloads)">available</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Determine the number of bytes available for reading.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/available/overload1.html b/doc/html/boost_asio/reference/basic_socket/available/overload1.html
index f9d64459cd..4d1a06319f 100644
--- a/doc/html/boost_asio/reference/basic_socket/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_socket::available">
<link rel="prev" href="../available.html" title="basic_socket::available">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -47,11 +47,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_socket/available/overload2.html
index c82cf578b8..f3625d25a9 100644
--- a/doc/html/boost_asio/reference/basic_socket/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_socket::available">
<link rel="prev" href="overload1.html" title="basic_socket::available (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket.html b/doc/html/boost_asio/reference/basic_socket/basic_socket.html
index c6424c93cc..092bb06b1e 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::basic_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="available/overload2.html" title="basic_socket::available (2 of 2 overloads)">
-<link rel="next" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 5 overloads)">
+<link rel="next" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,51 +27,63 @@
<a name="boost_asio.reference.basic_socket.basic_socket"></a><a class="link" href="basic_socket.html" title="basic_socket::basic_socket">basic_socket::basic_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1092881"></a>
+ <a class="indexterm" name="idp139480576"></a>
Construct a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> without opening it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 5 overloads)">basic_socket</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">basic_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct and open a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a>.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket/overload2.html" title="basic_socket::basic_socket (2 of 5 overloads)">basic_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket/overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)">basic_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload2.html" title="basic_socket::basic_socket (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a>, opening it and binding
it to the given local endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket/overload3.html" title="basic_socket::basic_socket (3 of 5 overloads)">basic_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket/overload3.html" title="basic_socket::basic_socket (3 of 6 overloads)">basic_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload3.html" title="basic_socket::basic_socket (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload3.html" title="basic_socket::basic_socket (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> on an existing native
socket.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket/overload4.html" title="basic_socket::basic_socket (4 of 5 overloads)">basic_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket/overload4.html" title="basic_socket::basic_socket (4 of 6 overloads)">basic_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_socket</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload4.html" title="basic_socket::basic_socket (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload4.html" title="basic_socket::basic_socket (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket/overload5.html" title="basic_socket::basic_socket (5 of 5 overloads)">basic_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket/overload5.html" title="basic_socket::basic_socket (5 of 6 overloads)">basic_socket</a><span class="special">(</span>
<span class="identifier">basic_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload5.html" title="basic_socket::basic_socket (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload5.html" title="basic_socket::basic_socket (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from a socket of
+ another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_socket/overload6.html" title="basic_socket::basic_socket (6 of 6 overloads)">basic_socket</a><span class="special">(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket/overload6.html" title="basic_socket::basic_socket (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html
index 4601921c55..6b373a7e6a 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket::basic_socket (1 of 5 overloads)</title>
+<title>basic_socket::basic_socket (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
<link rel="prev" href="../basic_socket.html" title="basic_socket::basic_socket">
-<link rel="next" href="overload2.html" title="basic_socket::basic_socket (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket.basic_socket.overload1"></a><a class="link" href="overload1.html" title="basic_socket::basic_socket (1 of 5 overloads)">basic_socket::basic_socket
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload1"></a><a class="link" href="overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">basic_socket::basic_socket
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> without opening
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.basic_socket.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.basic_socket.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html
index 5ce54de7f3..69c43f9229 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket::basic_socket (2 of 5 overloads)</title>
+<title>basic_socket::basic_socket (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
-<link rel="prev" href="overload1.html" title="basic_socket::basic_socket (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_socket::basic_socket (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_socket::basic_socket (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket.basic_socket.overload2"></a><a class="link" href="overload2.html" title="basic_socket::basic_socket (2 of 5 overloads)">basic_socket::basic_socket
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload2"></a><a class="link" href="overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)">basic_socket::basic_socket
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a>.
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.basic_socket.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.basic_socket.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,11 +58,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.basic_socket.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.basic_socket.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html
index fe7c7dcc6f..85dffb0ea8 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket::basic_socket (3 of 5 overloads)</title>
+<title>basic_socket::basic_socket (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
-<link rel="prev" href="overload2.html" title="basic_socket::basic_socket (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_socket::basic_socket (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_socket::basic_socket (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket.basic_socket.overload3"></a><a class="link" href="overload3.html" title="basic_socket::basic_socket (3 of 5 overloads)">basic_socket::basic_socket
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload3"></a><a class="link" href="overload3.html" title="basic_socket::basic_socket (3 of 6 overloads)">basic_socket::basic_socket
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a>, opening it and
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.basic_socket.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.basic_socket.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -61,11 +61,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.basic_socket.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.basic_socket.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html
index 8ef7cf7d0b..fc51faa56f 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket::basic_socket (4 of 5 overloads)</title>
+<title>basic_socket::basic_socket (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
-<link rel="prev" href="overload3.html" title="basic_socket::basic_socket (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_socket::basic_socket (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_socket::basic_socket (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_socket::basic_socket (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket.basic_socket.overload4"></a><a class="link" href="overload4.html" title="basic_socket::basic_socket (4 of 5 overloads)">basic_socket::basic_socket
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload4"></a><a class="link" href="overload4.html" title="basic_socket::basic_socket (4 of 6 overloads)">basic_socket::basic_socket
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> on an existing
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket.basic_socket.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket.basic_socket.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -64,11 +64,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket.basic_socket.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket.basic_socket.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html
index ab8d266f13..e91bf98ed1 100644
--- a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket::basic_socket (5 of 5 overloads)</title>
+<title>basic_socket::basic_socket (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
-<link rel="prev" href="overload4.html" title="basic_socket::basic_socket (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_socket::bind">
+<link rel="prev" href="overload4.html" title="basic_socket::basic_socket (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_socket::basic_socket (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket.basic_socket.overload5"></a><a class="link" href="overload5.html" title="basic_socket::basic_socket (5 of 5 overloads)">basic_socket::basic_socket
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload5"></a><a class="link" href="overload5.html" title="basic_socket::basic_socket (5 of 6 overloads)">basic_socket::basic_socket
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from another.
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket.basic_socket.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket.basic_socket.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> object from
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.basic_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket.basic_socket.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket.basic_socket.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +69,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html
new file mode 100644
index 0000000000..6a10391075
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket::basic_socket (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
+<link rel="prev" href="overload5.html" title="basic_socket::basic_socket (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_socket::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket.basic_socket.overload6"></a><a class="link" href="overload6.html" title="basic_socket::basic_socket (6 of 6 overloads)">basic_socket::basic_socket
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from a socket of
+ another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_socket</span><span class="special">(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves a socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_socket.basic_socket.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> object from
+ which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket.basic_socket.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_socket.basic_socket.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/bind.html b/doc/html/boost_asio/reference/basic_socket/bind.html
index adb670805b..fae95c2868 100644
--- a/doc/html/boost_asio/reference/basic_socket/bind.html
+++ b/doc/html/boost_asio/reference/basic_socket/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
-<link rel="prev" href="basic_socket/overload5.html" title="basic_socket::basic_socket (5 of 5 overloads)">
+<link rel="prev" href="basic_socket/overload6.html" title="basic_socket::basic_socket (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_socket::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket.bind"></a><a class="link" href="bind.html" title="basic_socket::bind">basic_socket::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1094604"></a>
+ <a class="indexterm" name="idp139748304"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_socket::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the socket to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/bind/overload1.html b/doc/html/boost_asio/reference/basic_socket/bind/overload1.html
index 45d4eaa14f..eec377f68c 100644
--- a/doc/html/boost_asio/reference/basic_socket/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket::bind">
<link rel="prev" href="../bind.html" title="basic_socket::bind">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/bind/overload2.html b/doc/html/boost_asio/reference/basic_socket/bind/overload2.html
index 7094ec07bb..95da52a63c 100644
--- a/doc/html/boost_asio/reference/basic_socket/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket::bind">
<link rel="prev" href="overload1.html" title="basic_socket::bind (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/broadcast.html b/doc/html/boost_asio/reference/basic_socket/broadcast.html
index 6495bbb88d..a4513f6e40 100644
--- a/doc/html/boost_asio/reference/basic_socket/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_socket/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="bind/overload2.html" title="basic_socket::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1095790"></a>
+ <a class="indexterm" name="idp139890336"></a>
Socket option to permit sending of broadcast messages.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">broadcast</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to permit sending of broadcast messages.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to permit sending of broadcast messages.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/bytes_readable.html b/doc/html/boost_asio/reference/basic_socket/bytes_readable.html
index da51a61137..afbd83695c 100644
--- a/doc/html/boost_asio/reference/basic_socket/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_socket/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="broadcast.html" title="basic_socket::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1096269"></a>
+ <a class="indexterm" name="idp139947328"></a>
IO control command to get the amount of data
that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount of data
</p>
<h6>
<a name="boost_asio.reference.basic_socket.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount of data
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/cancel.html b/doc/html/boost_asio/reference/basic_socket/cancel.html
index c898a02a47..1191728597 100644
--- a/doc/html/boost_asio/reference/basic_socket/cancel.html
+++ b/doc/html/boost_asio/reference/basic_socket/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="bytes_readable.html" title="basic_socket::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.cancel"></a><a class="link" href="cancel.html" title="basic_socket::cancel">basic_socket::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1096602"></a>
+ <a class="indexterm" name="idp139986416"></a>
Cancel all asynchronous operations associated with the
socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated with the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html b/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html
index 371f70ac05..0a3f9c63c6 100644
--- a/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket::cancel">
<link rel="prev" href="../cancel.html" title="basic_socket::cancel">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -63,7 +63,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -78,7 +78,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -96,7 +96,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html b/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html
index 4efb1d1c03..5d2d43199b 100644
--- a/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket::cancel">
<link rel="prev" href="overload1.html" title="basic_socket::cancel (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -64,7 +64,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -79,7 +79,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -97,7 +97,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/close.html b/doc/html/boost_asio/reference/basic_socket/close.html
index 0db62a23a7..842adcd729 100644
--- a/doc/html/boost_asio/reference/basic_socket/close.html
+++ b/doc/html/boost_asio/reference/basic_socket/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="cancel/overload2.html" title="basic_socket::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.close"></a><a class="link" href="close.html" title="basic_socket::close">basic_socket::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1097396"></a>
+ <a class="indexterm" name="idp140076432"></a>
Close the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_socket::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/close/overload1.html b/doc/html/boost_asio/reference/basic_socket/close/overload1.html
index 96c3079df9..03b3bce339 100644
--- a/doc/html/boost_asio/reference/basic_socket/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket::close">
<link rel="prev" href="../close.html" title="basic_socket::close">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.close.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.close.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.close.overload1.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/close/overload2.html b/doc/html/boost_asio/reference/basic_socket/close/overload2.html
index f92533a98d..0e2e6634a4 100644
--- a/doc/html/boost_asio/reference/basic_socket/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket::close">
<link rel="prev" href="overload1.html" title="basic_socket::close (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -67,7 +67,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/connect.html b/doc/html/boost_asio/reference/basic_socket/connect.html
index cbedf12935..bd6d330767 100644
--- a/doc/html/boost_asio/reference/basic_socket/connect.html
+++ b/doc/html/boost_asio/reference/basic_socket/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="close/overload2.html" title="basic_socket::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.connect"></a><a class="link" href="connect.html" title="basic_socket::connect">basic_socket::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1098157"></a>
+ <a class="indexterm" name="idp140165376"></a>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="connect/overload1.html" title="basic_socket::connect (1 of 2 overloads)">connect</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Connect the socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/connect/overload1.html b/doc/html/boost_asio/reference/basic_socket/connect/overload1.html
index 08eb29309d..9f3f0cfa3d 100644
--- a/doc/html/boost_asio/reference/basic_socket/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_socket::connect">
<link rel="prev" href="../connect.html" title="basic_socket::connect">
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -58,11 +58,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -71,7 +71,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/connect/overload2.html b/doc/html/boost_asio/reference/basic_socket/connect/overload2.html
index 142ddbaad8..94a1203dd6 100644
--- a/doc/html/boost_asio/reference/basic_socket/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::connect (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_socket::connect">
<link rel="prev" href="overload1.html" title="basic_socket::connect (1 of 2 overloads)">
@@ -46,11 +46,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/debug.html b/doc/html/boost_asio/reference/basic_socket/debug.html
index 1dcd7e550c..f1420575fc 100644
--- a/doc/html/boost_asio/reference/basic_socket/debug.html
+++ b/doc/html/boost_asio/reference/basic_socket/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="connect/overload2.html" title="basic_socket::connect (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1099289"></a>
+ <a class="indexterm" name="idp140299600"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/do_not_route.html b/doc/html/boost_asio/reference/basic_socket/do_not_route.html
index 722cb711ee..bb11e4afce 100644
--- a/doc/html/boost_asio/reference/basic_socket/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="debug.html" title="basic_socket::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1099768"></a>
+ <a class="indexterm" name="idp140356640"></a>
Socket option to prevent routing, use local interfaces
only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use local interfaces
</p>
<h6>
<a name="boost_asio.reference.basic_socket.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use local interfaces
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html
index 2b4c9593a0..2f64d08f43 100644
--- a/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="do_not_route.html" title="basic_socket::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1100248"></a>
+ <a class="indexterm" name="idp140413536"></a>
Socket option to report aborted connections
on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report aborted connections
</p>
<h6>
<a name="boost_asio.reference.basic_socket.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report aborted connections
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/endpoint_type.html b/doc/html/boost_asio/reference/basic_socket/endpoint_type.html
index 7c070ed5e5..0f7b01fe51 100644
--- a/doc/html/boost_asio/reference/basic_socket/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="enable_connection_aborted.html" title="basic_socket::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_socket::endpoint_type">basic_socket::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1101032"></a>
+ <a class="indexterm" name="idp140474592"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_implementation.html b/doc/html/boost_asio/reference/basic_socket/get_implementation.html
index 220b31cb9a..efb6da275a 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="endpoint_type.html" title="basic_socket::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_socket::get_implementation">basic_socket::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1101150"></a>
+ <a class="indexterm" name="idp140487904"></a>
Get the underlying implementation of the
I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html
index 1f1e075e4a..ef874a710f 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_socket::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html
index 1b57229e87..8912f15526 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket::get_implementation">
<link rel="prev" href="overload1.html" title="basic_socket::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_io_service.html b/doc/html/boost_asio/reference/basic_socket/get_io_service.html
index ba87504bd3..823bf43052 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="get_implementation/overload2.html" title="basic_socket::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1101412"></a>
+ <a class="indexterm" name="idp140518000"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_socket.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_option.html b/doc/html/boost_asio/reference/basic_socket/get_option.html
index 4af07e9d94..59c6c1ad77 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_option.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="get_io_service.html" title="basic_socket::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.get_option"></a><a class="link" href="get_option.html" title="basic_socket::get_option">basic_socket::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1101572"></a>
+ <a class="indexterm" name="idp140536192"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html b/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html
index f6f4bc0ba3..1c317aea88 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket::get_option">
<link rel="prev" href="../get_option.html" title="basic_socket::get_option">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html
index bf5f393e70..265ef02bd8 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket::get_option">
<link rel="prev" href="overload1.html" title="basic_socket::get_option (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -72,12 +72,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_service.html b/doc/html/boost_asio/reference/basic_socket/get_service.html
index d3976729e6..1ada216d2c 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_service.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="get_option/overload2.html" title="basic_socket::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.get_service"></a><a class="link" href="get_service.html" title="basic_socket::get_service">basic_socket::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1102794"></a>
+ <a class="indexterm" name="idp140680944"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_socket::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html b/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html
index 6e49436851..55c8d9c481 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket::get_service">
<link rel="prev" href="../get_service.html" title="basic_socket::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html b/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html
index d20a02059f..9f9cde73b2 100644
--- a/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket::get_service">
<link rel="prev" href="overload1.html" title="basic_socket::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/implementation.html b/doc/html/boost_asio/reference/basic_socket/implementation.html
index 40ff8079cb..14374944a0 100644
--- a/doc/html/boost_asio/reference/basic_socket/implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="get_service/overload2.html" title="basic_socket::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1103052"></a>
+ <a class="indexterm" name="idp140710656"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/implementation_type.html b/doc/html/boost_asio/reference/basic_socket/implementation_type.html
index c2b3b625ab..e1bd282198 100644
--- a/doc/html/boost_asio/reference/basic_socket/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="implementation.html" title="basic_socket::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1103127"></a>
+ <a class="indexterm" name="idp140719296"></a>
The underlying implementation type of I/O
object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type of I/O
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/io_control.html b/doc/html/boost_asio/reference/basic_socket/io_control.html
index d2ee241152..2992573693 100644
--- a/doc/html/boost_asio/reference/basic_socket/io_control.html
+++ b/doc/html/boost_asio/reference/basic_socket/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="implementation_type.html" title="basic_socket::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.io_control"></a><a class="link" href="io_control.html" title="basic_socket::io_control">basic_socket::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1103249"></a>
+ <a class="indexterm" name="idp140732816"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html b/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html
index ce8f4b2d83..c8f2034fca 100644
--- a/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket::io_control">
<link rel="prev" href="../io_control.html" title="basic_socket::io_control">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html b/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html
index 95dd31b159..281baa23ba 100644
--- a/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_socket::io_control (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/is_open.html b/doc/html/boost_asio/reference/basic_socket/is_open.html
index f4108809d2..0f6b8d6e81 100644
--- a/doc/html/boost_asio/reference/basic_socket/is_open.html
+++ b/doc/html/boost_asio/reference/basic_socket/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="io_control/overload2.html" title="basic_socket::io_control (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.is_open"></a><a class="link" href="is_open.html" title="basic_socket::is_open">basic_socket::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1104447"></a>
+ <a class="indexterm" name="idp140874848"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/keep_alive.html b/doc/html/boost_asio/reference/basic_socket/keep_alive.html
index 1411c75db2..b703a094b3 100644
--- a/doc/html/boost_asio/reference/basic_socket/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_socket/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="is_open.html" title="basic_socket::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1104514"></a>
+ <a class="indexterm" name="idp140882896"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/linger.html b/doc/html/boost_asio/reference/basic_socket/linger.html
index aa537b26a4..5a8dcbc408 100644
--- a/doc/html/boost_asio/reference/basic_socket/linger.html
+++ b/doc/html/boost_asio/reference/basic_socket/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="keep_alive.html" title="basic_socket::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1104993"></a>
+ <a class="indexterm" name="idp140939872"></a>
Socket option to specify whether the socket lingers on
close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket lingers on
</p>
<h6>
<a name="boost_asio.reference.basic_socket.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket lingers on
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/local_endpoint.html b/doc/html/boost_asio/reference/basic_socket/local_endpoint.html
index 5b649152d0..c48c4c669a 100644
--- a/doc/html/boost_asio/reference/basic_socket/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_socket/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="linger.html" title="basic_socket::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_socket::local_endpoint">basic_socket::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1105514"></a>
+ <a class="indexterm" name="idp141002128"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_socket::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html
index 98f61b6ab3..0e782a7687 100644
--- a/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_socket::local_endpoint">
@@ -37,7 +37,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html
index a90cb7acf9..abb9ad6883 100644
--- a/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_socket::local_endpoint (1 of 2 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -51,7 +51,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -60,7 +60,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/lowest_layer.html b/doc/html/boost_asio/reference/basic_socket/lowest_layer.html
index 7e88cf9992..906129cfef 100644
--- a/doc/html/boost_asio/reference/basic_socket/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_socket/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_socket::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_socket::lowest_layer">basic_socket::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1106395"></a>
+ <a class="indexterm" name="idp141105472"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html
index d6363f4805..7b06c7a1c0 100644
--- a/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_socket::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_socket::lowest_layer">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html
index 1b36a011a9..912236cc27 100644
--- a/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_socket::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_socket::lowest_layer (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html
index 4b90e3df36..e9f5496c62 100644
--- a/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_socket::lowest_layer (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="basic_socket::lowest_layer_type">basic_socket::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1106753"></a>
+ <a class="indexterm" name="idp141145872"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -35,7 +35,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -329,7 +329,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -421,6 +421,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -622,6 +626,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -664,7 +672,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -725,7 +733,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -810,7 +818,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -866,31 +874,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/max_connections.html b/doc/html/boost_asio/reference/basic_socket/max_connections.html
index efc874b1da..76e827a417 100644
--- a/doc/html/boost_asio/reference/basic_socket/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_socket/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="lowest_layer_type.html" title="basic_socket::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1108954"></a>
+ <a class="indexterm" name="idp141395264"></a>
The maximum length of the queue of pending incoming
connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of pending incoming
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html b/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html
index f9d55f4557..cfe88f76c9 100644
--- a/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="max_connections.html" title="basic_socket::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1109037"></a>
+ <a class="indexterm" name="idp141404816"></a>
Specify that the data should not be subject
to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should not be subject
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html b/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html
index 8abf280715..8bd3b0ae88 100644
--- a/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="message_do_not_route.html" title="basic_socket::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1109119"></a>
+ <a class="indexterm" name="idp141414368"></a>
Specifies that the data marks the end
of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks the end
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/message_flags.html b/doc/html/boost_asio/reference/basic_socket/message_flags.html
index 7e264b9e53..f4621d40d0 100644
--- a/doc/html/boost_asio/reference/basic_socket/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_socket/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_socket::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1109201"></a>
+ <a class="indexterm" name="idp141423824"></a>
Bitmask type for flags that can be passed to send
and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed to send
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html b/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html
index 505cbd4822..5140344085 100644
--- a/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="message_flags.html" title="basic_socket::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1109320"></a>
+ <a class="indexterm" name="idp141436928"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/message_peek.html b/doc/html/boost_asio/reference/basic_socket/message_peek.html
index b0eab4579c..cff8e374d8 100644
--- a/doc/html/boost_asio/reference/basic_socket/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_socket/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="message_out_of_band.html" title="basic_socket::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1109401"></a>
+ <a class="indexterm" name="idp141446432"></a>
Peek at incoming data without removing it from
the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing it from
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native.html b/doc/html/boost_asio/reference/basic_socket/native.html
index 820a4e0772..65e2f475c8 100644
--- a/doc/html/boost_asio/reference/basic_socket/native.html
+++ b/doc/html/boost_asio/reference/basic_socket/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="message_peek.html" title="basic_socket::message_peek">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.native"></a><a class="link" href="native.html" title="basic_socket::native">basic_socket::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1109475"></a>
+ <a class="indexterm" name="idp141455152"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_handle.html b/doc/html/boost_asio/reference/basic_socket/native_handle.html
index 95323bd7a8..8ef7ad35d4 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="native.html" title="basic_socket::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.native_handle"></a><a class="link" href="native_handle.html" title="basic_socket::native_handle">basic_socket::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1109547"></a>
+ <a class="indexterm" name="idp141463520"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_handle_type.html b/doc/html/boost_asio/reference/basic_socket/native_handle_type.html
index dc32547221..dd93838ac4 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="native_handle.html" title="basic_socket::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_socket::native_handle_type">basic_socket::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1109606"></a>
+ <a class="indexterm" name="idp141470000"></a>
The native representation of a socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">SocketService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html b/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html
index 6d65328270..08ae1047f1 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="native_handle_type.html" title="basic_socket::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_socket::native_non_blocking">basic_socket::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1109728"></a>
+ <a class="indexterm" name="idp141483392"></a>
Gets the non-blocking mode of the native
socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html
index 2d66af3217..88fca75b66 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_socket::native_non_blocking">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -58,7 +58,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -135,7 +135,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html
index 063d8de9a3..8c877be269 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket::native_non_blocking (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -73,7 +73,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -150,7 +150,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html
index cafd0b45be..872d7edef8 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket::native_non_blocking (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -141,7 +141,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/native_type.html b/doc/html/boost_asio/reference/basic_socket/native_type.html
index 5073223a86..0f792fd68c 100644
--- a/doc/html/boost_asio/reference/basic_socket/native_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_socket::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.native_type"></a><a class="link" href="native_type.html" title="basic_socket::native_type">basic_socket::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1114748"></a>
+ <a class="indexterm" name="idp142089120"></a>
(Deprecated: Use native_handle_type.) The native
representation of a socket.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/non_blocking.html b/doc/html/boost_asio/reference/basic_socket/non_blocking.html
index d0dff34211..843f1b3a59 100644
--- a/doc/html/boost_asio/reference/basic_socket/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="native_type.html" title="basic_socket::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_socket::non_blocking">basic_socket::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1114869"></a>
+ <a class="indexterm" name="idp142102672"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_socket::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html
index 0e26d011bd..4a412d54c1 100644
--- a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_socket::non_blocking">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -46,7 +46,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html
index 542bd01a71..8c6b12eb67 100644
--- a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket::non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket::non_blocking (1 of 3 overloads)">
@@ -35,11 +35,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html
index 105df6cee7..43cdae7be5 100644
--- a/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket::non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket::non_blocking (2 of 3 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html b/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html
index e65bdd5d89..33d8d344ca 100644
--- a/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="non_blocking/overload3.html" title="basic_socket::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1115913"></a>
+ <a class="indexterm" name="idp142224064"></a>
(Deprecated: Use non_blocking().) IO control
command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/open.html b/doc/html/boost_asio/reference/basic_socket/open.html
index c7bc4edb23..7c7af44baf 100644
--- a/doc/html/boost_asio/reference/basic_socket/open.html
+++ b/doc/html/boost_asio/reference/basic_socket/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="non_blocking_io.html" title="basic_socket::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.open"></a><a class="link" href="open.html" title="basic_socket::open">basic_socket::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1116203"></a>
+ <a class="indexterm" name="idp142257808"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_socket::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/open/overload1.html b/doc/html/boost_asio/reference/basic_socket/open/overload1.html
index 9f770723db..8340d4f61e 100644
--- a/doc/html/boost_asio/reference/basic_socket/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket::open">
<link rel="prev" href="../open.html" title="basic_socket::open">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -51,11 +51,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/open/overload2.html b/doc/html/boost_asio/reference/basic_socket/open/overload2.html
index b92a4caad7..5481707c0a 100644
--- a/doc/html/boost_asio/reference/basic_socket/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket::open">
<link rel="prev" href="overload1.html" title="basic_socket::open (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
index 75ade31298..7ddfa483a8 100644
--- a/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="open/overload2.html" title="basic_socket::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_socket::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_socket::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,48 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_socket::operator=">basic_socket::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1117174"></a>
+ <a class="indexterm" name="idp142373184"></a>
Move-assign a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_socket</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_socket::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_socket::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves a socket from one object to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_socket.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_socket.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> object from
- which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_socket.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_socket.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from a socket of
+ another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +56,7 @@ Move-assign a <a class="link" href="../basic_socket.html" title="basic_socket"><
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html
new file mode 100644
index 0000000000..a99a1a7c8c
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_socket::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_socket::operator=">
+<link rel="next" href="overload2.html" title="basic_socket::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_socket::operator= (1 of 2 overloads)">basic_socket::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> object from
+ which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html
new file mode 100644
index 0000000000..453e92fccb
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html
@@ -0,0 +1,79 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_socket::operator=">
+<link rel="prev" href="overload1.html" title="basic_socket::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_socket::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_socket::operator= (2 of 2 overloads)">basic_socket::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> from a socket of
+ another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> object from
+ which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/protocol_type.html b/doc/html/boost_asio/reference/basic_socket/protocol_type.html
index b0c385b238..5b4c19e05b 100644
--- a/doc/html/boost_asio/reference/basic_socket/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
-<link rel="prev" href="operator_eq_.html" title="basic_socket::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">
<link rel="next" href="receive_buffer_size.html" title="basic_socket::receive_buffer_size">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_socket::protocol_type">basic_socket::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1117396"></a>
+ <a class="indexterm" name="idp142476720"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html
index 41373051c9..4000dcb92d 100644
--- a/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="protocol_type.html" title="basic_socket::protocol_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1117513"></a>
+ <a class="indexterm" name="idp142489888"></a>
Socket option for the receive buffer size
of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive buffer size
</p>
<h6>
<a name="boost_asio.reference.basic_socket.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive buffer size
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html
index fcc1e8d204..0ecfa45a06 100644
--- a/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="receive_buffer_size.html" title="basic_socket::receive_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1117996"></a>
+ <a class="indexterm" name="idp142547040"></a>
Socket option for the receive low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">receive_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the receive low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the receive low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html b/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html
index fbf755f85a..240dfb56a9 100644
--- a/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_socket::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_socket::remote_endpoint">basic_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1118743"></a>
+ <a class="indexterm" name="idp142603200"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
index 921ebd356d..dc41048dc9 100644
--- a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_socket::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_socket::remote_endpoint">
@@ -37,7 +37,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html
index 320730058b..65e0728426 100644
--- a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_socket::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_socket::remote_endpoint (1 of 2 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -51,7 +51,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -60,7 +60,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/reuse_address.html b/doc/html/boost_asio/reference/basic_socket/reuse_address.html
index 2c17e1e7f4..21ebaf8553 100644
--- a/doc/html/boost_asio/reference/basic_socket/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_socket/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_socket::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1119628"></a>
+ <a class="indexterm" name="idp142706944"></a>
Socket option to allow the socket to be bound
to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to be bound
</p>
<h6>
<a name="boost_asio.reference.basic_socket.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to be bound
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html b/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html
index 7d6e342081..9de135b98b 100644
--- a/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="reuse_address.html" title="basic_socket::reuse_address">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1120108"></a>
+ <a class="indexterm" name="idp142764192"></a>
Socket option for the send buffer size of a
socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer size of a
</p>
<h6>
<a name="boost_asio.reference.basic_socket.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer size of a
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html b/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html
index e62ac3ac59..3b40d9718d 100644
--- a/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_socket::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1120589"></a>
+ <a class="indexterm" name="idp142821168"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/service.html b/doc/html/boost_asio/reference/basic_socket/service.html
index 548e7de798..d22e7a2b4e 100644
--- a/doc/html/boost_asio/reference/basic_socket/service.html
+++ b/doc/html/boost_asio/reference/basic_socket/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="send_low_watermark.html" title="basic_socket::send_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1121071"></a>
+ <a class="indexterm" name="idp142878416"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/service_type.html b/doc/html/boost_asio/reference/basic_socket/service_type.html
index e72658ec7b..0b80fb1c88 100644
--- a/doc/html/boost_asio/reference/basic_socket/service_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="service.html" title="basic_socket::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1121181"></a>
+ <a class="indexterm" name="idp142890848"></a>
The type of the service that will be used to provide
I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used to provide
</pre>
<h6>
<a name="boost_asio.reference.basic_socket.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/set_option.html b/doc/html/boost_asio/reference/basic_socket/set_option.html
index c613f890d6..3718da3764 100644
--- a/doc/html/boost_asio/reference/basic_socket/set_option.html
+++ b/doc/html/boost_asio/reference/basic_socket/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="service_type.html" title="basic_socket::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.set_option"></a><a class="link" href="set_option.html" title="basic_socket::set_option">basic_socket::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1121292"></a>
+ <a class="indexterm" name="idp142903440"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html b/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html
index b4b8611eb4..d89f1f0dcb 100644
--- a/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket::set_option">
<link rel="prev" href="../set_option.html" title="basic_socket::set_option">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html b/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html
index aede93690b..cddcf1446e 100644
--- a/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket::set_option">
<link rel="prev" href="overload1.html" title="basic_socket::set_option (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/shutdown.html b/doc/html/boost_asio/reference/basic_socket/shutdown.html
index c380823b04..153860a15f 100644
--- a/doc/html/boost_asio/reference/basic_socket/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_socket/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="set_option/overload2.html" title="basic_socket::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket.shutdown"></a><a class="link" href="shutdown.html" title="basic_socket::shutdown">basic_socket::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1122424"></a>
+ <a class="indexterm" name="idp143037360"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_socket::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html
index e5f188babf..6b030cd128 100644
--- a/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_socket::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_socket::shutdown">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html
index b2e0b9c004..4d7c73ce56 100644
--- a/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_socket::shutdown">
<link rel="prev" href="overload1.html" title="basic_socket::shutdown (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket/shutdown_type.html b/doc/html/boost_asio/reference/basic_socket/shutdown_type.html
index c2ddfeea33..858e96bc77 100644
--- a/doc/html/boost_asio/reference/basic_socket/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_socket/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="shutdown/overload2.html" title="basic_socket::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1123375"></a>
+ <a class="indexterm" name="idp143149744"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1123404"></a>
- <a class="indexterm" name="id1123413"></a>
- <a class="indexterm" name="id1123422"></a>
+ <a class="indexterm" name="idp143153280"></a>
+ <a class="indexterm" name="idp143154384"></a>
+ <a class="indexterm" name="idp143155488"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_socket.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor.html b/doc/html/boost_asio/reference/basic_socket_acceptor.html
index df4d27843e..da7bc2cee9 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_socket/_basic_socket.html" title="basic_socket::~basic_socket">
@@ -38,7 +38,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.types"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.types"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -319,7 +319,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.member_functions"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.member_functions"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -401,6 +401,10 @@
<p>
Move-construct a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-construct a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -588,6 +592,10 @@
<p>
Move-assign a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-assign a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -606,7 +614,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.protected_member_functions"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.protected_member_functions"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -655,7 +663,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h3"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.data_members"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.data_members"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -739,7 +747,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h4"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.protected_data_members"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.protected_data_members"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -794,20 +802,18 @@
</p>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h5"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.thread_safety"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.thread_safety"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h6"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.example"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.example"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.example">Example</a>
</h5>
<p>
Opening a socket acceptor with the SO_REUSEADDR option enabled:
@@ -821,18 +827,18 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_socket_acceptor.h7"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.requirements"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.requirements"></a></span><a class="link" href="basic_socket_acceptor.html#boost_asio.reference.basic_socket_acceptor.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html b/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html
index bde1c6fd1b..aec1189333 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::accept</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
@@ -27,20 +27,24 @@
<a name="boost_asio.reference.basic_socket_acceptor.accept"></a><a class="link" href="accept.html" title="basic_socket_acceptor::accept">basic_socket_acceptor::accept</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1126073"></a>
+ <a class="indexterm" name="idp143459584"></a>
Accept a new connection.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">&gt;</span>
<span class="keyword">void</span> <a class="link" href="accept/overload1.html" title="basic_socket_acceptor::accept (1 of 4 overloads)">accept</a><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">);</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="accept/overload1.html" title="basic_socket_acceptor::accept (1 of 4 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">&gt;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="accept/overload2.html" title="basic_socket_acceptor::accept (2 of 4 overloads)">accept</a><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="accept/overload2.html" title="basic_socket_acceptor::accept (2 of 4 overloads)">more...</a></em></span>
</pre>
<p>
@@ -64,7 +68,7 @@ Accept a new connection.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html
index 359555ff0b..5ecc3e27f3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::accept (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../accept.html" title="basic_socket_acceptor::accept">
<link rel="prev" href="../accept.html" title="basic_socket_acceptor::accept">
@@ -31,9 +31,11 @@
Accept a new connection.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">accept</span><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">);</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to accept a new connection from a peer into the
@@ -42,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted.
@@ -55,11 +57,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.accept.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -78,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html
index fc7f80868c..fb35922f61 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::accept (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../accept.html" title="basic_socket_acceptor::accept">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::accept (1 of 4 overloads)">
@@ -31,10 +31,12 @@
Accept a new connection.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">&gt;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">accept</span><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to accept a new connection from a peer into the
@@ -43,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.accept.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.accept.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted.
@@ -60,7 +62,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.accept.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.accept.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -75,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html
index 2d3e2170fc..e6a04523fe 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::accept (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../accept.html" title="basic_socket_acceptor::accept">
<link rel="prev" href="overload2.html" title="basic_socket_acceptor::accept (2 of 4 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted.
@@ -62,11 +62,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -75,7 +75,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.accept.overload3.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html
index 6da0d37f15..349640ba1d 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::accept (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../accept.html" title="basic_socket_acceptor::accept">
<link rel="prev" href="overload3.html" title="basic_socket_acceptor::accept (3 of 4 overloads)">
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.accept.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.accept.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.accept.overload4.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.accept.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.accept.overload4.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html b/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html
index 076948aa5b..14e1c5fa9c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="accept/overload4.html" title="basic_socket_acceptor::accept (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.assign"></a><a class="link" href="assign.html" title="basic_socket_acceptor::assign">basic_socket_acceptor::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1128708"></a>
+ <a class="indexterm" name="idp143820656"></a>
Assigns an existing native acceptor to the acceptor.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_socket_acceptor::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assigns an existing native acceptor to the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html
index c78800364a..9cc6e13e0c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket_acceptor::assign">
<link rel="prev" href="../assign.html" title="basic_socket_acceptor::assign">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html
index 506fe6f242..1ebc7b921a 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket_acceptor::assign">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::assign (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html
index 32fe189403..a046d7fa39 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::async_accept</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="assign/overload2.html" title="basic_socket_acceptor::assign (2 of 2 overloads)">
@@ -27,21 +27,23 @@
<a name="boost_asio.reference.basic_socket_acceptor.async_accept"></a><a class="link" href="async_accept.html" title="basic_socket_acceptor::async_accept">basic_socket_acceptor::async_accept</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1129221"></a>
+ <a class="indexterm" name="idp143881600"></a>
Start an asynchronous accept.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_accept/overload1.html" title="basic_socket_acceptor::async_accept (1 of 2 overloads)">async_accept</a><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
- <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_accept/overload1.html" title="basic_socket_acceptor::async_accept (1 of 2 overloads)">async_accept</a><span class="special">(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_accept/overload1.html" title="basic_socket_acceptor::async_accept (1 of 2 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_accept/overload2.html" title="basic_socket_acceptor::async_accept (2 of 2 overloads)">async_accept</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_accept/overload2.html" title="basic_socket_acceptor::async_accept (2 of 2 overloads)">async_accept</a><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -50,7 +52,7 @@ Start an asynchronous accept.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html
index 61f84a63fc..7348f7348c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::async_accept (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_accept.html" title="basic_socket_acceptor::async_accept">
<link rel="prev" href="../async_accept.html" title="basic_socket_acceptor::async_accept">
@@ -31,11 +31,13 @@
Start an asynchronous accept.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_accept</span><span class="special">(</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
- <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_accept</span><span class="special">(</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to asynchronously accept a new connection into
@@ -43,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted. Ownership
@@ -76,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">accept_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -96,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html
index 3da63896cc..6741b01a4e 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::async_accept (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_accept.html" title="basic_socket_acceptor::async_accept">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::async_accept (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_accept</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_accept</span><span class="special">(</span>
<span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.async_accept.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.async_accept.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer</span></dt>
<dd><p>
The socket into which the new connection will be accepted. Ownership
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html
index afc9ecc1d5..5e9fed8ab1 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::basic_socket_acceptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="async_accept/overload2.html" title="basic_socket_acceptor::async_accept (2 of 2 overloads)">
-<link rel="next" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)">
+<link rel="next" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,52 +27,64 @@
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor"></a><a class="link" href="basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">basic_socket_acceptor::basic_socket_acceptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1130590"></a>
+ <a class="indexterm" name="idp144068416"></a>
Construct an acceptor without
opening it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct an open acceptor.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct an acceptor opened on the given endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">,</span>
<span class="keyword">bool</span> <span class="identifier">reuse_addr</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> on an existing
native acceptor.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_acceptor</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_socket_acceptor/overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
<span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from an
+ acceptor of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SocketAcceptorService.html" title="Socket acceptor service requirements">SocketAcceptorService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_socket_acceptor/overload6.html" title="basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)">basic_socket_acceptor</a><span class="special">(</span>
+ <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketAcceptorService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_socket_acceptor/overload6.html" title="basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html
index a48ac1a436..07a516f8af 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)</title>
+<title>basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
<link rel="prev" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
-<link rel="next" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1"></a><a class="link" href="overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)">basic_socket_acceptor::basic_socket_acceptor
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1"></a><a class="link" href="overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct an acceptor without opening it.
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html
index 0fb661fda3..ba6b530cb1 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)</title>
+<title>basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
-<link rel="prev" href="overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_socket_acceptor::basic_socket_acceptor (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)">basic_socket_acceptor::basic_socket_acceptor
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct an open acceptor.
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,11 +58,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html
index 741062d501..26198355c3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)</title>
+<title>basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
-<link rel="prev" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_socket_acceptor::basic_socket_acceptor (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3"></a><a class="link" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)">basic_socket_acceptor::basic_socket_acceptor
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3"></a><a class="link" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct an acceptor opened on the given endpoint.
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload3.remarks">Remarks</a>
</h6>
<p>
This constructor is equivalent to the following code:
@@ -93,7 +93,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html
index aab85495c0..c9247a94f3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)</title>
+<title>basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
-<link rel="prev" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_socket_acceptor::basic_socket_acceptor (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4"></a><a class="link" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)">basic_socket_acceptor::basic_socket_acceptor
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4"></a><a class="link" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> on an
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html
index 8364870172..1885745e44 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)</title>
+<title>basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
-<link rel="prev" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_socket_acceptor::bind">
+<link rel="prev" href="overload4.html" title="basic_socket_acceptor::basic_socket_acceptor (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5"></a><a class="link" href="overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)">basic_socket_acceptor::basic_socket_acceptor
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5"></a><a class="link" href="overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from another.
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a>
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +69,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html
new file mode 100644
index 0000000000..c934a766d8
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor::basic_socket_acceptor">
+<link rel="prev" href="overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_socket_acceptor::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6"></a><a class="link" href="overload6.html" title="basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)">basic_socket_acceptor::basic_socket_acceptor
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from an
+ acceptor of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SocketAcceptorService.html" title="Socket acceptor service requirements">SocketAcceptorService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_socket_acceptor</span><span class="special">(</span>
+ <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketAcceptorService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves an acceptor from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_socket_acceptor.basic_socket_acceptor.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html b/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html
index 1c49793957..f70f64bf70 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
-<link rel="prev" href="basic_socket_acceptor/overload5.html" title="basic_socket_acceptor::basic_socket_acceptor (5 of 5 overloads)">
+<link rel="prev" href="basic_socket_acceptor/overload6.html" title="basic_socket_acceptor::basic_socket_acceptor (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_socket_acceptor::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_socket_acceptor/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_socket_acceptor/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket_acceptor.bind"></a><a class="link" href="bind.html" title="basic_socket_acceptor::bind">basic_socket_acceptor::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1132588"></a>
+ <a class="indexterm" name="idp144368512"></a>
Bind the acceptor to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_socket_acceptor::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the acceptor to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the acceptor to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_socket_acceptor/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_socket_acceptor/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html
index 89727cb840..32c5970d96 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket_acceptor::bind">
<link rel="prev" href="../bind.html" title="basic_socket_acceptor::bind">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket acceptor will
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,16 +66,17 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
-<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
-<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span><span class="special">(</span><span class="number">12345</span><span class="special">));</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">(),</span> <span class="number">12345</span><span class="special">);</span>
+<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">endpoint</span><span class="special">.</span><span class="identifier">protocol</span><span class="special">());</span>
+<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">endpoint</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html
index 091c38a92a..149e234887 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket_acceptor::bind">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::bind (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket acceptor will
@@ -58,12 +58,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
-<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">(),</span> <span class="number">12345</span><span class="special">);</span>
+<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">endpoint</span><span class="special">.</span><span class="identifier">protocol</span><span class="special">());</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
-<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span><span class="special">(</span><span class="number">12345</span><span class="special">),</span> <span class="identifier">ec</span><span class="special">);</span>
+<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">endpoint</span><span class="special">,</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span>
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
@@ -72,7 +73,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html b/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html
index a4d6ffaa0a..2993ad2a1f 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="bind/overload2.html" title="basic_socket_acceptor::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1133695"></a>
+ <a class="indexterm" name="idp144508544"></a>
Socket option to permit sending of broadcast
messages.
</p>
@@ -41,7 +41,7 @@ Socket option to permit sending of broadcast
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_acceptor.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_acceptor.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to permit sending of broadcast
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_acceptor.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_acceptor.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html b/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html
index d6cea5100a..a51c82db8b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="broadcast.html" title="basic_socket_acceptor::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1134178"></a>
+ <a class="indexterm" name="idp144565616"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_acceptor.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_acceptor.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_acceptor.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_acceptor.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html
index 64aa47a7de..e27eb7102b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="bytes_readable.html" title="basic_socket_acceptor::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.cancel"></a><a class="link" href="cancel.html" title="basic_socket_acceptor::cancel">basic_socket_acceptor::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1134515"></a>
+ <a class="indexterm" name="idp144604784"></a>
Cancel all asynchronous operations associated
with the acceptor.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html
index 50ab975717..93f61d871d 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket_acceptor::cancel">
<link rel="prev" href="../cancel.html" title="basic_socket_acceptor::cancel">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html
index fb5437f957..10952e9e67 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket_acceptor::cancel">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::cancel (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/close.html b/doc/html/boost_asio/reference/basic_socket_acceptor/close.html
index 985cc0230a..cc8be5568c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/close.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="cancel/overload2.html" title="basic_socket_acceptor::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.close"></a><a class="link" href="close.html" title="basic_socket_acceptor::close">basic_socket_acceptor::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1134996"></a>
+ <a class="indexterm" name="idp144660352"></a>
Close the acceptor.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_socket_acceptor::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html
index ac9113c45e..0cd0286098 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket_acceptor::close">
<link rel="prev" href="../close.html" title="basic_socket_acceptor::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html
index 136774dfb4..e5cd4fc520 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket_acceptor::close">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html b/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html
index 16dd73b017..36141a2818 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="close/overload2.html" title="basic_socket_acceptor::close (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1135639"></a>
+ <a class="indexterm" name="idp144735296"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_acceptor.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_acceptor.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_acceptor.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_acceptor.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html b/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html
index adc47ea479..7bcbc65ae3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="debug.html" title="basic_socket_acceptor::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1136391"></a>
+ <a class="indexterm" name="idp144792352"></a>
Socket option to prevent routing, use
local interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_acceptor.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_acceptor.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_acceptor.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_acceptor.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html
index affd7bc95a..ad4cf6590e 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="do_not_route.html" title="basic_socket_acceptor::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1136876"></a>
+ <a class="indexterm" name="idp144849424"></a>
Socket option to report aborted
connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report aborted
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report aborted
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_acceptor.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html
index a612e7f657..600bd1bb35 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="enable_connection_aborted.html" title="basic_socket_acceptor::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_acceptor.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_socket_acceptor::endpoint_type">basic_socket_acceptor::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1137393"></a>
+ <a class="indexterm" name="idp144910768"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_acceptor.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_acceptor.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html
index cbcd999d2c..3112bd4d02 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="endpoint_type.html" title="basic_socket_acceptor::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_socket_acceptor::get_implementation">basic_socket_acceptor::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1137514"></a>
+ <a class="indexterm" name="idp144924208"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html
index 83f7a72033..0ba7bf058f 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket_acceptor::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_socket_acceptor::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html
index c8266a8b1f..ab77bee799 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket_acceptor::get_implementation">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html
index 1ba79bb4cd..a330567c1a 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="get_implementation/overload2.html" title="basic_socket_acceptor::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1137781"></a>
+ <a class="indexterm" name="idp144954336"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket_acceptor.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket_acceptor.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html
index d4d1afe46c..f54f3bf6db 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="get_io_service.html" title="basic_socket_acceptor::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.get_option"></a><a class="link" href="get_option.html" title="basic_socket_acceptor::get_option">basic_socket_acceptor::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1137940"></a>
+ <a class="indexterm" name="idp144972672"></a>
Get an option from the acceptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Get an option from the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html
index a525c36ffd..1b02a98ff4 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket_acceptor::get_option">
<link rel="prev" href="../get_option.html" title="basic_socket_acceptor::get_option">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the acceptor.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_REUSEADDR option:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
index f952ad315d..42f60161aa 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket_acceptor::get_option">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::get_option (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the acceptor.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_REUSEADDR option:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html
index 31baf47843..b85aa13857 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="get_option/overload2.html" title="basic_socket_acceptor::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.get_service"></a><a class="link" href="get_service.html" title="basic_socket_acceptor::get_service">basic_socket_acceptor::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1139129"></a>
+ <a class="indexterm" name="idp145113168"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html
index 59f022fd8a..ebf0e4659d 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket_acceptor::get_service">
<link rel="prev" href="../get_service.html" title="basic_socket_acceptor::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html
index 0a9e3775cf..a6d29e7c15 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket_acceptor::get_service">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html b/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html
index 0c6f783b36..c8607a95bf 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="get_service/overload2.html" title="basic_socket_acceptor::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1139394"></a>
+ <a class="indexterm" name="idp145143120"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html
index d321f7511a..d74dfc5e6e 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="implementation.html" title="basic_socket_acceptor::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1139470"></a>
+ <a class="indexterm" name="idp145151840"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket_acceptor.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket_acceptor.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html
index 1a70ea9426..f72f4f9e2b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="implementation_type.html" title="basic_socket_acceptor::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.io_control"></a><a class="link" href="io_control.html" title="basic_socket_acceptor::io_control">basic_socket_acceptor::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1139593"></a>
+ <a class="indexterm" name="idp145165408"></a>
Perform an IO control command on the acceptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Perform an IO control command on the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html
index 4c6d0b75b8..621a85ffa3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket_acceptor::io_control">
<link rel="prev" href="../io_control.html" title="basic_socket_acceptor::io_control">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the acceptor.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html
index b0b6315f18..fc459765bd 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket_acceptor::io_control">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::io_control (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the acceptor.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html b/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html
index 3c207efaab..1811e03325 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="io_control/overload2.html" title="basic_socket_acceptor::io_control (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.is_open"></a><a class="link" href="is_open.html" title="basic_socket_acceptor::is_open">basic_socket_acceptor::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1140730"></a>
+ <a class="indexterm" name="idp145299296"></a>
Determine whether the acceptor is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the acceptor is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html b/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html
index 69ff5d2c05..38f274edff 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="is_open.html" title="basic_socket_acceptor::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1140799"></a>
+ <a class="indexterm" name="idp145307280"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_acceptor.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_acceptor.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_acceptor.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_acceptor.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html b/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html
index ef5ebd3a2b..c2da9b6d43 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="keep_alive.html" title="basic_socket_acceptor::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1141281"></a>
+ <a class="indexterm" name="idp145364432"></a>
Socket option to specify whether the socket
lingers on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_acceptor.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_acceptor.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_acceptor.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_acceptor.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html b/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html
index 6d6158404e..be5fe8dd3c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::listen</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="linger.html" title="basic_socket_acceptor::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.listen"></a><a class="link" href="listen.html" title="basic_socket_acceptor::listen">basic_socket_acceptor::listen</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1141806"></a>
+ <a class="indexterm" name="idp145426880"></a>
Place the acceptor into the state where it will
listen for new connections.
</p>
@@ -43,7 +43,7 @@ Place the acceptor into the state where it will
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html
index 632112e665..87f92a2ad4 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::listen (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../listen.html" title="basic_socket_acceptor::listen">
<link rel="prev" href="../listen.html" title="basic_socket_acceptor::listen">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.listen.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.listen.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">backlog</span></dt>
<dd><p>
The maximum length of the queue of pending connections.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.listen.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.listen.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.listen.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html
index 4804f3a5de..25603e41a7 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::listen (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../listen.html" title="basic_socket_acceptor::listen">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::listen (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.listen.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.listen.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">backlog</span></dt>
<dd><p>
The maximum length of the queue of pending connections.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.listen.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.listen.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.listen.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -71,7 +71,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html
index eecd77605a..e0124eecfd 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="listen/overload2.html" title="basic_socket_acceptor::listen (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_socket_acceptor::local_endpoint">basic_socket_acceptor::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1142603"></a>
+ <a class="indexterm" name="idp145520288"></a>
Get the local endpoint of the acceptor.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_socket_acceptor::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html
index 1534fed504..4d9d840308 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket_acceptor::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_socket_acceptor::local_endpoint">
@@ -37,7 +37,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -45,11 +45,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html
index 1f33516d62..3f8512223b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket_acceptor::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::local_endpoint (1 of 2 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -51,7 +51,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html b/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html
index 9fc723b0e4..b151942813 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_socket_acceptor::local_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143506"></a>
+ <a class="indexterm" name="idp145624848"></a>
The maximum length of the queue of
pending incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html b/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html
index a6656c59cc..900d66d090 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="max_connections.html" title="basic_socket_acceptor::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143588"></a>
+ <a class="indexterm" name="idp145634416"></a>
Specify that the data should not
be subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should not
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html b/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html
index 50a26db3a7..c17a94cd42 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="message_do_not_route.html" title="basic_socket_acceptor::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143673"></a>
+ <a class="indexterm" name="idp145644048"></a>
Specifies that the data marks
the end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html b/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html
index 63a2b5e706..c5f710fe07 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="message_end_of_record.html" title="basic_socket_acceptor::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143754"></a>
+ <a class="indexterm" name="idp145653648"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket_acceptor.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket_acceptor.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html b/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html
index e180a59170..83835082ad 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="message_flags.html" title="basic_socket_acceptor::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143874"></a>
+ <a class="indexterm" name="idp145666816"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html b/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html
index 310128c1b5..8c4deabf85 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="message_out_of_band.html" title="basic_socket_acceptor::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1143957"></a>
+ <a class="indexterm" name="idp145676480"></a>
Peek at incoming data without removing
it from the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native.html
index 7dddaca46f..764b802823 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="message_peek.html" title="basic_socket_acceptor::message_peek">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.native"></a><a class="link" href="native.html" title="basic_socket_acceptor::native">basic_socket_acceptor::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1144032"></a>
+ <a class="indexterm" name="idp145685216"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native acceptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html
index d84567139d..85c436eab3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="native.html" title="basic_socket_acceptor::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.native_handle"></a><a class="link" href="native_handle.html" title="basic_socket_acceptor::native_handle">basic_socket_acceptor::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1144106"></a>
+ <a class="indexterm" name="idp145693648"></a>
Get the native acceptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Get the native acceptor representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html
index 2c967219b6..b0fb34c0b7 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="native_handle.html" title="basic_socket_acceptor::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_socket_acceptor::native_handle_type">basic_socket_acceptor::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1144166"></a>
+ <a class="indexterm" name="idp145700368"></a>
The native representation of an
acceptor.
</p>
@@ -35,18 +35,18 @@ The native representation of an
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket_acceptor.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket_acceptor.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html
index ff6b96ccc4..0c01932ec0 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="native_handle_type.html" title="basic_socket_acceptor::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_socket_acceptor::native_non_blocking">basic_socket_acceptor::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1144291"></a>
+ <a class="indexterm" name="idp145713856"></a>
Gets the non-blocking mode of the
native acceptor implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html
index 7be7ea0cb2..b87d41a505 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_acceptor::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_socket_acceptor::native_non_blocking">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the acceptor object. Consequently,
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html
index 73e9898f39..6a76379dc8 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_acceptor::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::native_non_blocking (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html
index 211277cc31..bf63482408 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_acceptor::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket_acceptor::native_non_blocking (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html
index 772923fba2..41bbda2097 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_socket_acceptor::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.native_type"></a><a class="link" href="native_type.html" title="basic_socket_acceptor::native_type">basic_socket_acceptor::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1145332"></a>
+ <a class="indexterm" name="idp145833440"></a>
(Deprecated: Use native_handle_type.) The
native representation of an acceptor.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket_acceptor.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket_acceptor.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html
index 18cd366ebb..aa69820725 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="native_type.html" title="basic_socket_acceptor::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_socket_acceptor::non_blocking">basic_socket_acceptor::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1145454"></a>
+ <a class="indexterm" name="idp145847088"></a>
Gets the non-blocking mode of the acceptor.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_socket_acceptor::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html
index bc48b5e40d..5fde8494dd 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_acceptor::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_socket_acceptor::non_blocking">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -46,7 +46,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html
index 33ce2148a2..d554dbb639 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_acceptor::non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::non_blocking (1 of 3 overloads)">
@@ -35,11 +35,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the acceptor's
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html
index abfb6ea000..b2b3a30ce5 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_acceptor::non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket_acceptor::non_blocking (2 of 3 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the acceptor's
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_acceptor.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html
index bebae1a81d..c6ab9b475b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="non_blocking/overload3.html" title="basic_socket_acceptor::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1146515"></a>
+ <a class="indexterm" name="idp145969408"></a>
(Deprecated: Use non_blocking().) IO
control command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_acceptor.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_acceptor.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_acceptor.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_acceptor.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/open.html b/doc/html/boost_asio/reference/basic_socket_acceptor/open.html
index 586da3eb29..bf4f300ab3 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/open.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="non_blocking_io.html" title="basic_socket_acceptor::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.open"></a><a class="link" href="open.html" title="basic_socket_acceptor::open">basic_socket_acceptor::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1146809"></a>
+ <a class="indexterm" name="idp146003392"></a>
Open the acceptor using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_socket_acceptor::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the acceptor using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html
index 087ccaed4a..0407b3aa43 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket_acceptor::open">
<link rel="prev" href="../open.html" title="basic_socket_acceptor::open">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -73,7 +73,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html
index 67a46993d3..22f21a2bf1 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket_acceptor::open">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::open (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html
index 9b2e0f90e6..834124d437 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="open/overload2.html" title="basic_socket_acceptor::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_socket_acceptor::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_socket_acceptor::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,48 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_socket_acceptor::operator=">basic_socket_acceptor::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1147788"></a>
+ <a class="indexterm" name="idp146118816"></a>
Move-assign a <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_socket_acceptor::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_socket_acceptor::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves an acceptor from one object to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> object
- from which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_socket_acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from an
+ acceptor of another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../SocketAcceptorService.html" title="Socket acceptor service requirements">SocketAcceptorService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_socket_acceptor</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_socket_acceptor::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketAcceptorService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_socket_acceptor::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +56,7 @@ Move-assign a <a class="link" href="../basic_socket_acceptor.html" title="basic_
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html
new file mode 100644
index 0000000000..7f3dd42229
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket_acceptor::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_socket_acceptor::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_socket_acceptor::operator=">
+<link rel="next" href="overload2.html" title="basic_socket_acceptor::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_socket_acceptor::operator= (1 of 2 overloads)">basic_socket_acceptor::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_socket_acceptor</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves an acceptor from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket_acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html
new file mode 100644
index 0000000000..5c61308333
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html
@@ -0,0 +1,79 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_socket_acceptor::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_socket_acceptor::operator=">
+<link rel="prev" href="overload1.html" title="basic_socket_acceptor::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_socket_acceptor::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::operator= (2 of 2 overloads)">basic_socket_acceptor::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a> from an
+ acceptor of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../SocketAcceptorService.html" title="Socket acceptor service requirements">SocketAcceptorService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_socket_acceptor</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketAcceptorService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves an acceptor from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_socket_acceptor.html" title="basic_socket_acceptor"><code class="computeroutput"><span class="identifier">basic_socket_acceptor</span></code></a>
+ object from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html
index a79444ea6f..4b638f93d4 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
-<link rel="prev" href="operator_eq_.html" title="basic_socket_acceptor::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_socket_acceptor::operator= (2 of 2 overloads)">
<link rel="next" href="receive_buffer_size.html" title="basic_socket_acceptor::receive_buffer_size">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket_acceptor.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_socket_acceptor::protocol_type">basic_socket_acceptor::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1148014"></a>
+ <a class="indexterm" name="idp146222864"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket_acceptor.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket_acceptor.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="receive_buffer_size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html
index 904dfa9220..9eb965e586 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="protocol_type.html" title="basic_socket_acceptor::protocol_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1148134"></a>
+ <a class="indexterm" name="idp146236096"></a>
Socket option for the receive buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive buffer
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_acceptor.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_acceptor.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_acceptor.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_acceptor.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
index b2b1a0d99f..897dce005b 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="receive_buffer_size.html" title="basic_socket_acceptor::receive_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1148621"></a>
+ <a class="indexterm" name="idp146293216"></a>
Socket option for the receive
low watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_acceptor.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_acceptor.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_acceptor.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_acceptor.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html b/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html
index 25400b9902..53b642f7b7 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="receive_low_watermark.html" title="basic_socket_acceptor::receive_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1149106"></a>
+ <a class="indexterm" name="idp146350640"></a>
Socket option to allow the socket to
be bound to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_acceptor.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_acceptor.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_acceptor.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_acceptor.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html b/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html
index 603dc7a160..de074e9009 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="reuse_address.html" title="basic_socket_acceptor::reuse_address">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1149591"></a>
+ <a class="indexterm" name="idp146407952"></a>
Socket option for the send buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_acceptor.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_acceptor.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_acceptor.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_acceptor.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html b/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html
index 4888f93d67..6e9319b670 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="send_buffer_size.html" title="basic_socket_acceptor::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1150074"></a>
+ <a class="indexterm" name="idp146465264"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_acceptor.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_acceptor.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_acceptor.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_acceptor.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/service.html b/doc/html/boost_asio/reference/basic_socket_acceptor/service.html
index bf43c7de3b..3e3bb0e295 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/service.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="send_low_watermark.html" title="basic_socket_acceptor::send_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1150559"></a>
+ <a class="indexterm" name="idp146522560"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket_acceptor.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket_acceptor.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html
index 0d2fc98f0e..de8871687a 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="service.html" title="basic_socket_acceptor::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1150670"></a>
+ <a class="indexterm" name="idp146535200"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket_acceptor.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket_acceptor.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_acceptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html
index 11ccadd9d4..30d1721f18 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="service_type.html" title="basic_socket_acceptor::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_acceptor.set_option"></a><a class="link" href="set_option.html" title="basic_socket_acceptor::set_option">basic_socket_acceptor::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1150784"></a>
+ <a class="indexterm" name="idp146547632"></a>
Set an option on the acceptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set an option on the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html
index a5ca692d74..6e764ddd0c 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket_acceptor::set_option">
<link rel="prev" href="../set_option.html" title="basic_socket_acceptor::set_option">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the acceptor.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_acceptor.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the SOL_SOCKET/SO_REUSEADDR option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html
index ca2d400441..d2c9a6f2a5 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket_acceptor::set_option">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::set_option (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the acceptor.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_acceptor.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the SOL_SOCKET/SO_REUSEADDR option:
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html b/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html
index 9990dbc794..345869fc57 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="set_option/overload2.html" title="basic_socket_acceptor::set_option (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1151949"></a>
+ <a class="indexterm" name="idp146685280"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1151980"></a>
- <a class="indexterm" name="id1151989"></a>
- <a class="indexterm" name="id1151999"></a>
+ <a class="indexterm" name="idp146688880"></a>
+ <a class="indexterm" name="idp146689984"></a>
+ <a class="indexterm" name="idp146691088"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_socket_acceptor.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_acceptor.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket_acceptor.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_acceptor.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket_acceptor.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream.html b/doc/html/boost_asio/reference/basic_socket_iostream.html
index 41240fe405..f2106db5d7 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_socket_acceptor/shutdown_type.html" title="basic_socket_acceptor::shutdown_type">
@@ -39,7 +39,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_socket_iostream.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.types"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.types"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -99,7 +99,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_iostream.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.member_functions"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.member_functions"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -219,18 +219,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_iostream.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.requirements"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.requirements"></a></span><a class="link" href="basic_socket_iostream.html#boost_asio.reference.basic_socket_iostream.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html
index 4c3faec8a0..70e3cd5786 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::basic_socket_iostream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="../basic_socket_iostream.html" title="basic_socket_iostream">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.basic_socket_iostream"></a><a class="link" href="basic_socket_iostream.html" title="basic_socket_iostream::basic_socket_iostream">basic_socket_iostream::basic_socket_iostream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1152849"></a>
+ <a class="indexterm" name="idp146787888"></a>
Construct a <a class="link" href="../basic_socket_iostream.html" title="basic_socket_iostream"><code class="computeroutput"><span class="identifier">basic_socket_iostream</span></code></a> without
establishing a connection.
</p>
@@ -50,7 +50,7 @@ Construct a <a class="link" href="../basic_socket_iostream.html" title="basic_so
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html
index 5504d377eb..e9ff00c768 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::basic_socket_iostream (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream::basic_socket_iostream">
<link rel="prev" href="../basic_socket_iostream.html" title="basic_socket_iostream::basic_socket_iostream">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html
index f5cf332d2b..41fdeaaa99 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::basic_socket_iostream (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream::basic_socket_iostream">
<link rel="prev" href="overload1.html" title="basic_socket_iostream::basic_socket_iostream (1 of 2 overloads)">
@@ -47,7 +47,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/close.html b/doc/html/boost_asio/reference/basic_socket_iostream/close.html
index 8977661495..702f1b46e8 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/close.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="basic_socket_iostream/overload2.html" title="basic_socket_iostream::basic_socket_iostream (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.close"></a><a class="link" href="close.html" title="basic_socket_iostream::close">basic_socket_iostream::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1153528"></a>
+ <a class="indexterm" name="idp146835376"></a>
Close the connection.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">close</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Close the connection.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/connect.html b/doc/html/boost_asio/reference/basic_socket_iostream/connect.html
index 84638ec424..98cb31bfef 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/connect.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="close.html" title="basic_socket_iostream::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.connect"></a><a class="link" href="connect.html" title="basic_socket_iostream::connect">basic_socket_iostream::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1153580"></a>
+ <a class="indexterm" name="idp146841376"></a>
Establish a connection to an endpoint corresponding
to a resolver query.
</p>
@@ -48,7 +48,7 @@ Establish a connection to an endpoint corresponding
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html b/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html
index 666d0a1f1c..e1122c2504 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::duration_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="connect.html" title="basic_socket_iostream::connect">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_iostream.duration_type"></a><a class="link" href="duration_type.html" title="basic_socket_iostream::duration_type">basic_socket_iostream::duration_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1153732"></a>
+ <a class="indexterm" name="idp146859456"></a>
The duration type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span><span class="special">::</span><span class="identifier">duration_type</span> <span class="identifier">duration_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.duration_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_socket_iostream.duration_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_socket_iostream.duration_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html b/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html
index 04d89bd720..f6ae6c65a7 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="duration_type.html" title="basic_socket_iostream::duration_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_iostream.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_socket_iostream::endpoint_type">basic_socket_iostream::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1153854"></a>
+ <a class="indexterm" name="idp146872928"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_iostream.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_iostream.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/error.html b/doc/html/boost_asio/reference/basic_socket_iostream/error.html
index b3f2162e3b..b717935547 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/error.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/error.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::error</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="endpoint_type.html" title="basic_socket_iostream::endpoint_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_socket_iostream.error"></a><a class="link" href="error.html" title="basic_socket_iostream::error">basic_socket_iostream::error</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1153974"></a>
+ <a class="indexterm" name="idp146886496"></a>
Get the last error associated with the stream.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">error</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.error.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.error.return_value"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_iostream.error.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.error.return_value"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_iostream.error.return_value">Return
Value</a>
</h6>
<p>
@@ -43,7 +43,7 @@ Get the last error associated with the stream.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.error.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.error.example"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_iostream.error.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.error.example"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_iostream.error.example">Example</a>
</h6>
<p>
To print the error associated with a failure to establish a connection:
@@ -57,7 +57,7 @@ Get the last error associated with the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html
index af1f98652b..5c837c6553 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="error.html" title="basic_socket_iostream::error">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.expires_at"></a><a class="link" href="expires_at.html" title="basic_socket_iostream::expires_at">basic_socket_iostream::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1154299"></a>
+ <a class="indexterm" name="idp146924976"></a>
Get the stream's expiry time as an absolute
time.
</p>
@@ -44,7 +44,7 @@ Get the stream's expiry time as an absolute
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html
index f1cc627cee..77c79897e5 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_socket_iostream::expires_at">
<link rel="prev" href="../expires_at.html" title="basic_socket_iostream::expires_at">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.expires_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.expires_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_iostream.expires_at.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.expires_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_iostream.expires_at.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html
index 0d1801cb3c..b76b2bc3bd 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_socket_iostream::expires_at">
<link rel="prev" href="overload1.html" title="basic_socket_iostream::expires_at (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.expires_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_iostream.expires_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_iostream.expires_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the stream.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html
index f58d3a3102..9dbae39311 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="expires_at/overload2.html" title="basic_socket_iostream::expires_at (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.expires_from_now"></a><a class="link" href="expires_from_now.html" title="basic_socket_iostream::expires_from_now">basic_socket_iostream::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1154694"></a>
+ <a class="indexterm" name="idp146969920"></a>
Get the timer's expiry time relative
to now.
</p>
@@ -44,7 +44,7 @@ Get the timer's expiry time relative
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html
index 5ad9efac98..b574ae9351 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_from_now (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_socket_iostream::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="basic_socket_iostream::expires_from_now">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_iostream.expires_from_now.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_iostream.expires_from_now.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html
index ec4e9c9779..e1c82062e2 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::expires_from_now (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_socket_iostream::expires_from_now">
<link rel="prev" href="overload1.html" title="basic_socket_iostream::expires_from_now (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_iostream.expires_from_now.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_iostream.expires_from_now.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html b/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html
index 973252cc53..baf7dee051 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::rdbuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="expires_from_now/overload2.html" title="basic_socket_iostream::expires_from_now (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_iostream.rdbuf"></a><a class="link" href="rdbuf.html" title="basic_socket_iostream::rdbuf">basic_socket_iostream::rdbuf</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1155097"></a>
+ <a class="indexterm" name="idp147015168"></a>
Return a pointer to the underlying streambuf.
</p>
<pre class="programlisting"><span class="identifier">basic_socket_streambuf</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">StreamSocketService</span><span class="special">,</span> <span class="identifier">Time</span><span class="special">,</span> <span class="identifier">TimeTraits</span><span class="special">,</span> <span class="identifier">TimerService</span> <span class="special">&gt;</span> <span class="special">*</span> <span class="identifier">rdbuf</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Return a pointer to the underlying streambuf.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html b/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html
index 30b4d5d152..303623b390 100644
--- a/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::time_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_iostream.html" title="basic_socket_iostream">
<link rel="prev" href="rdbuf.html" title="basic_socket_iostream::rdbuf">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_iostream.time_type"></a><a class="link" href="time_type.html" title="basic_socket_iostream::time_type">basic_socket_iostream::time_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1155221"></a>
+ <a class="indexterm" name="idp147029904"></a>
The time type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span><span class="special">::</span><span class="identifier">time_type</span> <span class="identifier">time_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_iostream.time_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_iostream.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_socket_iostream.time_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_iostream.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_socket_iostream.time_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_iostream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf.html b/doc/html/boost_asio/reference/basic_socket_streambuf.html
index c0ff2fcc9f..fb09b6b70d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_socket_iostream/time_type.html" title="basic_socket_iostream::time_type">
@@ -40,7 +40,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.types"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.types"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -357,7 +357,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.member_functions"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.member_functions"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -727,7 +727,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.protected_member_functions"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.protected_member_functions"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -824,7 +824,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h3"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.data_members"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.data_members"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -908,7 +908,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h4"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.protected_data_members"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.protected_data_members"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -959,7 +959,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h5"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.friends"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.friends"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -1001,18 +1001,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_socket_streambuf.h6"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.requirements"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.requirements"></a></span><a class="link" href="basic_socket_streambuf.html#boost_asio.reference.basic_socket_streambuf.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html b/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html
index 578898c0af..7332aa8353 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::~basic_socket_streambuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="underflow.html" title="basic_socket_streambuf::underflow">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf._basic_socket_streambuf"></a><a class="link" href="_basic_socket_streambuf.html" title="basic_socket_streambuf::~basic_socket_streambuf">basic_socket_streambuf::~basic_socket_streambuf</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1191489"></a>
+ <a class="indexterm" name="idp151199328"></a>
Destructor flushes buffered
data.
</p>
@@ -36,7 +36,7 @@ Destructor flushes buffered
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html b/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html
index 4a913f9689..96b54ad6c9 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.assign"></a><a class="link" href="assign.html" title="basic_socket_streambuf::assign">basic_socket_streambuf::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1158103"></a>
+ <a class="indexterm" name="idp147357424"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_socket_streambuf::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html
index 02d8708c90..a22a7262e3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket_streambuf::assign">
<link rel="prev" href="../assign.html" title="basic_socket_streambuf::assign">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html
index 61e94215f5..a40c4da7e1 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_socket_streambuf::assign">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::assign (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html b/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html
index 760dfc1ae2..0ef150dea0 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="assign/overload2.html" title="basic_socket_streambuf::assign (2 of 2 overloads)">
@@ -30,12 +30,12 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1158634"></a>
+ <a class="indexterm" name="idp147420992"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -50,11 +50,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket_streambuf.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket_streambuf.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -82,7 +82,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket_streambuf.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket_streambuf.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -102,7 +102,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html
index 8552ce6904..bf9935855a 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="async_connect.html" title="basic_socket_streambuf::async_connect">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.at_mark"></a><a class="link" href="at_mark.html" title="basic_socket_streambuf::at_mark">basic_socket_streambuf::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1159305"></a>
+ <a class="indexterm" name="idp147501264"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html
index f1c3f911c0..03518acb41 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_socket_streambuf::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_socket_streambuf::at_mark">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html
index d32577d92f..17ed1a1830 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_socket_streambuf::at_mark">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::at_mark (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/available.html b/doc/html/boost_asio/reference/basic_socket_streambuf/available.html
index 25b7c6ba3d..1dda3848af 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/available.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="at_mark/overload2.html" title="basic_socket_streambuf::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.available"></a><a class="link" href="available.html" title="basic_socket_streambuf::available">basic_socket_streambuf::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1159794"></a>
+ <a class="indexterm" name="idp147556848"></a>
Determine the number of bytes available
for reading.
</p>
@@ -41,7 +41,7 @@ Determine the number of bytes available
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html
index 7d17740be6..55dcb40208 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_socket_streambuf::available">
<link rel="prev" href="../available.html" title="basic_socket_streambuf::available">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html
index b2df94cbbf..b682c86fef 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_socket_streambuf::available">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::available (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html b/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html
index 4c5e955fea..a1127d9693 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::basic_socket_streambuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="available/overload2.html" title="basic_socket_streambuf::available (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.basic_socket_streambuf"></a><a class="link" href="basic_socket_streambuf.html" title="basic_socket_streambuf::basic_socket_streambuf">basic_socket_streambuf::basic_socket_streambuf</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1160318"></a>
+ <a class="indexterm" name="idp147616704"></a>
Construct a <a class="link" href="../basic_socket_streambuf.html" title="basic_socket_streambuf"><code class="computeroutput"><span class="identifier">basic_socket_streambuf</span></code></a> without
establishing a connection.
</p>
@@ -36,7 +36,7 @@ Construct a <a class="link" href="../basic_socket_streambuf.html" title="basic_s
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html b/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html
index 8cb5d35112..a84b9092cf 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="basic_socket_streambuf.html" title="basic_socket_streambuf::basic_socket_streambuf">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.bind"></a><a class="link" href="bind.html" title="basic_socket_streambuf::bind">basic_socket_streambuf::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1160380"></a>
+ <a class="indexterm" name="idp147623936"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_socket_streambuf::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html
index 89201d3c52..c7b39f5e10 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket_streambuf::bind">
<link rel="prev" href="../bind.html" title="basic_socket_streambuf::bind">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html
index 8c3285e3da..fe9cca4a22 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_socket_streambuf::bind">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::bind (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html b/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html
index 227ef1bb0b..e20677ab6a 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="bind/overload2.html" title="basic_socket_streambuf::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1161590"></a>
+ <a class="indexterm" name="idp147768208"></a>
Socket option to permit sending of broadcast
messages.
</p>
@@ -41,7 +41,7 @@ Socket option to permit sending of broadcast
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_streambuf.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_streambuf.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to permit sending of broadcast
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_streambuf.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_socket_streambuf.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html b/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html
index 05a4e3c06d..ae8fa4ea8c 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="broadcast.html" title="basic_socket_streambuf::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1162072"></a>
+ <a class="indexterm" name="idp147825264"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_streambuf.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_streambuf.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_streambuf.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_socket_streambuf.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html
index de6afa3934..fa19e72943 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="bytes_readable.html" title="basic_socket_streambuf::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.cancel"></a><a class="link" href="cancel.html" title="basic_socket_streambuf::cancel">basic_socket_streambuf::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1162410"></a>
+ <a class="indexterm" name="idp147864784"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html
index 3ee67afc9a..6079b92979 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket_streambuf::cancel">
<link rel="prev" href="../cancel.html" title="basic_socket_streambuf::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -66,7 +66,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -81,7 +81,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html
index 6944a1b5c9..47fc9a5683 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_socket_streambuf::cancel">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -67,7 +67,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -82,7 +82,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/close.html b/doc/html/boost_asio/reference/basic_socket_streambuf/close.html
index 0200beecc0..284ea10375 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/close.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="cancel/overload2.html" title="basic_socket_streambuf::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.close"></a><a class="link" href="close.html" title="basic_socket_streambuf::close">basic_socket_streambuf::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1163221"></a>
+ <a class="indexterm" name="idp147956704"></a>
Close the connection.
</p>
<pre class="programlisting"><span class="identifier">basic_socket_streambuf</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">StreamSocketService</span><span class="special">,</span> <span class="identifier">Time</span><span class="special">,</span> <span class="identifier">TimeTraits</span><span class="special">,</span> <span class="identifier">TimerService</span> <span class="special">&gt;</span> <span class="special">*</span> <a class="link" href="close/overload1.html" title="basic_socket_streambuf::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -43,7 +43,7 @@ Close the connection.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html
index c8569884d4..0ca41fdae9 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket_streambuf::close">
<link rel="prev" href="../close.html" title="basic_socket_streambuf::close">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.close.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.close.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.close.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.close.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -44,7 +44,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html
index f9662806a4..bcf049a711 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_socket_streambuf::close">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html b/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html
index b690406157..802c03a890 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="close/overload2.html" title="basic_socket_streambuf::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.connect"></a><a class="link" href="connect.html" title="basic_socket_streambuf::connect">basic_socket_streambuf::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1164032"></a>
+ <a class="indexterm" name="idp148052336"></a>
Establish a connection.
</p>
<pre class="programlisting"><span class="identifier">basic_socket_streambuf</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">StreamSocketService</span><span class="special">,</span> <span class="identifier">Time</span><span class="special">,</span> <span class="identifier">TimeTraits</span><span class="special">,</span> <span class="identifier">TimerService</span> <span class="special">&gt;</span> <span class="special">*</span> <a class="link" href="connect/overload1.html" title="basic_socket_streambuf::connect (1 of 3 overloads)">connect</a><span class="special">(</span>
@@ -55,7 +55,7 @@ Establish a connection.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html
index e81283f41f..dae22d28ce 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::connect (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_socket_streambuf::connect">
<link rel="prev" href="../connect.html" title="basic_socket_streambuf::connect">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.connect.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.connect.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.connect.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.connect.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,7 +48,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html
index c36eeccc6e..fad15ed95b 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::connect (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_socket_streambuf::connect">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::connect (1 of 3 overloads)">
@@ -46,7 +46,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.connect.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.connect.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.connect.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.connect.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html
index f99e4112b6..34bd5254b2 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::connect (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_socket_streambuf::connect">
<link rel="prev" href="overload2.html" title="basic_socket_streambuf::connect (2 of 3 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.connect.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.connect.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.connect.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.connect.overload3.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html b/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html
index 5fc016c4c6..9fb33f7807 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="connect/overload3.html" title="basic_socket_streambuf::connect (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1165390"></a>
+ <a class="indexterm" name="idp148213184"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_streambuf.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_streambuf.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_streambuf.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_socket_streambuf.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html b/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html
index aa725f3922..ccb19131b3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="debug.html" title="basic_socket_streambuf::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1165871"></a>
+ <a class="indexterm" name="idp148270208"></a>
Socket option to prevent routing, use
local interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_streambuf.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_streambuf.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_streambuf.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_socket_streambuf.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html
index f81f30339b..0f8d2da127 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::duration_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="do_not_route.html" title="basic_socket_streambuf::do_not_route">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_streambuf.duration_type"></a><a class="link" href="duration_type.html" title="basic_socket_streambuf::duration_type">basic_socket_streambuf::duration_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1166346"></a>
+ <a class="indexterm" name="idp148326672"></a>
The duration type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span><span class="special">::</span><span class="identifier">duration_type</span> <span class="identifier">duration_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.duration_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_socket_streambuf.duration_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.basic_socket_streambuf.duration_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html
index 1a2e8edd01..a1db9198a3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="duration_type.html" title="basic_socket_streambuf::duration_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1166478"></a>
+ <a class="indexterm" name="idp148340976"></a>
Socket option to report
aborted connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_socket_streambuf.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html
index df675d7f1d..7231981c29 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="enable_connection_aborted.html" title="basic_socket_streambuf::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_streambuf.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_socket_streambuf::endpoint_type">basic_socket_streambuf::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1166995"></a>
+ <a class="indexterm" name="idp148402432"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_streambuf.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_socket_streambuf.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/error.html b/doc/html/boost_asio/reference/basic_socket_streambuf/error.html
index c203ee4067..5071f6dec0 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/error.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/error.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::error</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="endpoint_type.html" title="basic_socket_streambuf::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.error"></a><a class="link" href="error.html" title="basic_socket_streambuf::error">basic_socket_streambuf::error</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1167117"></a>
+ <a class="indexterm" name="idp148415776"></a>
Get the last error associated with the stream
buffer.
</p>
@@ -35,7 +35,7 @@ Get the last error associated with the stream
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.error.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.error.return_value"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_streambuf.error.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.error.return_value"></a></span><a class="link" href="error.html#boost_asio.reference.basic_socket_streambuf.error.return_value">Return
Value</a>
</h6>
<p>
@@ -45,7 +45,7 @@ Get the last error associated with the stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html
index f24313f916..1ef066caa2 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="error.html" title="basic_socket_streambuf::error">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.expires_at"></a><a class="link" href="expires_at.html" title="basic_socket_streambuf::expires_at">basic_socket_streambuf::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1167256"></a>
+ <a class="indexterm" name="idp148431808"></a>
Get the stream buffer's expiry time as
an absolute time.
</p>
@@ -44,7 +44,7 @@ Get the stream buffer's expiry time as
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html
index 9e66c2aa0e..54953d76a6 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_socket_streambuf::expires_at">
<link rel="prev" href="../expires_at.html" title="basic_socket_streambuf::expires_at">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.expires_at.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.expires_at.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html
index 500d60b37f..1b2603dcfd 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_socket_streambuf::expires_at">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::expires_at (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.expires_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.expires_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the stream.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html
index 75ee69e093..a1ef7c55be 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="expires_at/overload2.html" title="basic_socket_streambuf::expires_at (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.expires_from_now"></a><a class="link" href="expires_from_now.html" title="basic_socket_streambuf::expires_from_now">basic_socket_streambuf::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1167654"></a>
+ <a class="indexterm" name="idp148476928"></a>
Get the stream buffer's expiry time
relative to now.
</p>
@@ -44,7 +44,7 @@ Get the stream buffer's expiry time
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html
index 019e219aff..1dff664101 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_from_now (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_socket_streambuf::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="basic_socket_streambuf::expires_from_now">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.expires_from_now.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.expires_from_now.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html
index 16bafdcc1f..401a7626df 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::expires_from_now (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_socket_streambuf::expires_from_now">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::expires_from_now (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.expires_from_now.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.expires_from_now.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html
index cdbcd7ca79..d4faf1270d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="expires_from_now/overload2.html" title="basic_socket_streambuf::expires_from_now (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_socket_streambuf::get_implementation">basic_socket_streambuf::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1168057"></a>
+ <a class="indexterm" name="idp148522176"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html
index c5f8f9f980..2b196bc06c 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket_streambuf::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_socket_streambuf::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html
index 3185d99e86..395a184453 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_socket_streambuf::get_implementation">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html
index 4765179221..632733ee34 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="get_implementation/overload2.html" title="basic_socket_streambuf::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1168324"></a>
+ <a class="indexterm" name="idp148552768"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket_streambuf.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_socket_streambuf.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html
index b532c68f4c..891b3c7ef2 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="get_io_service.html" title="basic_socket_streambuf::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.get_option"></a><a class="link" href="get_option.html" title="basic_socket_streambuf::get_option">basic_socket_streambuf::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1168484"></a>
+ <a class="indexterm" name="idp148571104"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="get_option/overload1.html" title="basic_socket_streambuf::get_option (1 of 2 overloads)">get_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html
index 865e95c8bc..a2fd2ac610 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket_streambuf::get_option">
<link rel="prev" href="../get_option.html" title="basic_socket_streambuf::get_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -78,12 +78,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html
index 01edd64d10..e36aa4a2fb 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_socket_streambuf::get_option">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::get_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html
index 13ba222d1b..5d2842422d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="get_option/overload2.html" title="basic_socket_streambuf::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.get_service"></a><a class="link" href="get_service.html" title="basic_socket_streambuf::get_service">basic_socket_streambuf::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1169673"></a>
+ <a class="indexterm" name="idp148711424"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html
index 6825fc890f..b09ec667ff 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket_streambuf::get_service">
<link rel="prev" href="../get_service.html" title="basic_socket_streambuf::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html
index 2c6c7c4030..66830acbb9 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_socket_streambuf::get_service">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html b/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html
index cb989a03a3..37de8b8bd3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="get_service/overload2.html" title="basic_socket_streambuf::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1169938"></a>
+ <a class="indexterm" name="idp148741424"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html
index 727039675a..351f58a960 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="implementation.html" title="basic_socket_streambuf::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1170013"></a>
+ <a class="indexterm" name="idp148750144"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket_streambuf.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_socket_streambuf.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html
index 7bd42e94f0..dc9049ad30 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="implementation_type.html" title="basic_socket_streambuf::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.io_control"></a><a class="link" href="io_control.html" title="basic_socket_streambuf::io_control">basic_socket_streambuf::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1170138"></a>
+ <a class="indexterm" name="idp148763648"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="io_control/overload1.html" title="basic_socket_streambuf::io_control (1 of 2 overloads)">io_control</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html
index a7f405807f..5830ef5fb4 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket_streambuf::io_control">
<link rel="prev" href="../io_control.html" title="basic_socket_streambuf::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html
index 989d3b1b4b..2efad6401e 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_socket_streambuf::io_control">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html b/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html
index 9229936ab4..bc6c44c951 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::io_handler</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="io_control/overload2.html" title="basic_socket_streambuf::io_control (2 of 2 overloads)">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.basic_socket_streambuf.io_handler"></a><a class="link" href="io_handler.html" title="basic_socket_streambuf::io_handler">basic_socket_streambuf::io_handler</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1171576"></a>
+ <a class="indexterm" name="idp148901216"></a>
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">struct</span> <span class="identifier">io_handler</span><span class="special">();</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.io_handler.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.io_handler.requirements"></a></span><a class="link" href="io_handler.html#boost_asio.reference.basic_socket_streambuf.io_handler.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.io_handler.requirements"></a></span><a class="link" href="io_handler.html#boost_asio.reference.basic_socket_streambuf.io_handler.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html b/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html
index e31315a9ef..de90f561bb 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="io_handler.html" title="basic_socket_streambuf::io_handler">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1171694"></a>
+ <a class="indexterm" name="idp148914544"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html b/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html
index 155edbcff8..30164711f5 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="is_open.html" title="basic_socket_streambuf::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1171764"></a>
+ <a class="indexterm" name="idp148922592"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_streambuf.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_streambuf.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_streambuf.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_socket_streambuf.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html b/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html
index 169be11816..f4fcd065f5 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="keep_alive.html" title="basic_socket_streambuf::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1172246"></a>
+ <a class="indexterm" name="idp148979712"></a>
Socket option to specify whether the socket
lingers on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_streambuf.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_streambuf.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_streambuf.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_socket_streambuf.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html
index b8696b56a1..de0fa30ecb 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="linger.html" title="basic_socket_streambuf::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_socket_streambuf::local_endpoint">basic_socket_streambuf::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1172769"></a>
+ <a class="indexterm" name="idp149042208"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_socket_streambuf::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html
index 1d8ff9e52f..7e4ad9b972 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket_streambuf::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_socket_streambuf::local_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html
index fb51571aab..fd7c659fb3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_socket_streambuf::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::local_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html
index 346c35ddfb..9c87a432fa 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_socket_streambuf::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_socket_streambuf::lowest_layer">basic_socket_streambuf::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1173678"></a>
+ <a class="indexterm" name="idp149147760"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_socket_streambuf::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html
index 882b703406..433cdbdce8 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_socket_streambuf::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_socket_streambuf::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html
index b46d778ce8..6962ef2345 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_socket_streambuf::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html
index 4534867658..ff6e140ff3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_socket_streambuf::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1174066"></a>
+ <a class="indexterm" name="idp149190992"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -332,7 +332,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,6 +424,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -625,6 +629,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -667,7 +675,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -728,7 +736,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -869,31 +877,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_socket_streambuf.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html b/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html
index 06a9b2faba..2e087fbe18 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="lowest_layer_type.html" title="basic_socket_streambuf::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176276"></a>
+ <a class="indexterm" name="idp149441216"></a>
The maximum length of the queue of
pending incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html b/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html
index 5e7a268f0c..e27e791615 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="max_connections.html" title="basic_socket_streambuf::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176361"></a>
+ <a class="indexterm" name="idp149450864"></a>
Specify that the data should
not be subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html b/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html
index a247ab78f5..20af63fcaf 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="message_do_not_route.html" title="basic_socket_streambuf::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176445"></a>
+ <a class="indexterm" name="idp149460432"></a>
Specifies that the data marks
the end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html b/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html
index 9df4935322..0dd0bc9015 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="message_end_of_record.html" title="basic_socket_streambuf::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176526"></a>
+ <a class="indexterm" name="idp149470032"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket_streambuf.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_socket_streambuf.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html b/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html
index bcfe4adc5c..4d43cd7d17 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="message_flags.html" title="basic_socket_streambuf::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176646"></a>
+ <a class="indexterm" name="idp149483216"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html b/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html
index daf9e142e5..8cb972eb62 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="message_out_of_band.html" title="basic_socket_streambuf::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176729"></a>
+ <a class="indexterm" name="idp149492784"></a>
Peek at incoming data without removing
it from the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native.html
index a3eadfe6b2..4b2ae06a27 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="message_peek.html" title="basic_socket_streambuf::message_peek">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176811"></a>
+ <a class="indexterm" name="idp149502400"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html
index be8644eed6..22ecd9b3bf 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="native.html" title="basic_socket_streambuf::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176892"></a>
+ <a class="indexterm" name="idp149511648"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html
index a782bdd240..0f10ff110c 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="native_handle.html" title="basic_socket_streambuf::native_handle">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1176959"></a>
+ <a class="indexterm" name="idp149519184"></a>
The native representation of a
socket.
</p>
@@ -38,18 +38,18 @@ The native representation of a
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket_streambuf.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_socket_streambuf.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html
index c59acd8c7b..5c4f15a240 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="native_handle_type.html" title="basic_socket_streambuf::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking">basic_socket_streambuf::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1177082"></a>
+ <a class="indexterm" name="idp149532832"></a>
Gets the non-blocking mode of
the native socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html
index cf5dc6d8cf..67859034b2 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -138,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html
index 2f69fe23d3..e1815fb514 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -153,7 +153,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html
index e87ea0187b..db72749a9e 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket_streambuf::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html
index faad4e8b4e..7eb2fe205a 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_socket_streambuf::native_non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1182151"></a>
+ <a class="indexterm" name="idp150142816"></a>
(Deprecated: Use native_handle_type.)
The native representation of a socket.
</p>
@@ -38,18 +38,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket_streambuf.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_socket_streambuf.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html
index 18870fd3f8..d45c0214e3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="native_type.html" title="basic_socket_streambuf::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_socket_streambuf::non_blocking">basic_socket_streambuf::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1182275"></a>
+ <a class="indexterm" name="idp150156528"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_socket_streambuf::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html
index 90e3f66362..4a9bb00cea 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_streambuf::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_socket_streambuf::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html
index 011bbce1c4..7d93b50c75 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_streambuf::non_blocking">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html
index 7f02862e8b..567b067027 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_socket_streambuf::non_blocking">
<link rel="prev" href="overload2.html" title="basic_socket_streambuf::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_socket_streambuf.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html
index 5e491871a5..042e625b3a 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="non_blocking/overload3.html" title="basic_socket_streambuf::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1183355"></a>
+ <a class="indexterm" name="idp150281024"></a>
(Deprecated: Use non_blocking().)
IO control command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_streambuf.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_streambuf.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_streambuf.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_socket_streambuf.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/open.html b/doc/html/boost_asio/reference/basic_socket_streambuf/open.html
index c5017b1391..e6edd7400d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/open.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="non_blocking_io.html" title="basic_socket_streambuf::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.open"></a><a class="link" href="open.html" title="basic_socket_streambuf::open">basic_socket_streambuf::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1183649"></a>
+ <a class="indexterm" name="idp150315232"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_socket_streambuf::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html
index 5760802f2a..31dcb293e3 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket_streambuf::open">
<link rel="prev" href="../open.html" title="basic_socket_streambuf::open">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html
index 69d6fc41be..62a3435c1e 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_socket_streambuf::open">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::open (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html b/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html
index 61406625cd..50cc659985 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::overflow</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="open/overload2.html" title="basic_socket_streambuf::open (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.overflow"></a><a class="link" href="overflow.html" title="basic_socket_streambuf::overflow">basic_socket_streambuf::overflow</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1184641"></a>
+ <a class="indexterm" name="idp150432432"></a>
</p>
<pre class="programlisting"><span class="identifier">int_type</span> <span class="identifier">overflow</span><span class="special">(</span>
<span class="identifier">int_type</span> <span class="identifier">c</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html
index e91a602381..acfc9680c6 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="overflow.html" title="basic_socket_streambuf::overflow">
@@ -30,25 +30,25 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1184715"></a>
+ <a class="indexterm" name="idp150441072"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket_streambuf.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_socket_streambuf.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html b/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html
index 68ad0810c1..2fdf64520e 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::puberror</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="protocol_type.html" title="basic_socket_streambuf::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.puberror"></a><a class="link" href="puberror.html" title="basic_socket_streambuf::puberror">basic_socket_streambuf::puberror</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1184829"></a>
+ <a class="indexterm" name="idp150453520"></a>
Get the last error associated with the stream
buffer.
</p>
@@ -35,7 +35,7 @@ Get the last error associated with the stream
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.puberror.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.puberror.return_value"></a></span><a class="link" href="puberror.html#boost_asio.reference.basic_socket_streambuf.puberror.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.puberror.return_value"></a></span><a class="link" href="puberror.html#boost_asio.reference.basic_socket_streambuf.puberror.return_value">Return
Value</a>
</h6>
<p>
@@ -45,7 +45,7 @@ Get the last error associated with the stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html
index bed9c1af52..b884bc7151 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="puberror.html" title="basic_socket_streambuf::puberror">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1184969"></a>
+ <a class="indexterm" name="idp150469680"></a>
Socket option for the receive
buffer size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_streambuf.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_streambuf.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_streambuf.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_socket_streambuf.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html
index c613297e25..505b777d91 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="receive_buffer_size.html" title="basic_socket_streambuf::receive_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1185458"></a>
+ <a class="indexterm" name="idp150527072"></a>
Socket option for the receive
low watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_streambuf.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_streambuf.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_streambuf.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_socket_streambuf.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html
index f6bcf7ab46..b98e9f6d5e 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="receive_low_watermark.html" title="basic_socket_streambuf::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_socket_streambuf::remote_endpoint">basic_socket_streambuf::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1185935"></a>
+ <a class="indexterm" name="idp150583760"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_socket_streambuf::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html
index 6e4faff44e..e8662f38cb 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_socket_streambuf::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_socket_streambuf::remote_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html
index 2db0956e6d..f5df8ca286 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_socket_streambuf::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::remote_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html b/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html
index b482062600..587edbc7b0 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_socket_streambuf::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1186853"></a>
+ <a class="indexterm" name="idp150690080"></a>
Socket option to allow the socket to
be bound to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_streambuf.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_streambuf.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_streambuf.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_socket_streambuf.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html b/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html
index cf54116a76..9bcd39234d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="reuse_address.html" title="basic_socket_streambuf::reuse_address">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1187337"></a>
+ <a class="indexterm" name="idp150747408"></a>
Socket option for the send buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_streambuf.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_streambuf.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_streambuf.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket_streambuf.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html b/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html
index 5023014188..85b32b25fb 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="send_buffer_size.html" title="basic_socket_streambuf::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1187822"></a>
+ <a class="indexterm" name="idp150804720"></a>
Socket option for the send low
watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the send low
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_streambuf.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_streambuf.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send low
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_streambuf.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_socket_streambuf.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/service.html b/doc/html/boost_asio/reference/basic_socket_streambuf/service.html
index 351a0059cf..806cd2e893 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/service.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="send_low_watermark.html" title="basic_socket_streambuf::send_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1188577"></a>
+ <a class="indexterm" name="idp150861952"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.service.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket_streambuf.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_socket_streambuf.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html
index a6a1c39435..73bb53f46d 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="service.html" title="basic_socket_streambuf::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1188689"></a>
+ <a class="indexterm" name="idp150874544"></a>
The type of the service that will be
used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket_streambuf.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_socket_streambuf.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html
index 604a3a23f1..2386e7a31b 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="service_type.html" title="basic_socket_streambuf::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.set_option"></a><a class="link" href="set_option.html" title="basic_socket_streambuf::set_option">basic_socket_streambuf::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1188803"></a>
+ <a class="indexterm" name="idp150887024"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_option/overload1.html" title="basic_socket_streambuf::set_option (1 of 2 overloads)">set_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html
index b7e9547817..493d8cf641 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket_streambuf::set_option">
<link rel="prev" href="../set_option.html" title="basic_socket_streambuf::set_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html
index 5bc61e8177..32998c546b 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_socket_streambuf::set_option">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::set_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html b/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html
index e83398fe7b..cc9a2e7d20 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::setbuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="set_option/overload2.html" title="basic_socket_streambuf::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.setbuf"></a><a class="link" href="setbuf.html" title="basic_socket_streambuf::setbuf">basic_socket_streambuf::setbuf</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1189908"></a>
+ <a class="indexterm" name="idp151016624"></a>
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span> <span class="special">*</span> <span class="identifier">setbuf</span><span class="special">(</span>
<span class="identifier">char_type</span> <span class="special">*</span> <span class="identifier">s</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html
index 243d5803cd..b923a8ae13 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="setbuf.html" title="basic_socket_streambuf::setbuf">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_socket_streambuf.shutdown"></a><a class="link" href="shutdown.html" title="basic_socket_streambuf::shutdown">basic_socket_streambuf::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1190018"></a>
+ <a class="indexterm" name="idp151029744"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_socket_streambuf::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html
index 699df6da00..6f6bb276e8 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_socket_streambuf::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_socket_streambuf::shutdown">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html
index 1499a15ef4..0afba09d2c 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_socket_streambuf::shutdown">
<link rel="prev" href="overload1.html" title="basic_socket_streambuf::shutdown (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html
index 02c541b3e7..5d9458b1d1 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="shutdown/overload2.html" title="basic_socket_streambuf::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1190993"></a>
+ <a class="indexterm" name="idp151144144"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1191024"></a>
- <a class="indexterm" name="id1191033"></a>
- <a class="indexterm" name="id1191042"></a>
+ <a class="indexterm" name="idp151147744"></a>
+ <a class="indexterm" name="idp151148848"></a>
+ <a class="indexterm" name="idp151149952"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket_streambuf.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_socket_streambuf.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html b/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html
index be90013349..3b86522c0c 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::sync</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="shutdown_type.html" title="basic_socket_streambuf::shutdown_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_socket_streambuf.sync"></a><a class="link" href="sync.html" title="basic_socket_streambuf::sync">basic_socket_streambuf::sync</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1191149"></a>
+ <a class="indexterm" name="idp151161728"></a>
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">sync</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html b/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html
index 4e4f0fbe2e..ba42c28a23 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::time_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="sync.html" title="basic_socket_streambuf::sync">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_socket_streambuf.time_type"></a><a class="link" href="time_type.html" title="basic_socket_streambuf::time_type">basic_socket_streambuf::time_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1191200"></a>
+ <a class="indexterm" name="idp151167680"></a>
The time type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span><span class="special">::</span><span class="identifier">time_type</span> <span class="identifier">time_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.time_type.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_socket_streambuf.time_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.basic_socket_streambuf.time_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html b/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html
index ffa0b4ae7f..456f45cf73 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::timer_handler</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="time_type.html" title="basic_socket_streambuf::time_type">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.basic_socket_streambuf.timer_handler"></a><a class="link" href="timer_handler.html" title="basic_socket_streambuf::timer_handler">basic_socket_streambuf::timer_handler</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1191322"></a>
+ <a class="indexterm" name="idp151181168"></a>
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">struct</span> <span class="identifier">timer_handler</span><span class="special">();</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_socket_streambuf.timer_handler.h0"></a>
- <span><a name="boost_asio.reference.basic_socket_streambuf.timer_handler.requirements"></a></span><a class="link" href="timer_handler.html#boost_asio.reference.basic_socket_streambuf.timer_handler.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.timer_handler.requirements"></a></span><a class="link" href="timer_handler.html#boost_asio.reference.basic_socket_streambuf.timer_handler.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_socket_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html b/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html
index 7148d4ebd5..208159ea73 100644
--- a/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html
+++ b/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::underflow</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="timer_handler.html" title="basic_socket_streambuf::timer_handler">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_socket_streambuf.underflow"></a><a class="link" href="underflow.html" title="basic_socket_streambuf::underflow">basic_socket_streambuf::underflow</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1191434"></a>
+ <a class="indexterm" name="idp151193440"></a>
</p>
<pre class="programlisting"><span class="identifier">int_type</span> <span class="identifier">underflow</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket.html b/doc/html/boost_asio/reference/basic_stream_socket.html
index b50cc8aa40..f59ab57b86 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_socket_streambuf/_basic_socket_streambuf.html" title="basic_socket_streambuf::~basic_socket_streambuf">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.types"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.types"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -330,7 +330,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.member_functions"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.member_functions"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -470,6 +470,10 @@
<p>
Move-construct a basic_stream_socket from another.
</p>
+ <p>
+ Move-construct a basic_stream_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -671,6 +675,10 @@
<p>
Move-assign a basic_stream_socket from another.
</p>
+ <p>
+ Move-assign a basic_stream_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -764,7 +772,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.protected_member_functions"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.protected_member_functions"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.data_members"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.data_members"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -897,7 +905,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.protected_data_members"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.protected_data_members"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -952,30 +960,28 @@
</p>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h5"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.thread_safety"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.thread_safety"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.thread_safety">Thread Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_stream_socket.h6"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.requirements"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.requirements"></a></span><a class="link" href="basic_stream_socket.html#boost_asio.reference.basic_stream_socket.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/assign.html b/doc/html/boost_asio/reference/basic_stream_socket/assign.html
index 60860620da..414f1f22bc 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/assign.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="../basic_stream_socket.html" title="basic_stream_socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.assign"></a><a class="link" href="assign.html" title="basic_stream_socket::assign">basic_stream_socket::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1194069"></a>
+ <a class="indexterm" name="idp151492352"></a>
Assign an existing native socket to the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="basic_stream_socket::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Assign an existing native socket to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html
index 1c0feb3cbd..99acabc3a8 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_stream_socket::assign">
<link rel="prev" href="../assign.html" title="basic_stream_socket::assign">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html
index 25d1f072f2..faf0117877 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="basic_stream_socket::assign">
<link rel="prev" href="overload1.html" title="basic_stream_socket::assign (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html b/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html
index ff3b508a8b..4fd4128c1a 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="assign/overload2.html" title="basic_stream_socket::assign (2 of 2 overloads)">
@@ -30,12 +30,12 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1194601"></a>
+ <a class="indexterm" name="idp151555872"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -50,11 +50,11 @@ Start an asynchronous connect.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_connect.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_stream_socket.async_connect.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_stream_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
@@ -82,7 +82,7 @@ Start an asynchronous connect.
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_connect.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_stream_socket.async_connect.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_stream_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -102,7 +102,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html b/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html
index 21dba32b7b..6c532f3cbd 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_connect.html" title="basic_stream_socket::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_stream_socket.async_read_some"></a><a class="link" href="async_read_some.html" title="basic_stream_socket::async_read_some">basic_stream_socket::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1195271"></a>
+ <a class="indexterm" name="idp151636048"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_read_some.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read. Although the
@@ -78,7 +78,7 @@ Start an asynchronous read.
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_read_some.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.remarks">Remarks</a>
</h6>
<p>
The read operation may not read all of the requested number of bytes. Consider
@@ -88,7 +88,7 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_read_some.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.basic_stream_socket.async_read_some.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html b/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html
index 34c409cfd5..f00bddcc59 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_read_some.html" title="basic_stream_socket::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_stream_socket.async_receive"></a><a class="link" href="async_receive.html" title="basic_stream_socket::async_receive">basic_stream_socket::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1195832"></a>
+ <a class="indexterm" name="idp151701520"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload1.html" title="basic_stream_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload1.html" title="basic_stream_socket::async_receive (1 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_receive/overload1.html" title="basic_stream_socket::async_receive (1 of 2 overloads)">more...</a></em></span>
@@ -41,7 +41,7 @@ Start an asynchronous receive.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_receive/overload2.html" title="basic_stream_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_receive/overload2.html" title="basic_stream_socket::async_receive (2 of 2 overloads)">async_receive</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -50,7 +50,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html
index 3bbe0e3810..058fb069da 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_receive (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_stream_socket::async_receive">
<link rel="prev" href="../async_receive.html" title="basic_stream_socket::async_receive">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -88,7 +88,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html
index 5295363c36..d35bbad7eb 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_receive (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_receive.html" title="basic_stream_socket::async_receive">
<link rel="prev" href="overload1.html" title="basic_stream_socket::async_receive (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received. Although
@@ -83,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -93,7 +93,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_receive.overload2.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -108,7 +108,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_send.html b/doc/html/boost_asio/reference/basic_stream_socket/async_send.html
index dcf58fd583..5c2c826e5c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_send.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_receive/overload2.html" title="basic_stream_socket::async_receive (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_stream_socket.async_send"></a><a class="link" href="async_send.html" title="basic_stream_socket::async_send">basic_stream_socket::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1197290"></a>
+ <a class="indexterm" name="idp151872192"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload1.html" title="basic_stream_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload1.html" title="basic_stream_socket::async_send (1 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_send/overload1.html" title="basic_stream_socket::async_send (1 of 2 overloads)">more...</a></em></span>
@@ -41,7 +41,7 @@ Start an asynchronous send.
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_send/overload2.html" title="basic_stream_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_send/overload2.html" title="basic_stream_socket::async_send (2 of 2 overloads)">async_send</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -50,7 +50,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html
index 497e1c6748..8ac81e2c08 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_send (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_stream_socket::async_send">
<link rel="prev" href="../async_send.html" title="basic_stream_socket::async_send">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -88,7 +88,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.async_send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html
index 27f88edfb8..ecf3b62487 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_send (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_send.html" title="basic_stream_socket::async_send">
<link rel="prev" href="overload1.html" title="basic_stream_socket::async_send (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket. Although the
@@ -83,7 +83,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -93,7 +93,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_send.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_send.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.async_send.overload2.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -108,7 +108,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html b/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html
index e1706dd6ae..2baa374175 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_send/overload2.html" title="basic_stream_socket::async_send (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.basic_stream_socket.async_write_some"></a><a class="link" href="async_write_some.html" title="basic_stream_socket::async_write_some">basic_stream_socket::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1198745"></a>
+ <a class="indexterm" name="idp152042480"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_write_some.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the socket. Although the
@@ -78,7 +78,7 @@ Start an asynchronous write.
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_write_some.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
@@ -87,7 +87,7 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.async_write_some.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.basic_stream_socket.async_write_some.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html b/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html
index ee4c317b85..a26e6db841 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_write_some.html" title="basic_stream_socket::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.at_mark"></a><a class="link" href="at_mark.html" title="basic_stream_socket::at_mark">basic_stream_socket::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1199306"></a>
+ <a class="indexterm" name="idp152107792"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -41,7 +41,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html
index 10cc8f863a..093e26abc3 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_stream_socket::at_mark">
<link rel="prev" href="../at_mark.html" title="basic_stream_socket::at_mark">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.at_mark.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.at_mark.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.at_mark.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.at_mark.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.at_mark.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html
index 063f287960..80e7f6a0dc 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::at_mark (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../at_mark.html" title="basic_stream_socket::at_mark">
<link rel="prev" href="overload1.html" title="basic_stream_socket::at_mark (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.at_mark.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.at_mark.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.at_mark.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.at_mark.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.at_mark.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/available.html b/doc/html/boost_asio/reference/basic_stream_socket/available.html
index bf28038dbe..3f4f15bd9d 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/available.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="at_mark/overload2.html" title="basic_stream_socket::at_mark (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.available"></a><a class="link" href="available.html" title="basic_stream_socket::available">basic_stream_socket::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1199793"></a>
+ <a class="indexterm" name="idp152162896"></a>
Determine the number of bytes available for
reading.
</p>
@@ -41,7 +41,7 @@ Determine the number of bytes available for
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html
index ff275ec890..66528c4de3 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::available (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_stream_socket::available">
<link rel="prev" href="../available.html" title="basic_stream_socket::available">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.available.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.available.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.available.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.available.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.available.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.available.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.available.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.available.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html
index df3610f933..aa0ba47289 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::available (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../available.html" title="basic_stream_socket::available">
<link rel="prev" href="overload1.html" title="basic_stream_socket::available (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.available.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.available.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.available.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.available.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.available.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.available.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.available.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.available.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html
index 8c685bcda0..30bc08d516 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::basic_stream_socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="available/overload2.html" title="basic_stream_socket::available (2 of 2 overloads)">
-<link rel="next" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 5 overloads)">
+<link rel="next" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,52 +27,64 @@
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket"></a><a class="link" href="basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">basic_stream_socket::basic_stream_socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1200313"></a>
+ <a class="indexterm" name="idp152222656"></a>
Construct a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> without opening
it.
</p>
-<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 5 overloads)">basic_stream_socket</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct and open a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a>.
</p>
-<pre class="programlisting"><a class="link" href="basic_stream_socket/overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 5 overloads)">basic_stream_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_stream_socket/overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a>, opening it
and binding it to the given local endpoint.
</p>
-<pre class="programlisting"><a class="link" href="basic_stream_socket/overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 5 overloads)">basic_stream_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_stream_socket/overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Construct a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> on an existing
native socket.
</p>
-<pre class="programlisting"><a class="link" href="basic_stream_socket/overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 5 overloads)">basic_stream_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_stream_socket/overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">protocol_type</span> <span class="special">&amp;</span> <span class="identifier">protocol</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">native_handle_type</span> <span class="special">&amp;</span> <span class="identifier">native_socket</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 6 overloads)">more...</a></em></span>
</pre>
<p>
Move-construct a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><a class="link" href="basic_stream_socket/overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 5 overloads)">basic_stream_socket</a><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="basic_stream_socket/overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
<span class="identifier">basic_stream_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 5 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 6 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Move-construct a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../StreamSocketService.html" title="Stream socket service requirements">StreamSocketService1</a><span class="special">&gt;</span>
+<a class="link" href="basic_stream_socket/overload6.html" title="basic_stream_socket::basic_stream_socket (6 of 6 overloads)">basic_stream_socket</a><span class="special">(</span>
+ <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">StreamSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_stream_socket/overload6.html" title="basic_stream_socket::basic_stream_socket (6 of 6 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html
index 42e29d857b..16f77e1300 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_stream_socket::basic_stream_socket (1 of 5 overloads)</title>
+<title>basic_stream_socket::basic_stream_socket (1 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
<link rel="prev" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
-<link rel="next" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 5 overloads)">
+<link rel="next" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1"></a><a class="link" href="overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 5 overloads)">basic_stream_socket::basic_stream_socket
- (1 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1"></a><a class="link" href="overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (1 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> without
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html
index 5dc9791ca2..c11ba72978 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_stream_socket::basic_stream_socket (2 of 5 overloads)</title>
+<title>basic_stream_socket::basic_stream_socket (2 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
-<link rel="prev" href="overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 5 overloads)">
-<link rel="next" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 5 overloads)">
+<link rel="prev" href="overload1.html" title="basic_stream_socket::basic_stream_socket (1 of 6 overloads)">
+<link rel="next" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2"></a><a class="link" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 5 overloads)">basic_stream_socket::basic_stream_socket
- (2 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2"></a><a class="link" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (2 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a>.
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -73,7 +73,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html
index 098468fcdb..0c3000314e 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_stream_socket::basic_stream_socket (3 of 5 overloads)</title>
+<title>basic_stream_socket::basic_stream_socket (3 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
-<link rel="prev" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 5 overloads)">
-<link rel="next" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 5 overloads)">
+<link rel="prev" href="overload2.html" title="basic_stream_socket::basic_stream_socket (2 of 6 overloads)">
+<link rel="next" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3"></a><a class="link" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 5 overloads)">basic_stream_socket::basic_stream_socket
- (3 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3"></a><a class="link" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (3 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a>, opening
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -62,11 +62,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html
index 86683bd603..6b85d7d59f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_stream_socket::basic_stream_socket (4 of 5 overloads)</title>
+<title>basic_stream_socket::basic_stream_socket (4 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
-<link rel="prev" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 5 overloads)">
-<link rel="next" href="overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 5 overloads)">
+<link rel="prev" href="overload3.html" title="basic_stream_socket::basic_stream_socket (3 of 6 overloads)">
+<link rel="next" href="overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4"></a><a class="link" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 5 overloads)">basic_stream_socket::basic_stream_socket
- (4 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4"></a><a class="link" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (4 of 6 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> on an existing
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.exceptions"></a></span><a class="link" href="overload4.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload4.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html
index 004a42eb2f..e4f1fca134 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_stream_socket::basic_stream_socket (5 of 5 overloads)</title>
+<title>basic_stream_socket::basic_stream_socket (5 of 6 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
-<link rel="prev" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 5 overloads)">
-<link rel="next" href="../bind.html" title="basic_stream_socket::bind">
+<link rel="prev" href="overload4.html" title="basic_stream_socket::basic_stream_socket (4 of 6 overloads)">
+<link rel="next" href="overload6.html" title="basic_stream_socket::basic_stream_socket (6 of 6 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5"></a><a class="link" href="overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 5 overloads)">basic_stream_socket::basic_stream_socket
- (5 of 5 overloads)</a>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5"></a><a class="link" href="overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (5 of 6 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from another.
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +69,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload4.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload6.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html
new file mode 100644
index 0000000000..c6bed49266
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_stream_socket::basic_stream_socket (6 of 6 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket">
+<link rel="prev" href="overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 6 overloads)">
+<link rel="next" href="../bind.html" title="basic_stream_socket::bind">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6"></a><a class="link" href="overload6.html" title="basic_stream_socket::basic_stream_socket (6 of 6 overloads)">basic_stream_socket::basic_stream_socket
+ (6 of 6 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-construct a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../StreamSocketService.html" title="Stream socket service requirements">StreamSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">basic_stream_socket</span><span class="special">(</span>
+ <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">StreamSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+<p>
+ This constructor moves a stream socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.basic_stream_socket.basic_stream_socket.overload6.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_stream_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload5.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bind.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/bind.html b/doc/html/boost_asio/reference/basic_stream_socket/bind.html
index 9c657dc591..255ea262a9 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/bind.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/bind.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
-<link rel="prev" href="basic_stream_socket/overload5.html" title="basic_stream_socket::basic_stream_socket (5 of 5 overloads)">
+<link rel="prev" href="basic_stream_socket/overload6.html" title="basic_stream_socket::basic_stream_socket (6 of 6 overloads)">
<link rel="next" href="bind/overload1.html" title="basic_stream_socket::bind (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_stream_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_stream_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_stream_socket.bind"></a><a class="link" href="bind.html" title="basic_stream_socket::bind">basic_stream_socket::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1202077"></a>
+ <a class="indexterm" name="idp152493040"></a>
Bind the socket to the given local endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="bind/overload1.html" title="basic_stream_socket::bind (1 of 2 overloads)">bind</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Bind the socket to the given local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Bind the socket to the given local endpoint.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_stream_socket/overload5.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_stream_socket/overload6.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html
index 452f845016..af6ed2b50e 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::bind (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_stream_socket::bind">
<link rel="prev" href="../bind.html" title="basic_stream_socket::bind">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bind.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bind.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bind.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bind.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.bind.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html
index 19d09e0d28..580a0588af 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::bind (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../bind.html" title="basic_stream_socket::bind">
<link rel="prev" href="overload1.html" title="basic_stream_socket::bind (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bind.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.bind.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.bind.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">endpoint</span></dt>
<dd><p>
An endpoint on the local machine to which the socket will be bound.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bind.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.bind.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.bind.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html b/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html
index 3ab4a32c94..068b4f1bf5 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="bind/overload2.html" title="basic_stream_socket::bind (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1203285"></a>
+ <a class="indexterm" name="idp152637056"></a>
Socket option to permit sending of broadcast
messages.
</p>
@@ -41,7 +41,7 @@ Socket option to permit sending of broadcast
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.broadcast.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_stream_socket.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_stream_socket.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to permit sending of broadcast
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.broadcast.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_stream_socket.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.basic_stream_socket.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html b/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html
index a4c4880f49..fa245e4759 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="broadcast.html" title="basic_stream_socket::broadcast">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1203767"></a>
+ <a class="indexterm" name="idp152694048"></a>
IO control command to get the amount of
data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount of
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_stream_socket.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_stream_socket.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount of
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_stream_socket.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.basic_stream_socket.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/cancel.html b/doc/html/boost_asio/reference/basic_stream_socket/cancel.html
index 5b9b20670f..c8f2a1bbbc 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/cancel.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="bytes_readable.html" title="basic_stream_socket::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.cancel"></a><a class="link" href="cancel.html" title="basic_stream_socket::cancel">basic_stream_socket::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1204103"></a>
+ <a class="indexterm" name="idp152733456"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html
index f827f4d1c4..4ad4534a0b 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_stream_socket::cancel">
<link rel="prev" href="../cancel.html" title="basic_stream_socket::cancel">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -66,7 +66,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -81,7 +81,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html
index f71e46888d..5c9efe6892 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_stream_socket::cancel">
<link rel="prev" href="overload1.html" title="basic_stream_socket::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
Calls to <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code>
@@ -67,7 +67,7 @@
function has two issues that should be considered before enabling its
use:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
It will only cancel asynchronous operations that were initiated in
the current thread.
@@ -82,7 +82,7 @@
<p>
For portable cancellation, consider using one of the following alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Disable asio's I/O completion port backend by defining BOOST_ASIO_DISABLE_IOCP.
</li>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/close.html b/doc/html/boost_asio/reference/basic_stream_socket/close.html
index 7f3c85488a..69aab147aa 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/close.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="cancel/overload2.html" title="basic_stream_socket::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.close"></a><a class="link" href="close.html" title="basic_stream_socket::close">basic_stream_socket::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1204912"></a>
+ <a class="indexterm" name="idp152825552"></a>
Close the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="basic_stream_socket::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html
index 4b1a485b52..16879fe381 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_stream_socket::close">
<link rel="prev" href="../close.html" title="basic_stream_socket::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.close.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.close.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.close.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.close.overload1.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html
index 0dc49c9d1b..d0f0ee2258 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="basic_stream_socket::close">
<link rel="prev" href="overload1.html" title="basic_stream_socket::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.close.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.close.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.close.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.close.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.close.overload2.remarks">Remarks</a>
</h6>
<p>
For portable behaviour with respect to graceful closure of a connected
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/connect.html b/doc/html/boost_asio/reference/basic_stream_socket/connect.html
index 19f5b1acb9..bcbaa17e6c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/connect.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="close/overload2.html" title="basic_stream_socket::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.connect"></a><a class="link" href="connect.html" title="basic_stream_socket::connect">basic_stream_socket::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1205966"></a>
+ <a class="indexterm" name="idp152916832"></a>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="connect/overload1.html" title="basic_stream_socket::connect (1 of 2 overloads)">connect</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Connect the socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html
index 8be8bdab42..f886d245c5 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_stream_socket::connect">
<link rel="prev" href="../connect.html" title="basic_stream_socket::connect">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -61,11 +61,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html
index bce016c0db..f426bdf62b 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::connect (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="basic_stream_socket::connect">
<link rel="prev" href="overload1.html" title="basic_stream_socket::connect (1 of 2 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
@@ -81,7 +81,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/debug.html b/doc/html/boost_asio/reference/basic_stream_socket/debug.html
index 642852d602..e797ff970e 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/debug.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="connect/overload2.html" title="basic_stream_socket::connect (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1207119"></a>
+ <a class="indexterm" name="idp153053152"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.debug.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_stream_socket.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_stream_socket.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.debug.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_stream_socket.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.basic_stream_socket.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html b/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html
index eb20cd49ea..ee44f31e3c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="debug.html" title="basic_stream_socket::debug">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1207598"></a>
+ <a class="indexterm" name="idp153110128"></a>
Socket option to prevent routing, use local
interfaces only.
</p>
@@ -41,7 +41,7 @@ Socket option to prevent routing, use local
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_stream_socket.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_stream_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to prevent routing, use local
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_stream_socket.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_stream_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html b/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html
index 4b4cae5e97..5c7deca549 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="do_not_route.html" title="basic_stream_socket::do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1208084"></a>
+ <a class="indexterm" name="idp153167440"></a>
Socket option to report aborted
connections on accept.
</p>
@@ -43,7 +43,7 @@ Socket option to report aborted
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_stream_socket.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_stream_socket.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -64,18 +64,18 @@ Socket option to report aborted
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_stream_socket.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.basic_stream_socket.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html b/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html
index 91d67e8d34..7cd388a93f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="enable_connection_aborted.html" title="basic_stream_socket::enable_connection_aborted">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_stream_socket.endpoint_type"></a><a class="link" href="endpoint_type.html" title="basic_stream_socket::endpoint_type">basic_stream_socket::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1208601"></a>
+ <a class="indexterm" name="idp153228592"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_stream_socket.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.basic_stream_socket.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html
index e6317ed75a..a4fdf5df96 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="endpoint_type.html" title="basic_stream_socket::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_stream_socket::get_implementation">basic_stream_socket::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1208721"></a>
+ <a class="indexterm" name="idp153242128"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html
index 988fecadde..56d86c9e53 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_stream_socket::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_stream_socket::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html
index 05ec695633..a203b3c805 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_stream_socket::get_implementation">
<link rel="prev" href="overload1.html" title="basic_stream_socket::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html b/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html
index 59038ee94d..c563c233a5 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="get_implementation/overload2.html" title="basic_stream_socket::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1208989"></a>
+ <a class="indexterm" name="idp153272240"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_stream_socket.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_stream_socket.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_option.html b/doc/html/boost_asio/reference/basic_stream_socket/get_option.html
index 7a4791b7a6..5b30bbd722 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_option.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="get_io_service.html" title="basic_stream_socket::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.get_option"></a><a class="link" href="get_option.html" title="basic_stream_socket::get_option">basic_stream_socket::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1209150"></a>
+ <a class="indexterm" name="idp153290656"></a>
Get an option from the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="get_option/overload1.html" title="basic_stream_socket::get_option (1 of 2 overloads)">get_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Get an option from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html
index bdc6627687..5faba9afbc 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_stream_socket::get_option">
<link rel="prev" href="../get_option.html" title="basic_stream_socket::get_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.get_option.overload1.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -78,12 +78,12 @@
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">keep_alive</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html
index 1e20388458..c591b0b4e3 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_option.html" title="basic_stream_socket::get_option">
<link rel="prev" href="overload1.html" title="basic_stream_socket::get_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.get_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.get_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The option value to be obtained from the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.get_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.get_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.get_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.get_option.overload2.example">Example</a>
</h6>
<p>
Getting the value of the SOL_SOCKET/SO_KEEPALIVE option:
@@ -75,12 +75,12 @@
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
-<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_service.html b/doc/html/boost_asio/reference/basic_stream_socket/get_service.html
index 9d25b7a8e4..755260ea6e 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_service.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="get_option/overload2.html" title="basic_stream_socket::get_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.get_service"></a><a class="link" href="get_service.html" title="basic_stream_socket::get_service">basic_stream_socket::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1210335"></a>
+ <a class="indexterm" name="idp153431104"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="basic_stream_socket::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html
index 0e9603b11f..d05b4dc058 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_stream_socket::get_service">
<link rel="prev" href="../get_service.html" title="basic_stream_socket::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html
index ef64828c83..62b0d80820 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_stream_socket::get_service">
<link rel="prev" href="overload1.html" title="basic_stream_socket::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/implementation.html b/doc/html/boost_asio/reference/basic_stream_socket/implementation.html
index 944103e23b..9c3c7f514f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/implementation.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="get_service/overload2.html" title="basic_stream_socket::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1210593"></a>
+ <a class="indexterm" name="idp153461024"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html b/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html
index b202565619..8c3d118065 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="implementation.html" title="basic_stream_socket::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1210669"></a>
+ <a class="indexterm" name="idp153469760"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_stream_socket.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_stream_socket.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/io_control.html b/doc/html/boost_asio/reference/basic_stream_socket/io_control.html
index 0702f4b8b9..49bcb419fc 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/io_control.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="implementation_type.html" title="basic_stream_socket::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.io_control"></a><a class="link" href="io_control.html" title="basic_stream_socket::io_control">basic_stream_socket::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1210791"></a>
+ <a class="indexterm" name="idp153483328"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="io_control/overload1.html" title="basic_stream_socket::io_control (1 of 2 overloads)">io_control</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html
index 9c1d9e5e91..537b2aa607 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_stream_socket::io_control">
<link rel="prev" href="../io_control.html" title="basic_stream_socket::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html
index b20e5bf719..37417edfd1 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_stream_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_stream_socket::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/is_open.html b/doc/html/boost_asio/reference/basic_stream_socket/is_open.html
index 65f74550d0..a9eea45619 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/is_open.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="io_control/overload2.html" title="basic_stream_socket::io_control (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1211961"></a>
+ <a class="indexterm" name="idp153621552"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html b/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html
index 98e03b5d4a..9425022fd6 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="is_open.html" title="basic_stream_socket::is_open">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1212030"></a>
+ <a class="indexterm" name="idp153629600"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_stream_socket.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_stream_socket.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_stream_socket.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.basic_stream_socket.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/linger.html b/doc/html/boost_asio/reference/basic_stream_socket/linger.html
index b3a2fffde3..a25ca8a957 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/linger.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="keep_alive.html" title="basic_stream_socket::keep_alive">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1212512"></a>
+ <a class="indexterm" name="idp153686848"></a>
Socket option to specify whether the socket lingers
on close if unsent data is present.
</p>
@@ -41,7 +41,7 @@ Socket option to specify whether the socket lingers
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.linger.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_stream_socket.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_stream_socket.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -63,18 +63,18 @@ Socket option to specify whether the socket lingers
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.linger.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_stream_socket.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.basic_stream_socket.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html
index 2ab755cc75..03b79b0660 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="linger.html" title="basic_stream_socket::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_stream_socket::local_endpoint">basic_stream_socket::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1213037"></a>
+ <a class="indexterm" name="idp153749520"></a>
Get the local endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_stream_socket::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the local endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html
index 3338793e0f..52de167729 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::local_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_stream_socket::local_endpoint">
<link rel="prev" href="../local_endpoint.html" title="basic_stream_socket::local_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html
index 7a990827bb..941385e8d8 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::local_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local_endpoint.html" title="basic_stream_socket::local_endpoint">
<link rel="prev" href="overload1.html" title="basic_stream_socket::local_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.local_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html
index f4df0dd7e2..3ab399d91a 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="local_endpoint/overload2.html" title="basic_stream_socket::local_endpoint (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_stream_socket::lowest_layer">basic_stream_socket::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1213943"></a>
+ <a class="indexterm" name="idp153854608"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_stream_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html
index a2526426ca..f6a4d630de 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_stream_socket::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="basic_stream_socket::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html
index 2f2e9d91fa..a6288145c0 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="basic_stream_socket::lowest_layer">
<link rel="prev" href="overload1.html" title="basic_stream_socket::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html
index 82cbe04b1f..e4c30e9149 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_stream_socket::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1214325"></a>
+ <a class="indexterm" name="idp153897520"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -332,7 +332,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -424,6 +424,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-construct a basic_socket from another.
</p>
+ <p>
+ Move-construct a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -625,6 +629,10 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
<p>
Move-assign a basic_socket from another.
</p>
+ <p>
+ Move-assign a basic_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -667,7 +675,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -728,7 +736,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -813,7 +821,7 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</table></div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -869,31 +877,29 @@ A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.h6"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.basic_stream_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html b/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html
index d584793259..8e8c99c97d 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="lowest_layer_type.html" title="basic_stream_socket::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216530"></a>
+ <a class="indexterm" name="idp154147440"></a>
The maximum length of the queue of pending
incoming connections.
</p>
@@ -39,7 +39,7 @@ The maximum length of the queue of pending
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html b/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html
index 6ae4c61933..46414c2077 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="max_connections.html" title="basic_stream_socket::max_connections">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216613"></a>
+ <a class="indexterm" name="idp154157072"></a>
Specify that the data should not
be subject to routing.
</p>
@@ -39,7 +39,7 @@ Specify that the data should not
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html b/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html
index 9f15f42076..9822b1b149 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_do_not_route.html" title="basic_stream_socket::message_do_not_route">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216696"></a>
+ <a class="indexterm" name="idp154166704"></a>
Specifies that the data marks the
end of a record.
</p>
@@ -39,7 +39,7 @@ Specifies that the data marks the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html b/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html
index 20d5c83f0b..49655fb80f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_stream_socket::message_end_of_record">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216778"></a>
+ <a class="indexterm" name="idp154176128"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
@@ -38,18 +38,18 @@ Bitmask type for flags that can be passed
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.message_flags.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_stream_socket.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_stream_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html b/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html
index 7a966d5ed3..aac8706e15 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_flags.html" title="basic_stream_socket::message_flags">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216899"></a>
+ <a class="indexterm" name="idp154189552"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html b/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html
index 1c347b6004..e36446d4a0 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_out_of_band.html" title="basic_stream_socket::message_out_of_band">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1216981"></a>
+ <a class="indexterm" name="idp154199120"></a>
Peek at incoming data without removing it
from the input queue.
</p>
@@ -39,7 +39,7 @@ Peek at incoming data without removing it
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native.html b/doc/html/boost_asio/reference/basic_stream_socket/native.html
index 23722f8734..9b2d039162 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_peek.html" title="basic_stream_socket::message_peek">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1217063"></a>
+ <a class="indexterm" name="idp154208672"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html b/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html
index 499977c4ad..45c309a3ef 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="native.html" title="basic_stream_socket::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
- <a class="indexterm" name="id1217144"></a>
+ <a class="indexterm" name="idp154217920"></a>
Get the native socket representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native socket representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html b/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html
index 2b29b97007..b66c5d5a5c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="native_handle.html" title="basic_stream_socket::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_stream_socket.native_handle_type"></a><a class="link" href="native_handle_type.html" title="basic_stream_socket::native_handle_type">basic_stream_socket::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1217204"></a>
+ <a class="indexterm" name="idp154224560"></a>
The native representation of a socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">StreamSocketService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_stream_socket.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.basic_stream_socket.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html
index 2f83bf01fd..0534d1d9c5 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="native_handle_type.html" title="basic_stream_socket::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="basic_stream_socket::native_non_blocking">basic_stream_socket::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1217327"></a>
+ <a class="indexterm" name="idp154238016"></a>
Gets the non-blocking mode of the
native socket implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html
index bde9d109de..cb233370ed 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_stream_socket::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="basic_stream_socket::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the socket object. Consequently,
@@ -61,7 +61,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload1.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -138,7 +138,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html
index f33b44e969..9e58a6a2f7 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_stream_socket::native_non_blocking">
<link rel="prev" href="overload1.html" title="basic_stream_socket::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload2.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -153,7 +153,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html
index 59981c3916..8b1386ec6e 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="basic_stream_socket::native_non_blocking">
<link rel="prev" href="overload2.html" title="basic_stream_socket::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.native_non_blocking.overload3.example">Example</a>
</h6>
<p>
This function is intended to allow the encapsulation of arbitrary non-blocking
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native_type.html b/doc/html/boost_asio/reference/basic_stream_socket/native_type.html
index 792b539f49..5b8f6bff38 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/native_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="native_non_blocking/overload3.html" title="basic_stream_socket::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.native_type"></a><a class="link" href="native_type.html" title="basic_stream_socket::native_type">basic_stream_socket::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1222383"></a>
+ <a class="indexterm" name="idp154847104"></a>
(Deprecated: Use native_handle_type.) The
native representation of a socket.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.native_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_stream_socket.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.basic_stream_socket.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html
index a3c6311e50..f5344803a2 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="native_type.html" title="basic_stream_socket::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.non_blocking"></a><a class="link" href="non_blocking.html" title="basic_stream_socket::non_blocking">basic_stream_socket::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1222506"></a>
+ <a class="indexterm" name="idp154860736"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="basic_stream_socket::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html
index 3ffabf2dca..2042a413c0 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_stream_socket::non_blocking">
<link rel="prev" href="../non_blocking.html" title="basic_stream_socket::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html
index e14054afc8..d25cbb8404 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_stream_socket::non_blocking">
<link rel="prev" href="overload1.html" title="basic_stream_socket::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html
index 99b86ce156..f41420e979 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="basic_stream_socket::non_blocking">
<link rel="prev" href="overload2.html" title="basic_stream_socket::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the socket's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html
index abe40e1de6..61390c8674 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="non_blocking/overload3.html" title="basic_stream_socket::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1223853"></a>
+ <a class="indexterm" name="idp154984848"></a>
(Deprecated: Use non_blocking().) IO
control command to set the blocking mode of the socket.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_stream_socket.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_stream_socket.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_stream_socket.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.basic_stream_socket.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/open.html b/doc/html/boost_asio/reference/basic_stream_socket/open.html
index f56cdb5d1a..2871af08b3 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/open.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="non_blocking_io.html" title="basic_stream_socket::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.open"></a><a class="link" href="open.html" title="basic_stream_socket::open">basic_stream_socket::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1224145"></a>
+ <a class="indexterm" name="idp155019136"></a>
Open the socket using the specified protocol.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="open/overload1.html" title="basic_stream_socket::open (1 of 2 overloads)">open</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Open the socket using the specified protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html
index 3ab30ecf8c..dd510e196d 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_stream_socket::open">
<link rel="prev" href="../open.html" title="basic_stream_socket::open">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.open.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.open.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.open.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.open.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.open.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.open.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.open.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html
index 548be90ad9..562e3cadc1 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::open (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../open.html" title="basic_stream_socket::open">
<link rel="prev" href="overload1.html" title="basic_stream_socket::open (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.open.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.open.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.open.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.open.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying which protocol is to be used.
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.open.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.open.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.open.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.open.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span>
@@ -72,7 +72,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html
index 9fd9f78950..f9037ee76c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="open/overload2.html" title="basic_stream_socket::open (2 of 2 overloads)">
-<link rel="next" href="protocol_type.html" title="basic_stream_socket::protocol_type">
+<link rel="next" href="operator_eq_/overload1.html" title="basic_stream_socket::operator= (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,48 +20,35 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_stream_socket.operator_eq_"></a><a class="link" href="operator_eq_.html" title="basic_stream_socket::operator=">basic_stream_socket::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1225134"></a>
+ <a class="indexterm" name="idp155136128"></a>
Move-assign a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from another.
</p>
-<pre class="programlisting"><span class="identifier">basic_stream_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+<pre class="programlisting"><span class="identifier">basic_stream_socket</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="basic_stream_socket::operator= (1 of 2 overloads)">operator=</a><span class="special">(</span>
<span class="identifier">basic_stream_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload1.html" title="basic_stream_socket::operator= (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
- This assignment operator moves a stream socket from one object to another.
- </p>
-<h6>
-<a name="boost_asio.reference.basic_stream_socket.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_stream_socket.operator_eq_.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">other</span></dt>
-<dd><p>
- The other <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> object
- from which the move will occur.
- </p></dd>
-</dl>
-</div>
-<h6>
-<a name="boost_asio.reference.basic_stream_socket.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.basic_stream_socket.operator_eq_.remarks">Remarks</a>
- </h6>
-<p>
- Following the move, the moved-from object is in the same state as if constructed
- using the <code class="computeroutput"><span class="identifier">basic_stream_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ Move-assign a <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from a socket
+ of another protocol type.
</p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../StreamSocketService.html" title="Stream socket service requirements">StreamSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_stream_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload2.html" title="basic_stream_socket::operator= (2 of 2 overloads)">operator=</a><span class="special">(</span>
+ <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">StreamSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_stream_socket::operator= (2 of 2 overloads)">more...</a></em></span>
+</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -69,7 +56,7 @@ Move-assign a <a class="link" href="../basic_stream_socket.html" title="basic_st
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html
new file mode 100644
index 0000000000..4a4e4c014e
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_stream_socket::operator= (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_stream_socket::operator=">
+<link rel="prev" href="../operator_eq_.html" title="basic_stream_socket::operator=">
+<link rel="next" href="overload2.html" title="basic_stream_socket::operator= (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload1"></a><a class="link" href="overload1.html" title="basic_stream_socket::operator= (1 of 2 overloads)">basic_stream_socket::operator=
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from another.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_stream_socket</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_stream_socket</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a stream socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.operator_eq_.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.operator_eq_.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_stream_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html
new file mode 100644
index 0000000000..df98f37813
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html
@@ -0,0 +1,79 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_stream_socket::operator= (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../operator_eq_.html" title="basic_stream_socket::operator=">
+<link rel="prev" href="overload1.html" title="basic_stream_socket::operator= (1 of 2 overloads)">
+<link rel="next" href="../protocol_type.html" title="basic_stream_socket::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload2"></a><a class="link" href="overload2.html" title="basic_stream_socket::operator= (2 of 2 overloads)">basic_stream_socket::operator=
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Move-assign a <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> from a socket
+ of another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../StreamSocketService.html" title="Stream socket service requirements">StreamSocketService1</a><span class="special">&gt;</span>
+<span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span><span class="special">,</span> <span class="identifier">basic_stream_socket</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">StreamSocketService1</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+<p>
+ This assignment operator moves a stream socket from one object to another.
+ </p>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.operator_eq_.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">other</span></dt>
+<dd><p>
+ The other <a class="link" href="../../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> object
+ from which the move will occur.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.operator_eq_.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.operator_eq_.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Following the move, the moved-from object is in the same state as if
+ constructed using the <code class="computeroutput"><span class="identifier">basic_stream_socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&amp;)</span> <span class="identifier">constructor</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator_eq_.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../protocol_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html b/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html
index 1bde249d59..eafd3e07ec 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
-<link rel="prev" href="operator_eq_.html" title="basic_stream_socket::operator=">
+<link rel="prev" href="operator_eq_/overload2.html" title="basic_stream_socket::operator= (2 of 2 overloads)">
<link rel="next" href="read_some.html" title="basic_stream_socket::read_some">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_stream_socket.protocol_type"></a><a class="link" href="protocol_type.html" title="basic_stream_socket::protocol_type">basic_stream_socket::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1225361"></a>
+ <a class="indexterm" name="idp155240192"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_stream_socket.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.basic_stream_socket.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The protocol type.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_eq_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/read_some.html b/doc/html/boost_asio/reference/basic_stream_socket/read_some.html
index b8e0ffbb41..ff40cf97a6 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/read_some.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="protocol_type.html" title="basic_stream_socket::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.read_some"></a><a class="link" href="read_some.html" title="basic_stream_socket::read_some">basic_stream_socket::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1225473"></a>
+ <a class="indexterm" name="idp155252512"></a>
Read some data from the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Read some data from the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html
index 6f369b5f2c..28f70e64be 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="basic_stream_socket::read_some">
<link rel="prev" href="../read_some.html" title="basic_stream_socket::read_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.read_some.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html
index 09138f20d3..218d51179f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="basic_stream_socket::read_some">
<link rel="prev" href="overload1.html" title="basic_stream_socket::read_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.read_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.read_some.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive.html b/doc/html/boost_asio/reference/basic_stream_socket/receive.html
index 41c730696c..5109c741df 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="read_some/overload2.html" title="basic_stream_socket::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.receive"></a><a class="link" href="receive.html" title="basic_stream_socket::receive">basic_stream_socket::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1226499"></a>
+ <a class="indexterm" name="idp155370576"></a>
Receive some data on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -57,7 +57,7 @@ Receive some data on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html
index 9f5172d8bd..d697aa5aa8 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_stream_socket::receive">
<link rel="prev" href="../receive.html" title="basic_stream_socket::receive">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.receive.overload1.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html
index db5923d5b2..c728e76cb7 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_stream_socket::receive">
<link rel="prev" href="overload1.html" title="basic_stream_socket::receive (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -82,7 +82,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -92,7 +92,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload2.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.receive.overload2.example">Example</a>
</h6>
<p>
To receive into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -107,7 +107,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html
index 66d4a61813..5960dd6564 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../receive.html" title="basic_stream_socket::receive">
<link rel="prev" href="overload2.html" title="basic_stream_socket::receive (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be received.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.receive.overload3.remarks">Remarks</a>
</h6>
<p>
The receive operation may not receive all of the requested number of
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html b/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html
index 73bc6a6e9e..3993d1a25b 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="receive/overload3.html" title="basic_stream_socket::receive (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1228246"></a>
+ <a class="indexterm" name="idp155571712"></a>
Socket option for the receive buffer
size of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive buffer
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_stream_socket.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_stream_socket.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive buffer
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_stream_socket.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.basic_stream_socket.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html
index cf23ef1d00..37b221674a 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="receive_buffer_size.html" title="basic_stream_socket::receive_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1228731"></a>
+ <a class="indexterm" name="idp155628960"></a>
Socket option for the receive low
watermark.
</p>
@@ -41,7 +41,7 @@ Socket option for the receive low
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_stream_socket.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_stream_socket.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the receive low
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_stream_socket.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.basic_stream_socket.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html
index 6699b4d43e..d23f3311ef 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_stream_socket::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_stream_socket::remote_endpoint">basic_stream_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1229209"></a>
+ <a class="indexterm" name="idp155685248"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_stream_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the remote endpoint of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html
index 5460ea80aa..05ff795af2 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::remote_endpoint (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_stream_socket::remote_endpoint">
<link rel="prev" href="../remote_endpoint.html" title="basic_stream_socket::remote_endpoint">
@@ -40,7 +40,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html
index f19b5f99a2..52276cc195 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::remote_endpoint (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../remote_endpoint.html" title="basic_stream_socket::remote_endpoint">
<link rel="prev" href="overload1.html" title="basic_stream_socket::remote_endpoint (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,7 +63,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.remote_endpoint.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html b/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html
index 978029cf74..627ce0216f 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="remote_endpoint/overload2.html" title="basic_stream_socket::remote_endpoint (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1230121"></a>
+ <a class="indexterm" name="idp155791392"></a>
Socket option to allow the socket to be
bound to an address that is already in use.
</p>
@@ -41,7 +41,7 @@ Socket option to allow the socket to be
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_stream_socket.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_stream_socket.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option to allow the socket to be
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_stream_socket.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.basic_stream_socket.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send.html b/doc/html/boost_asio/reference/basic_stream_socket/send.html
index 1cace098c9..c701d197c9 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="reuse_address.html" title="basic_stream_socket::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.send"></a><a class="link" href="send.html" title="basic_stream_socket::send">basic_stream_socket::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1230596"></a>
+ <a class="indexterm" name="idp155847840"></a>
Send some data on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@ Send some data on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html
index 574b8910a2..2884644a27 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_stream_socket::send">
<link rel="prev" href="../send.html" title="basic_stream_socket::send">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.send.overload1.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html
index 8fd2002f7d..48db5fce91 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_stream_socket::send">
<link rel="prev" href="overload1.html" title="basic_stream_socket::send (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -91,7 +91,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload2.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.example">Example</a>
</h6>
<p>
To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -106,7 +106,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html b/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html
index 1949618766..f772156171 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../send.html" title="basic_stream_socket::send">
<link rel="prev" href="overload2.html" title="basic_stream_socket::send (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be sent on the socket.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_stream_socket.send.overload3.remarks">Remarks</a>
</h6>
<p>
The send operation may not transmit all of the data to the peer. Consider
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html b/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html
index 87b192b5ad..ed12db0751 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="send/overload3.html" title="basic_stream_socket::send (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1232245"></a>
+ <a class="indexterm" name="idp156037680"></a>
Socket option for the send buffer size
of a socket.
</p>
@@ -41,7 +41,7 @@ Socket option for the send buffer size
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_stream_socket.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_stream_socket.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -62,18 +62,18 @@ Socket option for the send buffer size
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_stream_socket.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.basic_stream_socket.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html b/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html
index 6322fccbe6..a5a5c3a57d 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_stream_socket::send_buffer_size">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1232689"></a>
+ <a class="indexterm" name="idp156095040"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_stream_socket.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_stream_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_stream_socket.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_stream_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/service.html b/doc/html/boost_asio/reference/basic_stream_socket/service.html
index ff42160551..edc2c83340 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/service.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="send_low_watermark.html" title="basic_stream_socket::send_low_watermark">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1233123"></a>
+ <a class="indexterm" name="idp156152384"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.service.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_stream_socket.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_stream_socket.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/service_type.html b/doc/html/boost_asio/reference/basic_stream_socket/service_type.html
index a49f721bbf..3092dda747 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/service_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="service.html" title="basic_stream_socket::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1233219"></a>
+ <a class="indexterm" name="idp156164960"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_stream_socket.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_stream_socket.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/set_option.html b/doc/html/boost_asio/reference/basic_stream_socket/set_option.html
index a122dbb81b..87d07a2970 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/set_option.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="service_type.html" title="basic_stream_socket::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.set_option"></a><a class="link" href="set_option.html" title="basic_stream_socket::set_option">basic_stream_socket::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1233319"></a>
+ <a class="indexterm" name="idp156177440"></a>
Set an option on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_option/overload1.html" title="basic_stream_socket::set_option (1 of 2 overloads)">set_option</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set an option on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html
index eb3b309c9a..cfc359f126 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::set_option (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_stream_socket::set_option">
<link rel="prev" href="../set_option.html" title="basic_stream_socket::set_option">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.set_option.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.set_option.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.set_option.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.set_option.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.set_option.overload1.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -82,7 +82,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html
index 05127afefd..55fa8ddb02 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::set_option (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_option.html" title="basic_stream_socket::set_option">
<link rel="prev" href="overload1.html" title="basic_stream_socket::set_option (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.set_option.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.set_option.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.set_option.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.set_option.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">option</span></dt>
<dd><p>
The new option value to be set on the socket.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.set_option.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.set_option.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.set_option.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.set_option.overload2.example">Example</a>
</h6>
<p>
Setting the IPPROTO_TCP/TCP_NODELAY option:
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html b/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html
index 0e61600c6c..ff0d9ba3ed 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="set_option/overload2.html" title="basic_stream_socket::set_option (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.shutdown"></a><a class="link" href="shutdown.html" title="basic_stream_socket::shutdown">basic_stream_socket::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1234305"></a>
+ <a class="indexterm" name="idp156307072"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="basic_stream_socket::shutdown (1 of 2 overloads)">shutdown</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html
index 8d2c73994f..47469cc3ca 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_stream_socket::shutdown">
<link rel="prev" href="../shutdown.html" title="basic_stream_socket::shutdown">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.shutdown.overload1.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html
index b52c564825..8f7ea348e0 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="basic_stream_socket::shutdown">
<link rel="prev" href="overload1.html" title="basic_stream_socket::shutdown (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">what</span></dt>
<dd><p>
Determines what types of operation will no longer be allowed.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.shutdown.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.shutdown.overload2.example">Example</a>
</h6>
<p>
Shutting down the send side of the socket:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html b/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html
index 6dc3166fe5..0110abda9c 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="shutdown/overload2.html" title="basic_stream_socket::shutdown (2 of 2 overloads)">
@@ -30,23 +30,23 @@
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1235181"></a>
+ <a class="indexterm" name="idp156421392"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1235207"></a>
- <a class="indexterm" name="id1235216"></a>
- <a class="indexterm" name="id1235224"></a>
+ <a class="indexterm" name="idp156424928"></a>
+ <a class="indexterm" name="idp156426032"></a>
+ <a class="indexterm" name="idp156427136"></a>
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_stream_socket.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.basic_stream_socket.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -64,7 +64,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/write_some.html b/doc/html/boost_asio/reference/basic_stream_socket/write_some.html
index aab23d888c..e6d3cd7560 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/write_some.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="shutdown_type.html" title="basic_stream_socket::shutdown_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_stream_socket.write_some"></a><a class="link" href="write_some.html" title="basic_stream_socket::write_some">basic_stream_socket::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1235320"></a>
+ <a class="indexterm" name="idp156438992"></a>
Write some data to the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Write some data to the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html b/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html
index 60c6330beb..94bdd56516 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="basic_stream_socket::write_some">
<link rel="prev" href="../write_some.html" title="basic_stream_socket::write_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the socket.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_stream_socket.write_some.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html
index f0f8c8a8b8..6328745fab 100644
--- a/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="basic_stream_socket::write_some">
<link rel="prev" href="overload1.html" title="basic_stream_socket::write_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the socket.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_stream_socket.write_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.write_some.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf.html b/doc/html/boost_asio/reference/basic_streambuf.html
index 2906a86abb..ae66181eb6 100644
--- a/doc/html/boost_asio/reference/basic_streambuf.html
+++ b/doc/html/boost_asio/reference/basic_streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_stream_socket/write_some/overload2.html" title="basic_stream_socket::write_some (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_streambuf.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.types"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.types"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_streambuf.h1"></a>
- <span><a name="boost_asio.reference.basic_streambuf.member_functions"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.member_functions"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -193,7 +193,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_streambuf.h2"></a>
- <span><a name="boost_asio.reference.basic_streambuf.protected_member_functions"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.protected_member_functions"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -263,7 +263,7 @@
The <code class="computeroutput"><span class="identifier">basic_streambuf</span></code> class's
public interface is intended to permit the following implementation strategies:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A single contiguous character array, which is reallocated as necessary
to accommodate changes in the size of the character sequence. This is
@@ -301,7 +301,7 @@
</p>
<h5>
<a name="boost_asio.reference.basic_streambuf.h3"></a>
- <span><a name="boost_asio.reference.basic_streambuf.examples"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.examples"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.examples">Examples</a>
</h5>
<p>
Writing directly from an streambuf to a socket:
@@ -334,18 +334,18 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_streambuf.h4"></a>
- <span><a name="boost_asio.reference.basic_streambuf.requirements"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.requirements"></a></span><a class="link" href="basic_streambuf.html#boost_asio.reference.basic_streambuf.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html b/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html
index adc947eb4f..3f8aea5dcb 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::basic_streambuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="../basic_streambuf.html" title="basic_streambuf">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.basic_streambuf"></a><a class="link" href="basic_streambuf.html" title="basic_streambuf::basic_streambuf">basic_streambuf::basic_streambuf</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1237503"></a>
+ <a class="indexterm" name="idp156722080"></a>
Construct a <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> object.
</p>
<pre class="programlisting"><span class="identifier">basic_streambuf</span><span class="special">(</span>
@@ -41,7 +41,7 @@ Construct a <a class="link" href="../basic_streambuf.html" title="basic_streambu
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/commit.html b/doc/html/boost_asio/reference/basic_streambuf/commit.html
index 959021ca20..d9e74404ed 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/commit.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/commit.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::commit</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="basic_streambuf.html" title="basic_streambuf::basic_streambuf">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.commit"></a><a class="link" href="commit.html" title="basic_streambuf::commit">basic_streambuf::commit</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1237666"></a>
+ <a class="indexterm" name="idp156743712"></a>
Move characters from the output sequence to the input
sequence.
</p>
@@ -48,22 +48,17 @@ Move characters from the output sequence to the input
</p>
<h6>
<a name="boost_asio.reference.basic_streambuf.commit.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.commit.exceptions"></a></span><a class="link" href="commit.html#boost_asio.reference.basic_streambuf.commit.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.commit.remarks"></a></span><a class="link" href="commit.html#boost_asio.reference.basic_streambuf.commit.remarks">Remarks</a>
</h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">std::length_error</span></dt>
-<dd><p>
- If <code class="computeroutput"><span class="identifier">n</span></code> is greater than
- the size of the output sequence.
- </p></dd>
-</dl>
-</div>
+<p>
+ If <code class="computeroutput"><span class="identifier">n</span></code> is greater than the
+ size of the output sequence, the entire output sequence is moved to the
+ input sequence and no error is issued.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html b/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html
index bed0c1ee7d..104556c725 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::const_buffers_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="commit.html" title="basic_streambuf::commit">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.const_buffers_type"></a><a class="link" href="const_buffers_type.html" title="basic_streambuf::const_buffers_type">basic_streambuf::const_buffers_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1237849"></a>
+ <a class="indexterm" name="idp156766448"></a>
The type used to represent the input sequence
as a list of buffers.
</p>
@@ -35,18 +35,18 @@ The type used to represent the input sequence
</pre>
<h6>
<a name="boost_asio.reference.basic_streambuf.const_buffers_type.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.const_buffers_type.requirements"></a></span><a class="link" href="const_buffers_type.html#boost_asio.reference.basic_streambuf.const_buffers_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.const_buffers_type.requirements"></a></span><a class="link" href="const_buffers_type.html#boost_asio.reference.basic_streambuf.const_buffers_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/consume.html b/doc/html/boost_asio/reference/basic_streambuf/consume.html
index 8b30a6bc2e..5456c95297 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/consume.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/consume.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::consume</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="const_buffers_type.html" title="basic_streambuf::const_buffers_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.consume"></a><a class="link" href="consume.html" title="basic_streambuf::consume">basic_streambuf::consume</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1237947"></a>
+ <a class="indexterm" name="idp156778976"></a>
Remove characters from the input sequence.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">consume</span><span class="special">(</span>
@@ -39,22 +39,17 @@ Remove characters from the input sequence.
</p>
<h6>
<a name="boost_asio.reference.basic_streambuf.consume.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.consume.exceptions"></a></span><a class="link" href="consume.html#boost_asio.reference.basic_streambuf.consume.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.consume.remarks"></a></span><a class="link" href="consume.html#boost_asio.reference.basic_streambuf.consume.remarks">Remarks</a>
</h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">std::length_error</span></dt>
-<dd><p>
- If <code class="computeroutput"><span class="identifier">n</span> <span class="special">&gt;</span>
- <span class="identifier">size</span><span class="special">()</span></code>.
- </p></dd>
-</dl>
-</div>
+<p>
+ If <code class="computeroutput"><span class="identifier">n</span></code> is greater than the
+ size of the input sequence, the entire input sequence is consumed and no
+ error is issued.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/data.html b/doc/html/boost_asio/reference/basic_streambuf/data.html
index f168890ec6..17417b9ebf 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/data.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/data.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::data</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="consume.html" title="basic_streambuf::consume">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_streambuf.data"></a><a class="link" href="data.html" title="basic_streambuf::data">basic_streambuf::data</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238088"></a>
+ <a class="indexterm" name="idp156794192"></a>
Get a list of buffers that represents the input sequence.
</p>
<pre class="programlisting"><span class="identifier">const_buffers_type</span> <span class="identifier">data</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_streambuf.data.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.data.return_value"></a></span><a class="link" href="data.html#boost_asio.reference.basic_streambuf.data.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.data.return_value"></a></span><a class="link" href="data.html#boost_asio.reference.basic_streambuf.data.return_value">Return
Value</a>
</h6>
<p>
@@ -44,7 +44,7 @@ Get a list of buffers that represents the input sequence.
</p>
<h6>
<a name="boost_asio.reference.basic_streambuf.data.h1"></a>
- <span><a name="boost_asio.reference.basic_streambuf.data.remarks"></a></span><a class="link" href="data.html#boost_asio.reference.basic_streambuf.data.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.data.remarks"></a></span><a class="link" href="data.html#boost_asio.reference.basic_streambuf.data.remarks">Remarks</a>
</h6>
<p>
The returned object is invalidated by any <code class="computeroutput"><span class="identifier">basic_streambuf</span></code>
@@ -53,7 +53,7 @@ Get a list of buffers that represents the input sequence.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/max_size.html b/doc/html/boost_asio/reference/basic_streambuf/max_size.html
index c08a210522..98159c44ae 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/max_size.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/max_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::max_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="data.html" title="basic_streambuf::data">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_streambuf.max_size"></a><a class="link" href="max_size.html" title="basic_streambuf::max_size">basic_streambuf::max_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238212"></a>
+ <a class="indexterm" name="idp156810624"></a>
Get the maximum size of the <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a>.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">max_size</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_streambuf.max_size.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.max_size.return_value"></a></span><a class="link" href="max_size.html#boost_asio.reference.basic_streambuf.max_size.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.max_size.return_value"></a></span><a class="link" href="max_size.html#boost_asio.reference.basic_streambuf.max_size.return_value">Return
Value</a>
</h6>
<p>
@@ -44,7 +44,7 @@ Get the maximum size of the <a class="link" href="../basic_streambuf.html" title
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html b/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html
index d1a87a8f2e..6d5c737c25 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::mutable_buffers_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="max_size.html" title="basic_streambuf::max_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.mutable_buffers_type"></a><a class="link" href="mutable_buffers_type.html" title="basic_streambuf::mutable_buffers_type">basic_streambuf::mutable_buffers_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238313"></a>
+ <a class="indexterm" name="idp156824160"></a>
The type used to represent the output
sequence as a list of buffers.
</p>
@@ -35,18 +35,18 @@ The type used to represent the output
</pre>
<h6>
<a name="boost_asio.reference.basic_streambuf.mutable_buffers_type.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.mutable_buffers_type.requirements"></a></span><a class="link" href="mutable_buffers_type.html#boost_asio.reference.basic_streambuf.mutable_buffers_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.mutable_buffers_type.requirements"></a></span><a class="link" href="mutable_buffers_type.html#boost_asio.reference.basic_streambuf.mutable_buffers_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/overflow.html b/doc/html/boost_asio/reference/basic_streambuf/overflow.html
index 14b3b255fd..a2f04ff33f 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/overflow.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/overflow.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::overflow</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="mutable_buffers_type.html" title="basic_streambuf::mutable_buffers_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.overflow"></a><a class="link" href="overflow.html" title="basic_streambuf::overflow">basic_streambuf::overflow</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238412"></a>
+ <a class="indexterm" name="idp156836672"></a>
Override std::streambuf behaviour.
</p>
<pre class="programlisting"><span class="identifier">int_type</span> <span class="identifier">overflow</span><span class="special">(</span>
@@ -40,7 +40,7 @@ Override std::streambuf behaviour.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/prepare.html b/doc/html/boost_asio/reference/basic_streambuf/prepare.html
index a7adaf3f00..270c17e393 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/prepare.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/prepare.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::prepare</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="overflow.html" title="basic_streambuf::overflow">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.prepare"></a><a class="link" href="prepare.html" title="basic_streambuf::prepare">basic_streambuf::prepare</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238547"></a>
+ <a class="indexterm" name="idp156855056"></a>
Get a list of buffers that represents the output
sequence, with the given size.
</p>
@@ -40,7 +40,7 @@ Get a list of buffers that represents the output
</p>
<h6>
<a name="boost_asio.reference.basic_streambuf.prepare.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.prepare.return_value"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.prepare.return_value"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.return_value">Return
Value</a>
</h6>
<p>
@@ -51,11 +51,11 @@ Get a list of buffers that represents the output
</p>
<h6>
<a name="boost_asio.reference.basic_streambuf.prepare.h1"></a>
- <span><a name="boost_asio.reference.basic_streambuf.prepare.exceptions"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.prepare.exceptions"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">std::length_error</span></dt>
<dd><p>
If <code class="computeroutput"><span class="identifier">size</span><span class="special">()</span>
@@ -66,7 +66,7 @@ Get a list of buffers that represents the output
</div>
<h6>
<a name="boost_asio.reference.basic_streambuf.prepare.h2"></a>
- <span><a name="boost_asio.reference.basic_streambuf.prepare.remarks"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.prepare.remarks"></a></span><a class="link" href="prepare.html#boost_asio.reference.basic_streambuf.prepare.remarks">Remarks</a>
</h6>
<p>
The returned object is invalidated by any <code class="computeroutput"><span class="identifier">basic_streambuf</span></code>
@@ -75,7 +75,7 @@ Get a list of buffers that represents the output
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/reserve.html b/doc/html/boost_asio/reference/basic_streambuf/reserve.html
index c477709538..19253756c6 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/reserve.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/reserve.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::reserve</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="prepare.html" title="basic_streambuf::prepare">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.reserve"></a><a class="link" href="reserve.html" title="basic_streambuf::reserve">basic_streambuf::reserve</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238782"></a>
+ <a class="indexterm" name="idp156886432"></a>
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">reserve</span><span class="special">(</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">n</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/size.html b/doc/html/boost_asio/reference/basic_streambuf/size.html
index f3f6281a75..74f5ca10dd 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/size.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="reserve.html" title="basic_streambuf::reserve">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.basic_streambuf.size"></a><a class="link" href="size.html" title="basic_streambuf::size">basic_streambuf::size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1238848"></a>
+ <a class="indexterm" name="idp156895296"></a>
Get the size of the input sequence.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_streambuf.size.h0"></a>
- <span><a name="boost_asio.reference.basic_streambuf.size.return_value"></a></span><a class="link" href="size.html#boost_asio.reference.basic_streambuf.size.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_streambuf.size.return_value"></a></span><a class="link" href="size.html#boost_asio.reference.basic_streambuf.size.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the size of the input sequence.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_streambuf/underflow.html b/doc/html/boost_asio/reference/basic_streambuf/underflow.html
index 5921ce39ca..6d2c746576 100644
--- a/doc/html/boost_asio/reference/basic_streambuf/underflow.html
+++ b/doc/html/boost_asio/reference/basic_streambuf/underflow.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_streambuf::underflow</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_streambuf.html" title="basic_streambuf">
<link rel="prev" href="size.html" title="basic_streambuf::size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_streambuf.underflow"></a><a class="link" href="underflow.html" title="basic_streambuf::underflow">basic_streambuf::underflow</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1239133"></a>
+ <a class="indexterm" name="idp156933232"></a>
Override std::streambuf behaviour.
</p>
<pre class="programlisting"><span class="identifier">int_type</span> <span class="identifier">underflow</span><span class="special">();</span>
@@ -38,7 +38,7 @@ Override std::streambuf behaviour.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer.html b/doc/html/boost_asio/reference/basic_waitable_timer.html
index 16c60109da..0e95c81601 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="basic_streambuf/underflow.html" title="basic_streambuf::underflow">
@@ -38,7 +38,7 @@
</pre>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.types"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.types"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -134,7 +134,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.member_functions"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.member_functions"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -267,7 +267,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.protected_member_functions"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.protected_member_functions"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -316,7 +316,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h3"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.protected_data_members"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.protected_data_members"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -376,11 +376,11 @@
the wait operation will complete immediately.
</p>
<p>
- Most applications will use the boost::asio::waitable_timer typedef.
+ Most applications will use one of the <a class="link" href="steady_timer.html" title="steady_timer"><code class="computeroutput"><span class="identifier">steady_timer</span></code></a>, <a class="link" href="system_timer.html" title="system_timer"><code class="computeroutput"><span class="identifier">system_timer</span></code></a> or <a class="link" href="high_resolution_timer.html" title="high_resolution_timer"><code class="computeroutput"><span class="identifier">high_resolution_timer</span></code></a> typedefs.
</p>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h4"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.remarks"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.remarks"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.remarks">Remarks</a>
</h5>
<p>
This waitable timer functionality is for use with the C++11 standard library's
@@ -388,35 +388,33 @@
</p>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h5"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.thread_safety"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.thread_safety"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h6"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.examples"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.examples"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.examples">Examples</a>
</h5>
<p>
- Performing a blocking wait:
+ Performing a blocking wait (C++11):
</p>
<pre class="programlisting"><span class="comment">// Construct a timer without setting an expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="comment">// Set an expiry time relative to now.</span>
-<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
+<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
<span class="comment">// Wait for the timer to expire.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">wait</span><span class="special">();</span>
</pre>
<p>
- Performing an asynchronous wait:
+ Performing an asynchronous wait (C++11):
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -429,16 +427,16 @@
<span class="special">...</span>
<span class="comment">// Construct a timer with an absolute expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">time_from_string</span><span class="special">(</span><span class="string">"2005-12-07 23:59:59.000"</span><span class="special">));</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">()</span> <span class="special">+</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">60</span><span class="special">));</span>
<span class="comment">// Start an asynchronous wait.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">async_wait</span><span class="special">(</span><span class="identifier">handler</span><span class="special">);</span>
</pre>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h7"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
- an active waitable_timer's expiry time</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
+ an active waitable timer's expiry time</a>
</h5>
<p>
Changing the expiry time of a timer while there are pending asynchronous
@@ -467,7 +465,7 @@
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_waitable_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -482,18 +480,18 @@
</ul></div>
<h5>
<a name="boost_asio.reference.basic_waitable_timer.h8"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.requirements"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.requirements"></a></span><a class="link" href="basic_waitable_timer.html#boost_asio.reference.basic_waitable_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html b/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html
index 5c81076df7..cfbdec3e62 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="../basic_waitable_timer.html" title="basic_waitable_timer">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.basic_waitable_timer.async_wait"></a><a class="link" href="async_wait.html" title="basic_waitable_timer::async_wait">basic_waitable_timer::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1241360"></a>
+ <a class="indexterm" name="idp157195296"></a>
Start an asynchronous wait on the timer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -43,7 +43,7 @@ Start an asynchronous wait on the timer.
For each call to <code class="computeroutput"><span class="identifier">async_wait</span><span class="special">()</span></code>, the supplied handler will be called
exactly once. The handler will be called when:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The timer has expired.
</li>
@@ -54,11 +54,11 @@ Start an asynchronous wait on the timer.
</ul></div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.async_wait.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_waitable_timer.async_wait.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.basic_waitable_timer.async_wait.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -82,7 +82,7 @@ Start an asynchronous wait on the timer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html
index 3f5624dee2..7f0a8b22cc 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::basic_waitable_timer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="async_wait.html" title="basic_waitable_timer::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer"></a><a class="link" href="basic_waitable_timer.html" title="basic_waitable_timer::basic_waitable_timer">basic_waitable_timer::basic_waitable_timer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1241674"></a>
+ <a class="indexterm" name="idp157235792"></a>
Constructor.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_waitable_timer/overload1.html" title="basic_waitable_timer::basic_waitable_timer (1 of 3 overloads)">basic_waitable_timer</a><span class="special">(</span>
@@ -53,7 +53,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html
index e1094fd815..564c34a237 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::basic_waitable_timer (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer::basic_waitable_timer">
<link rel="prev" href="../basic_waitable_timer.html" title="basic_waitable_timer::basic_waitable_timer">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html
index 2707bdd292..2fd708eac3 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::basic_waitable_timer (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer::basic_waitable_timer">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::basic_waitable_timer (1 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html
index f0ede232c5..2f19042a0f 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::basic_waitable_timer (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer::basic_waitable_timer">
<link rel="prev" href="overload2.html" title="basic_waitable_timer::basic_waitable_timer (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.basic_waitable_timer.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html
index afcdad80d7..91bfb22e59 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="basic_waitable_timer/overload3.html" title="basic_waitable_timer::basic_waitable_timer (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.cancel"></a><a class="link" href="cancel.html" title="basic_waitable_timer::cancel">basic_waitable_timer::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1242544"></a>
+ <a class="indexterm" name="idp157336416"></a>
Cancel any asynchronous operations that are waiting
on the timer.
</p>
@@ -41,7 +41,7 @@ Cancel any asynchronous operations that are waiting
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html
index ee220671d6..1342a218af 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_waitable_timer::cancel">
<link rel="prev" href="../cancel.html" title="basic_waitable_timer::cancel">
@@ -43,7 +43,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -51,11 +51,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,13 +64,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel.overload1.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html
index c92ff854e1..db1292ad1f 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="basic_waitable_timer::cancel">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::cancel (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,13 +65,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html
index 7ca6219206..fe2c38e7d8 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="cancel/overload2.html" title="basic_waitable_timer::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.cancel_one"></a><a class="link" href="cancel_one.html" title="basic_waitable_timer::cancel_one">basic_waitable_timer::cancel_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1243239"></a>
+ <a class="indexterm" name="idp157415344"></a>
Cancels one asynchronous operation that is
waiting on the timer.
</p>
@@ -41,7 +41,7 @@ Cancels one asynchronous operation that is
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html
index 2a3442f513..6a5372c6f1 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel_one (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel_one.html" title="basic_waitable_timer::cancel_one">
<link rel="prev" href="../cancel_one.html" title="basic_waitable_timer::cancel_one">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -51,11 +51,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -64,13 +64,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload1.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel_one</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html
index 24677ce768..f18607aa29 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::cancel_one (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel_one.html" title="basic_waitable_timer::cancel_one">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::cancel_one (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,13 +65,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.cancel_one.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.cancel_one.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">cancel_one</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html b/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html
index 3e55c072ff..e6d176f8a6 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::clock_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="cancel_one/overload2.html" title="basic_waitable_timer::cancel_one (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_waitable_timer.clock_type"></a><a class="link" href="clock_type.html" title="basic_waitable_timer::clock_type">basic_waitable_timer::clock_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1243940"></a>
+ <a class="indexterm" name="idp157494672"></a>
The clock type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Clock</span> <span class="identifier">clock_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.clock_type.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.clock_type.requirements"></a></span><a class="link" href="clock_type.html#boost_asio.reference.basic_waitable_timer.clock_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.clock_type.requirements"></a></span><a class="link" href="clock_type.html#boost_asio.reference.basic_waitable_timer.clock_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/duration.html b/doc/html/boost_asio/reference/basic_waitable_timer/duration.html
index 2d741ebcd3..0b5ef506a5 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/duration.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/duration.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::duration</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="clock_type.html" title="basic_waitable_timer::clock_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_waitable_timer.duration"></a><a class="link" href="duration.html" title="basic_waitable_timer::duration">basic_waitable_timer::duration</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1244051"></a>
+ <a class="indexterm" name="idp157507024"></a>
The duration type of the clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">clock_type</span><span class="special">::</span><span class="identifier">duration</span> <span class="identifier">duration</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.duration.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.duration.requirements"></a></span><a class="link" href="duration.html#boost_asio.reference.basic_waitable_timer.duration.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.duration.requirements"></a></span><a class="link" href="duration.html#boost_asio.reference.basic_waitable_timer.duration.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html
index a5debd0589..6cec67dde5 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="duration.html" title="basic_waitable_timer::duration">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.expires_at"></a><a class="link" href="expires_at.html" title="basic_waitable_timer::expires_at">basic_waitable_timer::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1244171"></a>
+ <a class="indexterm" name="idp157520480"></a>
Get the timer's expiry time as an absolute
time.
</p>
@@ -49,7 +49,7 @@ Get the timer's expiry time as an absolute
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html
index 27a66ca591..95d69286b8 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_at (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_waitable_timer::expires_at">
<link rel="prev" href="../expires_at.html" title="basic_waitable_timer::expires_at">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html
index 5eb8937ed9..212fd64d0a 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_at (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_waitable_timer::expires_at">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::expires_at (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,13 +74,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_at.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_at</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -95,7 +95,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html
index 41a8fd811c..488319b19b 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_at (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="basic_waitable_timer::expires_at">
<link rel="prev" href="overload2.html" title="basic_waitable_timer::expires_at (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -66,13 +66,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_at.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_at.overload3.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_at</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html
index dcd597d52e..07c509dac2 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="expires_at/overload3.html" title="basic_waitable_timer::expires_at (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now"></a><a class="link" href="expires_from_now.html" title="basic_waitable_timer::expires_from_now">basic_waitable_timer::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1245136"></a>
+ <a class="indexterm" name="idp157631312"></a>
Get the timer's expiry time relative
to now.
</p>
@@ -49,7 +49,7 @@ Get the timer's expiry time relative
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html
index f7d4ec5a3f..7f58dabeae 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_from_now (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_waitable_timer::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="basic_waitable_timer::expires_from_now">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html
index 3e9a8fe301..b4486fbc78 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_from_now (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_waitable_timer::expires_from_now">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::expires_from_now (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,13 +74,13 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.h3"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload2.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_from_now</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -95,7 +95,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html
index c1d9433d14..5e9433bd23 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::expires_from_now (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="basic_waitable_timer::expires_from_now">
<link rel="prev" href="overload2.html" title="basic_waitable_timer::expires_from_now (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.h1"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -66,13 +66,13 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.h2"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_waitable_timer.expires_from_now.overload3.remarks">Remarks</a>
</h6>
<p>
If the timer has already expired when <code class="computeroutput"><span class="identifier">expires_from_now</span><span class="special">()</span></code> is called, then the handlers for asynchronous
wait operations will:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
have already been invoked; or
</li>
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html
index b29017e768..526ae0f415 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="expires_from_now/overload3.html" title="basic_waitable_timer::expires_from_now (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.get_implementation"></a><a class="link" href="get_implementation.html" title="basic_waitable_timer::get_implementation">basic_waitable_timer::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1246113"></a>
+ <a class="indexterm" name="idp157742528"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html
index c49bb296ee..f5b3bf6cca 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_waitable_timer::get_implementation">
<link rel="prev" href="../get_implementation.html" title="basic_waitable_timer::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html
index 0f31e8fb13..13e8c704ee 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="basic_waitable_timer::get_implementation">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html
index c9cc09c3ca..813551a8ec 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="get_implementation/overload2.html" title="basic_waitable_timer::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1246378"></a>
+ <a class="indexterm" name="idp157772800"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_waitable_timer.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.basic_waitable_timer.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html
index b9ee06df75..ebe6c93df7 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="get_io_service.html" title="basic_waitable_timer::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.get_service"></a><a class="link" href="get_service.html" title="basic_waitable_timer::get_service">basic_waitable_timer::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1246538"></a>
+ <a class="indexterm" name="idp157791072"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html
index 35eff3d3cb..85b03acb79 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_waitable_timer::get_service">
<link rel="prev" href="../get_service.html" title="basic_waitable_timer::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html
index 73137e88a5..85c5a151a9 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="basic_waitable_timer::get_service">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html b/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html
index 47f3a0dbd4..bba8a5fec2 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="get_service/overload2.html" title="basic_waitable_timer::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1246796"></a>
+ <a class="indexterm" name="idp157821072"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html b/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html
index 027d76ac49..d1e3977806 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="implementation.html" title="basic_waitable_timer::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1246871"></a>
+ <a class="indexterm" name="idp157829808"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_waitable_timer.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_waitable_timer.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/service.html b/doc/html/boost_asio/reference/basic_waitable_timer/service.html
index a166df9d18..ad5f2f611d 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/service.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="implementation_type.html" title="basic_waitable_timer::implementation_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1247000"></a>
+ <a class="indexterm" name="idp157844064"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.service.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_waitable_timer.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_waitable_timer.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html b/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html
index 3fd763bea4..09d78f35d1 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="service.html" title="basic_waitable_timer::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1247110"></a>
+ <a class="indexterm" name="idp157856704"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.service_type.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_waitable_timer.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.basic_waitable_timer.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html b/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html
index e426316eb5..09770a2a5b 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::time_point</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="service_type.html" title="basic_waitable_timer::service_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_waitable_timer.time_point"></a><a class="link" href="time_point.html" title="basic_waitable_timer::time_point">basic_waitable_timer::time_point</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1247223"></a>
+ <a class="indexterm" name="idp157869248"></a>
The time point type of the clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">clock_type</span><span class="special">::</span><span class="identifier">time_point</span> <span class="identifier">time_point</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.time_point.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.time_point.requirements"></a></span><a class="link" href="time_point.html#boost_asio.reference.basic_waitable_timer.time_point.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.time_point.requirements"></a></span><a class="link" href="time_point.html#boost_asio.reference.basic_waitable_timer.time_point.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html b/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html
index 3e6a54999a..c787d6cd6c 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::traits_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="time_point.html" title="basic_waitable_timer::time_point">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.basic_waitable_timer.traits_type"></a><a class="link" href="traits_type.html" title="basic_waitable_timer::traits_type">basic_waitable_timer::traits_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1247344"></a>
+ <a class="indexterm" name="idp157882592"></a>
The wait traits type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">WaitTraits</span> <span class="identifier">traits_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.traits_type.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.basic_waitable_timer.traits_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.basic_waitable_timer.traits_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_waitable_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/wait.html b/doc/html/boost_asio/reference/basic_waitable_timer/wait.html
index 68a8902270..4caf64d4f8 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/wait.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_waitable_timer.html" title="basic_waitable_timer">
<link rel="prev" href="traits_type.html" title="basic_waitable_timer::traits_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.basic_waitable_timer.wait"></a><a class="link" href="wait.html" title="basic_waitable_timer::wait">basic_waitable_timer::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1247455"></a>
+ <a class="indexterm" name="idp157894912"></a>
Perform a blocking wait on the timer.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="wait/overload1.html" title="basic_waitable_timer::wait (1 of 2 overloads)">wait</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Perform a blocking wait on the timer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html b/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html
index 21f3d53bad..5fe8bf017b 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::wait (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="basic_waitable_timer::wait">
<link rel="prev" href="../wait.html" title="basic_waitable_timer::wait">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.wait.overload1.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.wait.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_waitable_timer.wait.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html b/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html
index a7ed29fc24..b8f10096db 100644
--- a/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html
+++ b/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_waitable_timer::wait (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="basic_waitable_timer::wait">
<link rel="prev" href="overload1.html" title="basic_waitable_timer::wait (1 of 2 overloads)">
-<link rel="next" href="../../buffer.html" title="buffer">
+<link rel="next" href="../../basic_yield_context.html" title="basic_yield_context">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../wait.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../buffer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../wait.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../basic_yield_context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.basic_waitable_timer.wait.overload2.h0"></a>
- <span><a name="boost_asio.reference.basic_waitable_timer.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.wait.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.basic_waitable_timer.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_waitable_timer.wait.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -61,7 +61,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../wait.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../buffer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../wait.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../basic_yield_context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/basic_yield_context.html b/doc/html/boost_asio/reference/basic_yield_context.html
new file mode 100644
index 0000000000..7de7bc25d5
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_yield_context.html
@@ -0,0 +1,175 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_yield_context</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="basic_waitable_timer/wait/overload2.html" title="basic_waitable_timer::wait (2 of 2 overloads)">
+<link rel="next" href="basic_yield_context/basic_yield_context.html" title="basic_yield_context::basic_yield_context">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_waitable_timer/wait/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_yield_context/basic_yield_context.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.basic_yield_context"></a><a class="link" href="basic_yield_context.html" title="basic_yield_context">basic_yield_context</a>
+</h3></div></div></div>
+<p>
+ Context object the represents the currently executing coroutine.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Handler.html" title="Handlers">Handler</a><span class="special">&gt;</span>
+<span class="keyword">class</span> <span class="identifier">basic_yield_context</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.basic_yield_context.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_yield_context.types"></a></span><a class="link" href="basic_yield_context.html#boost_asio.reference.basic_yield_context.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/callee_type.html" title="basic_yield_context::callee_type"><span class="bold"><strong>callee_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The coroutine callee type, used by the implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/caller_type.html" title="basic_yield_context::caller_type"><span class="bold"><strong>caller_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The coroutine caller type, used by the implementation.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.basic_yield_context.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_yield_context.member_functions"></a></span><a class="link" href="basic_yield_context.html#boost_asio.reference.basic_yield_context.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/basic_yield_context.html" title="basic_yield_context::basic_yield_context"><span class="bold"><strong>basic_yield_context</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a yield context to represent the specified coroutine.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/operator_lb__rb_.html" title="basic_yield_context::operator[]"><span class="bold"><strong>operator[]</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Return a yield context that sets the specified error_code.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="basic_yield_context.html" title="basic_yield_context"><code class="computeroutput"><span class="identifier">basic_yield_context</span></code></a> class is used
+ to represent the currently executing stackful coroutine. A <a class="link" href="basic_yield_context.html" title="basic_yield_context"><code class="computeroutput"><span class="identifier">basic_yield_context</span></code></a> may be passed
+ as a handler to an asynchronous operation. For example:
+ </p>
+<pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Handler</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">my_coroutine</span><span class="special">(</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">n</span> <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">buffer</span><span class="special">,</span> <span class="identifier">yield</span><span class="special">);</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ The initiating function (async_read_some in the above example) suspends the
+ current coroutine. The coroutine is resumed when the asynchronous operation
+ completes, and the result of the operation is returned.
+ </p>
+<h5>
+<a name="boost_asio.reference.basic_yield_context.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_yield_context.requirements"></a></span><a class="link" href="basic_yield_context.html#boost_asio.reference.basic_yield_context.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/spawn.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_waitable_timer/wait/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_yield_context/basic_yield_context.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html b/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html
new file mode 100644
index 0000000000..425e0e9c53
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_yield_context::basic_yield_context</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_yield_context.html" title="basic_yield_context">
+<link rel="prev" href="../basic_yield_context.html" title="basic_yield_context">
+<link rel="next" href="callee_type.html" title="basic_yield_context::callee_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="callee_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.basic_yield_context.basic_yield_context"></a><a class="link" href="basic_yield_context.html" title="basic_yield_context::basic_yield_context">basic_yield_context::basic_yield_context</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp158001776"></a>
+Construct a yield context to represent
+ the specified coroutine.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_yield_context</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">detail</span><span class="special">::</span><span class="identifier">weak_ptr</span><span class="special">&lt;</span> <span class="identifier">callee_type</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">coro</span><span class="special">,</span>
+ <span class="identifier">caller_type</span> <span class="special">&amp;</span> <span class="identifier">ca</span><span class="special">,</span>
+ <span class="identifier">Handler</span> <span class="special">&amp;</span> <span class="identifier">handler</span><span class="special">);</span>
+</pre>
+<p>
+ Most applications do not need to use this constructor. Instead, the <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code>
+ function passes a yield context as an argument to the coroutine function.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="callee_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_yield_context/callee_type.html b/doc/html/boost_asio/reference/basic_yield_context/callee_type.html
new file mode 100644
index 0000000000..64a6d2d244
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_yield_context/callee_type.html
@@ -0,0 +1,69 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_yield_context::callee_type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_yield_context.html" title="basic_yield_context">
+<link rel="prev" href="basic_yield_context.html" title="basic_yield_context::basic_yield_context">
+<link rel="next" href="caller_type.html" title="basic_yield_context::caller_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_yield_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="caller_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.basic_yield_context.callee_type"></a><a class="link" href="callee_type.html" title="basic_yield_context::callee_type">basic_yield_context::callee_type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp158021056"></a>
+The coroutine callee type, used by the implementation.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">callee_type</span><span class="special">;</span>
+</pre>
+<p>
+ When using Boost.Coroutine v1, this type is:
+ </p>
+<pre class="programlisting"><span class="keyword">typename</span> <span class="identifier">coroutine</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">()&gt;</span>
+</pre>
+<p>
+ When using Boost.Coroutine v2 (unidirectional coroutines), this type is:
+ </p>
+<pre class="programlisting"><span class="identifier">push_coroutine</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">&gt;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.basic_yield_context.callee_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_yield_context.callee_type.requirements"></a></span><a class="link" href="callee_type.html#boost_asio.reference.basic_yield_context.callee_type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/spawn.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_yield_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="caller_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_yield_context/caller_type.html b/doc/html/boost_asio/reference/basic_yield_context/caller_type.html
new file mode 100644
index 0000000000..a577c5b597
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_yield_context/caller_type.html
@@ -0,0 +1,69 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_yield_context::caller_type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_yield_context.html" title="basic_yield_context">
+<link rel="prev" href="callee_type.html" title="basic_yield_context::callee_type">
+<link rel="next" href="operator_lb__rb_.html" title="basic_yield_context::operator[]">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="callee_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.basic_yield_context.caller_type"></a><a class="link" href="caller_type.html" title="basic_yield_context::caller_type">basic_yield_context::caller_type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp158040448"></a>
+The coroutine caller type, used by the implementation.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">caller_type</span><span class="special">;</span>
+</pre>
+<p>
+ When using Boost.Coroutine v1, this type is:
+ </p>
+<pre class="programlisting"><span class="keyword">typename</span> <span class="identifier">coroutine</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">()&gt;::</span><span class="identifier">caller_type</span>
+</pre>
+<p>
+ When using Boost.Coroutine v2 (unidirectional coroutines), this type is:
+ </p>
+<pre class="programlisting"><span class="identifier">pull_coroutine</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">&gt;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.basic_yield_context.caller_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.basic_yield_context.caller_type.requirements"></a></span><a class="link" href="caller_type.html#boost_asio.reference.basic_yield_context.caller_type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/spawn.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="callee_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html b/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html
new file mode 100644
index 0000000000..9fdda942c3
--- /dev/null
+++ b/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html
@@ -0,0 +1,69 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>basic_yield_context::operator[]</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_yield_context.html" title="basic_yield_context">
+<link rel="prev" href="caller_type.html" title="basic_yield_context::caller_type">
+<link rel="next" href="../buffer.html" title="buffer">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="caller_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../buffer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.basic_yield_context.operator_lb__rb_"></a><a class="link" href="operator_lb__rb_.html" title="basic_yield_context::operator[]">basic_yield_context::operator[]</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp158060400"></a>
+Return a yield context that sets the specified
+ error_code.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_yield_context</span> <span class="keyword">operator</span><span class="special">[](</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+<p>
+ By default, when a yield context is used with an asynchronous operation,
+ a non-success error_code is converted to system_error and thrown. This
+ operator may be used to specify an error_code object that should instead
+ be set with the asynchronous operation's result. For example:
+ </p>
+<pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Handler</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">my_coroutine</span><span class="special">(</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">n</span> <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">buffer</span><span class="special">,</span> <span class="identifier">yield</span><span class="special">[</span><span class="identifier">ec</span><span class="special">]);</span>
+ <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="comment">// An error occurred.</span>
+ <span class="special">}</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="caller_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_yield_context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../buffer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/buffer.html b/doc/html/boost_asio/reference/buffer.html
index 661aa3dc10..c4ae9add72 100644
--- a/doc/html/boost_asio/reference/buffer.html
+++ b/doc/html/boost_asio/reference/buffer.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="basic_waitable_timer/wait/overload2.html" title="basic_waitable_timer::wait (2 of 2 overloads)">
+<link rel="prev" href="basic_yield_context/operator_lb__rb_.html" title="basic_yield_context::operator[]">
<link rel="next" href="buffer/overload1.html" title="buffer (1 of 28 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_waitable_timer/wait/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_yield_context/operator_lb__rb_.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.buffer"></a><a class="link" href="buffer.html" title="buffer">buffer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1247820"></a>
+ <a class="indexterm" name="idp158098000"></a>
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span></code> function is used to create a buffer
object to represent raw memory, an array of POD elements, a vector of POD
elements, or a std::string.
@@ -267,14 +267,14 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</pre>
<p>
In all three cases above, the buffers created are exactly 128 bytes long.
- Note that a vector is <span class="bold"><strong>never</strong></span> automatically
- resized when creating or using a buffer. The buffer size is determined using
- the vector's <code class="computeroutput"><span class="identifier">size</span><span class="special">()</span></code>
+ Note that a vector is <span class="emphasis"><em>never</em></span> automatically resized when
+ creating or using a buffer. The buffer size is determined using the vector's
+ <code class="computeroutput"><span class="identifier">size</span><span class="special">()</span></code>
member function, and not its capacity.
</p>
<h5>
<a name="boost_asio.reference.buffer.h0"></a>
- <span><a name="boost_asio.reference.buffer.accessing_buffer_contents"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.buffer.accessing_buffer_contents"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h5>
<p>
@@ -300,7 +300,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</p>
<h5>
<a name="boost_asio.reference.buffer.h1"></a>
- <span><a name="boost_asio.reference.buffer.buffer_copying"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_copying">Buffer
+ <span class="phrase"><a name="boost_asio.reference.buffer.buffer_copying"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_copying">Buffer
Copying</a>
</h5>
<p>
@@ -317,9 +317,14 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
<span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">unsigned</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">data</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">buffers</span><span class="special">));</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer_copy</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">buffers</span><span class="special">);</span>
</pre>
+<p>
+ Note that <a class="link" href="buffer_copy.html" title="buffer_copy"><code class="computeroutput"><span class="identifier">buffer_copy</span></code></a> is implemented in terms
+ of <code class="computeroutput"><span class="identifier">memcpy</span></code>, and consequently
+ it cannot be used to copy between overlapping memory regions.
+ </p>
<h5>
<a name="boost_asio.reference.buffer.h2"></a>
- <span><a name="boost_asio.reference.buffer.buffer_invalidation"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_invalidation">Buffer
+ <span class="phrase"><a name="boost_asio.reference.buffer.buffer_invalidation"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_invalidation">Buffer
Invalidation</a>
</h5>
<p>
@@ -342,7 +347,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</p>
<h5>
<a name="boost_asio.reference.buffer.h3"></a>
- <span><a name="boost_asio.reference.buffer.buffer_arithmetic"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_arithmetic">Buffer
+ <span class="phrase"><a name="boost_asio.reference.buffer.buffer_arithmetic"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffer_arithmetic">Buffer
Arithmetic</a>
</h5>
<p>
@@ -397,7 +402,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</p>
<h5>
<a name="boost_asio.reference.buffer.h4"></a>
- <span><a name="boost_asio.reference.buffer.buffers_and_scatter_gather_i_o"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffers_and_scatter_gather_i_o">Buffers
+ <span class="phrase"><a name="boost_asio.reference.buffer.buffers_and_scatter_gather_i_o"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.buffers_and_scatter_gather_i_o">Buffers
and Scatter-Gather I/O</a>
</h5>
<p>
@@ -423,18 +428,18 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</pre>
<h5>
<a name="boost_asio.reference.buffer.h5"></a>
- <span><a name="boost_asio.reference.buffer.requirements"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.requirements"></a></span><a class="link" href="buffer.html#boost_asio.reference.buffer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -442,7 +447,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="basic_waitable_timer/wait/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="basic_yield_context/operator_lb__rb_.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/buffer/overload1.html b/doc/html/boost_asio/reference/buffer/overload1.html
index 346235a074..9851dbf57d 100644
--- a/doc/html/boost_asio/reference/buffer/overload1.html
+++ b/doc/html/boost_asio/reference/buffer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (1 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="../buffer.html" title="buffer">
@@ -35,7 +35,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload1.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer.overload1.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer.overload1.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">mutable_buffers_1</span><span class="special">(</span><span class="identifier">b</span><span class="special">)</span></code>.
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload10.html b/doc/html/boost_asio/reference/buffer/overload10.html
index b872ed8c7f..0ac5277083 100644
--- a/doc/html/boost_asio/reference/buffer/overload10.html
+++ b/doc/html/boost_asio/reference/buffer/overload10.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (10 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload9.html" title="buffer (9 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload10.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload10.return_value"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer.overload10.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload10.return_value"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer.overload10.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload11.html b/doc/html/boost_asio/reference/buffer/overload11.html
index 64c0858484..9ef9369a40 100644
--- a/doc/html/boost_asio/reference/buffer/overload11.html
+++ b/doc/html/boost_asio/reference/buffer/overload11.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (11 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload10.html" title="buffer (10 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload11.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload11.return_value"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer.overload11.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload11.return_value"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer.overload11.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload12.html b/doc/html/boost_asio/reference/buffer/overload12.html
index 69963f4eb3..ad7335d2f9 100644
--- a/doc/html/boost_asio/reference/buffer/overload12.html
+++ b/doc/html/boost_asio/reference/buffer/overload12.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (12 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload11.html" title="buffer (11 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload12.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload12.return_value"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer.overload12.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload12.return_value"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer.overload12.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload13.html b/doc/html/boost_asio/reference/buffer/overload13.html
index c10b93e74a..03536b3c1e 100644
--- a/doc/html/boost_asio/reference/buffer/overload13.html
+++ b/doc/html/boost_asio/reference/buffer/overload13.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (13 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload12.html" title="buffer (12 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload13.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload13.return_value"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer.overload13.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload13.return_value"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer.overload13.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload14.html b/doc/html/boost_asio/reference/buffer/overload14.html
index 8e2a88149c..c8deb5dfe7 100644
--- a/doc/html/boost_asio/reference/buffer/overload14.html
+++ b/doc/html/boost_asio/reference/buffer/overload14.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (14 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload13.html" title="buffer (13 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload14.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload14.return_value"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer.overload14.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload14.return_value"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer.overload14.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload15.html b/doc/html/boost_asio/reference/buffer/overload15.html
index cce7af975e..c6109fdf6e 100644
--- a/doc/html/boost_asio/reference/buffer/overload15.html
+++ b/doc/html/boost_asio/reference/buffer/overload15.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (15 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload14.html" title="buffer (14 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload15.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload15.return_value"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer.overload15.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload15.return_value"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer.overload15.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload16.html b/doc/html/boost_asio/reference/buffer/overload16.html
index 30bf72cdaa..752c7a60a7 100644
--- a/doc/html/boost_asio/reference/buffer/overload16.html
+++ b/doc/html/boost_asio/reference/buffer/overload16.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (16 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload15.html" title="buffer (15 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload16.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload16.return_value"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer.overload16.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload16.return_value"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer.overload16.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload17.html b/doc/html/boost_asio/reference/buffer/overload17.html
index 00d9b9bd4a..66c8147622 100644
--- a/doc/html/boost_asio/reference/buffer/overload17.html
+++ b/doc/html/boost_asio/reference/buffer/overload17.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (17 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload16.html" title="buffer (16 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload17.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload17.return_value"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer.overload17.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload17.return_value"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer.overload17.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload18.html b/doc/html/boost_asio/reference/buffer/overload18.html
index 959d8c7063..c29892fab2 100644
--- a/doc/html/boost_asio/reference/buffer/overload18.html
+++ b/doc/html/boost_asio/reference/buffer/overload18.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (18 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload17.html" title="buffer (17 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload18.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload18.return_value"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer.overload18.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload18.return_value"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer.overload18.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload19.html b/doc/html/boost_asio/reference/buffer/overload19.html
index 4acc9f13c8..c32f37c580 100644
--- a/doc/html/boost_asio/reference/buffer/overload19.html
+++ b/doc/html/boost_asio/reference/buffer/overload19.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (19 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload18.html" title="buffer (18 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload19.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload19.return_value"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer.overload19.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload19.return_value"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer.overload19.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload2.html b/doc/html/boost_asio/reference/buffer/overload2.html
index 23654786f5..5bd27deefa 100644
--- a/doc/html/boost_asio/reference/buffer/overload2.html
+++ b/doc/html/boost_asio/reference/buffer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (2 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload1.html" title="buffer (1 of 28 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload2.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer.overload2.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer.overload2.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload20.html b/doc/html/boost_asio/reference/buffer/overload20.html
index 30b4ed1bc8..382a948bf1 100644
--- a/doc/html/boost_asio/reference/buffer/overload20.html
+++ b/doc/html/boost_asio/reference/buffer/overload20.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (20 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload19.html" title="buffer (19 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload20.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload20.return_value"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer.overload20.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload20.return_value"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer.overload20.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload21.html b/doc/html/boost_asio/reference/buffer/overload21.html
index 473860d6e4..94085ded49 100644
--- a/doc/html/boost_asio/reference/buffer/overload21.html
+++ b/doc/html/boost_asio/reference/buffer/overload21.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (21 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload20.html" title="buffer (20 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload21.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload21.return_value"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer.overload21.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload21.return_value"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer.overload21.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload22.html b/doc/html/boost_asio/reference/buffer/overload22.html
index cedcca92d7..a5444fb015 100644
--- a/doc/html/boost_asio/reference/buffer/overload22.html
+++ b/doc/html/boost_asio/reference/buffer/overload22.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (22 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload21.html" title="buffer (21 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload22.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload22.return_value"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer.overload22.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload22.return_value"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer.overload22.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload23.html b/doc/html/boost_asio/reference/buffer/overload23.html
index 4d4f31607f..380dee66bc 100644
--- a/doc/html/boost_asio/reference/buffer/overload23.html
+++ b/doc/html/boost_asio/reference/buffer/overload23.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (23 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload22.html" title="buffer (22 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload23.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload23.return_value"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer.overload23.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload23.return_value"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer.overload23.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -50,7 +50,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload23.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload23.remarks"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer.overload23.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload23.remarks"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer.overload23.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any vector operation that would also invalidate
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload24.html b/doc/html/boost_asio/reference/buffer/overload24.html
index 5a7f9244aa..9f7949aca3 100644
--- a/doc/html/boost_asio/reference/buffer/overload24.html
+++ b/doc/html/boost_asio/reference/buffer/overload24.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (24 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload23.html" title="buffer (23 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload24.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload24.return_value"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer.overload24.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload24.return_value"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer.overload24.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -51,7 +51,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload24.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload24.remarks"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer.overload24.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload24.remarks"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer.overload24.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any vector operation that would also invalidate
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload25.html b/doc/html/boost_asio/reference/buffer/overload25.html
index 8e2dddc490..ec03ef9a07 100644
--- a/doc/html/boost_asio/reference/buffer/overload25.html
+++ b/doc/html/boost_asio/reference/buffer/overload25.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (25 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload24.html" title="buffer (24 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload25.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload25.return_value"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer.overload25.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload25.return_value"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer.overload25.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -50,7 +50,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload25.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload25.remarks"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer.overload25.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload25.remarks"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer.overload25.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any vector operation that would also invalidate
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload26.html b/doc/html/boost_asio/reference/buffer/overload26.html
index ce4c515e03..98cb9ffca9 100644
--- a/doc/html/boost_asio/reference/buffer/overload26.html
+++ b/doc/html/boost_asio/reference/buffer/overload26.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (26 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload25.html" title="buffer (25 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload26.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload26.return_value"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer.overload26.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload26.return_value"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer.overload26.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload26.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload26.remarks"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer.overload26.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload26.remarks"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer.overload26.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any vector operation that would also invalidate
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload27.html b/doc/html/boost_asio/reference/buffer/overload27.html
index 308b3e63c0..0c269ed937 100644
--- a/doc/html/boost_asio/reference/buffer/overload27.html
+++ b/doc/html/boost_asio/reference/buffer/overload27.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (27 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload26.html" title="buffer (26 of 28 overloads)">
@@ -39,14 +39,14 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload27.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload27.return_value"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer.overload27.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload27.return_value"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer.overload27.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">const_buffers_1</span><span class="special">(</span><span class="identifier">data</span><span class="special">.</span><span class="identifier">data</span><span class="special">(),</span> <span class="identifier">data</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">*</span> <span class="keyword">sizeof</span><span class="special">(</span><span class="identifier">Elem</span><span class="special">))</span></code>.
</p>
<h6>
<a name="boost_asio.reference.buffer.overload27.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload27.remarks"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer.overload27.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload27.remarks"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer.overload27.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any non-const operation called on the given
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload28.html b/doc/html/boost_asio/reference/buffer/overload28.html
index be785b0cfb..3a5471ff47 100644
--- a/doc/html/boost_asio/reference/buffer/overload28.html
+++ b/doc/html/boost_asio/reference/buffer/overload28.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (28 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload27.html" title="buffer (27 of 28 overloads)">
@@ -40,7 +40,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload28.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload28.return_value"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer.overload28.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload28.return_value"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer.overload28.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -52,7 +52,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload28.h1"></a>
- <span><a name="boost_asio.reference.buffer.overload28.remarks"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer.overload28.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload28.remarks"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer.overload28.remarks">Remarks</a>
</h6>
<p>
The buffer is invalidated by any non-const operation called on the given
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload3.html b/doc/html/boost_asio/reference/buffer/overload3.html
index 9a5a795dcc..1cd252d56e 100644
--- a/doc/html/boost_asio/reference/buffer/overload3.html
+++ b/doc/html/boost_asio/reference/buffer/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (3 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload2.html" title="buffer (2 of 28 overloads)">
@@ -35,7 +35,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload3.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer.overload3.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer.overload3.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">const_buffers_1</span><span class="special">(</span><span class="identifier">b</span><span class="special">)</span></code>.
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload4.html b/doc/html/boost_asio/reference/buffer/overload4.html
index 810b5fe739..3fca4ebe61 100644
--- a/doc/html/boost_asio/reference/buffer/overload4.html
+++ b/doc/html/boost_asio/reference/buffer/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (4 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload3.html" title="buffer (3 of 28 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload4.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer.overload4.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer.overload4.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload5.html b/doc/html/boost_asio/reference/buffer/overload5.html
index 60687d0435..1e91b72785 100644
--- a/doc/html/boost_asio/reference/buffer/overload5.html
+++ b/doc/html/boost_asio/reference/buffer/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (5 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload4.html" title="buffer (4 of 28 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload5.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer.overload5.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer.overload5.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">mutable_buffers_1</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_in_bytes</span><span class="special">)</span></code>.
@@ -44,7 +44,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload6.html b/doc/html/boost_asio/reference/buffer/overload6.html
index fc266e2ecd..e66783b3ad 100644
--- a/doc/html/boost_asio/reference/buffer/overload6.html
+++ b/doc/html/boost_asio/reference/buffer/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (6 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload5.html" title="buffer (5 of 28 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload6.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer.overload6.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer.overload6.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">const_buffers_1</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_in_bytes</span><span class="special">)</span></code>.
@@ -44,7 +44,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload7.html b/doc/html/boost_asio/reference/buffer/overload7.html
index 187c76d71b..84cb575783 100644
--- a/doc/html/boost_asio/reference/buffer/overload7.html
+++ b/doc/html/boost_asio/reference/buffer/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (7 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload6.html" title="buffer (6 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload7.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer.overload7.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer.overload7.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload8.html b/doc/html/boost_asio/reference/buffer/overload8.html
index a53fa293c1..7bb921cdff 100644
--- a/doc/html/boost_asio/reference/buffer/overload8.html
+++ b/doc/html/boost_asio/reference/buffer/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (8 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload7.html" title="buffer (7 of 28 overloads)">
@@ -39,7 +39,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload8.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer.overload8.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer.overload8.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../mutable_buffers_1.html" title="mutable_buffers_1"><code class="computeroutput"><span class="identifier">mutable_buffers_1</span></code></a> value equivalent
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer/overload9.html b/doc/html/boost_asio/reference/buffer/overload9.html
index aaadd0c6fa..73edd4a755 100644
--- a/doc/html/boost_asio/reference/buffer/overload9.html
+++ b/doc/html/boost_asio/reference/buffer/overload9.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (9 of 28 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer.html" title="buffer">
<link rel="prev" href="overload8.html" title="buffer (8 of 28 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer.overload9.h0"></a>
- <span><a name="boost_asio.reference.buffer.overload9.return_value"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer.overload9.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer.overload9.return_value"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer.overload9.return_value">Return Value</a>
</h6>
<p>
A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a>
@@ -51,7 +51,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_cast.html b/doc/html/boost_asio/reference/buffer_cast.html
index e5a9c322ad..fcc6a1e495 100644
--- a/doc/html/boost_asio/reference/buffer_cast.html
+++ b/doc/html/boost_asio/reference/buffer_cast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_cast</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffer/overload28.html" title="buffer (28 of 28 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffer_cast"></a><a class="link" href="buffer_cast.html" title="buffer_cast">buffer_cast</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1262324"></a>
+ <a class="indexterm" name="idp159811664"></a>
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer_cast</span></code> function is used to obtain
a pointer to the underlying memory region associated with a buffer.
</p>
@@ -45,7 +45,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</pre>
<h5>
<a name="boost_asio.reference.buffer_cast.h0"></a>
- <span><a name="boost_asio.reference.buffer_cast.examples_"></a></span><a class="link" href="buffer_cast.html#boost_asio.reference.buffer_cast.examples_">Examples:</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_cast.examples_"></a></span><a class="link" href="buffer_cast.html#boost_asio.reference.buffer_cast.examples_">Examples:</a>
</h5>
<p>
To access the memory of a non-modifiable buffer, use:
@@ -65,18 +65,18 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</p>
<h5>
<a name="boost_asio.reference.buffer_cast.h1"></a>
- <span><a name="boost_asio.reference.buffer_cast.requirements"></a></span><a class="link" href="buffer_cast.html#boost_asio.reference.buffer_cast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_cast.requirements"></a></span><a class="link" href="buffer_cast.html#boost_asio.reference.buffer_cast.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_cast/overload1.html b/doc/html/boost_asio/reference/buffer_cast/overload1.html
index aa4cd17858..07827ba048 100644
--- a/doc/html/boost_asio/reference/buffer_cast/overload1.html
+++ b/doc/html/boost_asio/reference/buffer_cast/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_cast (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_cast.html" title="buffer_cast">
<link rel="prev" href="../buffer_cast.html" title="buffer_cast">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_cast/overload2.html b/doc/html/boost_asio/reference/buffer_cast/overload2.html
index 8995366d6c..05b96355e1 100644
--- a/doc/html/boost_asio/reference/buffer_cast/overload2.html
+++ b/doc/html/boost_asio/reference/buffer_cast/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_cast (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_cast.html" title="buffer_cast">
<link rel="prev" href="overload1.html" title="buffer_cast (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy.html b/doc/html/boost_asio/reference/buffer_copy.html
index ec1413a2e9..da1c2cc21d 100644
--- a/doc/html/boost_asio/reference/buffer_copy.html
+++ b/doc/html/boost_asio/reference/buffer_copy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffer_cast/overload2.html" title="buffer_cast (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffer_copy"></a><a class="link" href="buffer_copy.html" title="buffer_copy">buffer_copy</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1263113"></a>
+ <a class="indexterm" name="idp159905968"></a>
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer_copy</span></code> function is used to copy bytes
from a source buffer (or buffer sequence) to a target buffer (or buffer sequence).
</p>
@@ -230,7 +230,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
The <code class="computeroutput"><span class="identifier">buffer_copy</span></code> function
is available in two forms:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A 2-argument form: <code class="computeroutput"><span class="identifier">buffer_copy</span><span class="special">(</span><span class="identifier">target</span><span class="special">,</span> <span class="identifier">source</span><span class="special">)</span></code>
</li>
@@ -242,7 +242,7 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
Both forms return the number of bytes actually copied. The number of bytes
copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -257,20 +257,25 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
This prevents buffer overflow, regardless of the buffer sizes used in the
copy operation.
</p>
+<p>
+ Note that <a class="link" href="buffer_copy.html" title="buffer_copy"><code class="computeroutput"><span class="identifier">buffer_copy</span></code></a> is implemented in terms
+ of <code class="computeroutput"><span class="identifier">memcpy</span></code>, and consequently
+ it cannot be used to copy between overlapping memory regions.
+ </p>
<h5>
<a name="boost_asio.reference.buffer_copy.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.requirements"></a></span><a class="link" href="buffer_copy.html#boost_asio.reference.buffer_copy.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.requirements"></a></span><a class="link" href="buffer_copy.html#boost_asio.reference.buffer_copy.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload1.html b/doc/html/boost_asio/reference/buffer_copy/overload1.html
index 188172b450..9ff9f0341e 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload1.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (1 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="../buffer_copy.html" title="buffer_copy">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload1.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload1.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,12 +63,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload1.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffer_copy.overload1.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -76,10 +76,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload10.html b/doc/html/boost_asio/reference/buffer_copy/overload10.html
index eea558fd61..c92e85a386 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload10.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload10.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (10 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload9.html" title="buffer_copy (9 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload10.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload10.parameters"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload10.parameters"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload10.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload10.return_value"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload10.return_value"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.return_value">Return
Value</a>
</h6>
<p>
@@ -65,12 +65,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload10.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload10.remarks"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload10.remarks"></a></span><a class="link" href="overload10.html#boost_asio.reference.buffer_copy.overload10.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -78,10 +78,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload11.html b/doc/html/boost_asio/reference/buffer_copy/overload11.html
index 31a0dd8e45..2af0a6b525 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload11.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload11.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (11 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload10.html" title="buffer_copy (10 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload11.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload11.parameters"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload11.parameters"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload11.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload11.return_value"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload11.return_value"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.return_value">Return
Value</a>
</h6>
<p>
@@ -65,12 +65,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload11.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload11.remarks"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload11.remarks"></a></span><a class="link" href="overload11.html#boost_asio.reference.buffer_copy.overload11.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -78,10 +78,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload12.html b/doc/html/boost_asio/reference/buffer_copy/overload12.html
index 861159561d..6052c97c5a 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload12.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload12.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (12 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload11.html" title="buffer_copy (11 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload12.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload12.parameters"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload12.parameters"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload12.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload12.return_value"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload12.return_value"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.return_value">Return
Value</a>
</h6>
<p>
@@ -65,12 +65,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload12.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload12.remarks"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload12.remarks"></a></span><a class="link" href="overload12.html#boost_asio.reference.buffer_copy.overload12.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -78,10 +78,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload13.html b/doc/html/boost_asio/reference/buffer_copy/overload13.html
index 87b3e50d57..e03fa42c94 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload13.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload13.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (13 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload12.html" title="buffer_copy (12 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload13.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload13.parameters"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload13.parameters"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload13.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload13.return_value"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload13.return_value"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.return_value">Return
Value</a>
</h6>
<p>
@@ -66,12 +66,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload13.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload13.remarks"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload13.remarks"></a></span><a class="link" href="overload13.html#boost_asio.reference.buffer_copy.overload13.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -79,10 +79,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload14.html b/doc/html/boost_asio/reference/buffer_copy/overload14.html
index 17bb168b00..5f66792d40 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload14.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload14.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (14 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload13.html" title="buffer_copy (13 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload14.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload14.parameters"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload14.parameters"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload14.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload14.return_value"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload14.return_value"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.return_value">Return
Value</a>
</h6>
<p>
@@ -66,12 +66,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload14.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload14.remarks"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload14.remarks"></a></span><a class="link" href="overload14.html#boost_asio.reference.buffer_copy.overload14.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -79,10 +79,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload15.html b/doc/html/boost_asio/reference/buffer_copy/overload15.html
index 8083905d34..34c4d59a53 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload15.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload15.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (15 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload14.html" title="buffer_copy (14 of 30 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload15.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload15.parameters"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload15.parameters"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload15.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload15.return_value"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload15.return_value"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.return_value">Return
Value</a>
</h6>
<p>
@@ -66,12 +66,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload15.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload15.remarks"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload15.remarks"></a></span><a class="link" href="overload15.html#boost_asio.reference.buffer_copy.overload15.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -79,10 +79,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload16.html b/doc/html/boost_asio/reference/buffer_copy/overload16.html
index 094c4e43dd..9bc6ae8b44 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload16.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload16.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (16 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload15.html" title="buffer_copy (15 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload16.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload16.parameters"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload16.parameters"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload16.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload16.return_value"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload16.return_value"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.return_value">Return
Value</a>
</h6>
<p>
@@ -68,12 +68,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload16.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload16.remarks"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload16.remarks"></a></span><a class="link" href="overload16.html#boost_asio.reference.buffer_copy.overload16.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -84,10 +84,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload17.html b/doc/html/boost_asio/reference/buffer_copy/overload17.html
index 51eb4f3d28..dba52559c5 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload17.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload17.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (17 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload16.html" title="buffer_copy (16 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload17.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload17.parameters"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload17.parameters"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload17.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload17.return_value"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload17.return_value"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.return_value">Return
Value</a>
</h6>
<p>
@@ -68,12 +68,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload17.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload17.remarks"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload17.remarks"></a></span><a class="link" href="overload17.html#boost_asio.reference.buffer_copy.overload17.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -84,10 +84,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload18.html b/doc/html/boost_asio/reference/buffer_copy/overload18.html
index ee6795ffe4..99ae29acee 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload18.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload18.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (18 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload17.html" title="buffer_copy (17 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload18.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload18.parameters"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload18.parameters"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload18.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload18.return_value"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload18.return_value"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.return_value">Return
Value</a>
</h6>
<p>
@@ -69,12 +69,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload18.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload18.remarks"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload18.remarks"></a></span><a class="link" href="overload18.html#boost_asio.reference.buffer_copy.overload18.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -85,10 +85,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload19.html b/doc/html/boost_asio/reference/buffer_copy/overload19.html
index 79778bd4b9..469d248ca3 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload19.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload19.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (19 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload18.html" title="buffer_copy (18 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload19.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload19.parameters"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload19.parameters"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload19.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload19.return_value"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload19.return_value"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.return_value">Return
Value</a>
</h6>
<p>
@@ -69,12 +69,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload19.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload19.remarks"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload19.remarks"></a></span><a class="link" href="overload19.html#boost_asio.reference.buffer_copy.overload19.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -85,10 +85,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload2.html b/doc/html/boost_asio/reference/buffer_copy/overload2.html
index 0783c061e8..3f11416bf5 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload2.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (2 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload1.html" title="buffer_copy (1 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload2.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload2.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -63,12 +63,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload2.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffer_copy.overload2.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -76,10 +76,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload20.html b/doc/html/boost_asio/reference/buffer_copy/overload20.html
index 9261a2a143..c290432c6e 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload20.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload20.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (20 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload19.html" title="buffer_copy (19 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload20.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload20.parameters"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload20.parameters"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload20.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload20.return_value"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload20.return_value"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.return_value">Return
Value</a>
</h6>
<p>
@@ -71,12 +71,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload20.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload20.remarks"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload20.remarks"></a></span><a class="link" href="overload20.html#boost_asio.reference.buffer_copy.overload20.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -87,10 +87,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload21.html b/doc/html/boost_asio/reference/buffer_copy/overload21.html
index f2cbec4c34..6e55d14531 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload21.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload21.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (21 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload20.html" title="buffer_copy (20 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload21.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload21.parameters"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload21.parameters"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload21.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload21.return_value"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload21.return_value"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.return_value">Return
Value</a>
</h6>
<p>
@@ -68,12 +68,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload21.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload21.remarks"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload21.remarks"></a></span><a class="link" href="overload21.html#boost_asio.reference.buffer_copy.overload21.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -84,10 +84,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload22.html b/doc/html/boost_asio/reference/buffer_copy/overload22.html
index 3673ed96fd..e883a1d34f 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload22.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload22.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (22 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload21.html" title="buffer_copy (21 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload22.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload22.parameters"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload22.parameters"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload22.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload22.return_value"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload22.return_value"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.return_value">Return
Value</a>
</h6>
<p>
@@ -68,12 +68,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload22.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload22.remarks"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload22.remarks"></a></span><a class="link" href="overload22.html#boost_asio.reference.buffer_copy.overload22.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -84,10 +84,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload23.html b/doc/html/boost_asio/reference/buffer_copy/overload23.html
index c2f52a92fc..e839d86752 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload23.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload23.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (23 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload22.html" title="buffer_copy (22 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload23.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload23.parameters"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload23.parameters"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload23.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload23.return_value"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload23.return_value"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.return_value">Return
Value</a>
</h6>
<p>
@@ -69,12 +69,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload23.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload23.remarks"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload23.remarks"></a></span><a class="link" href="overload23.html#boost_asio.reference.buffer_copy.overload23.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -85,10 +85,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload24.html b/doc/html/boost_asio/reference/buffer_copy/overload24.html
index 385e87dac7..432681d911 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload24.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload24.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (24 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload23.html" title="buffer_copy (23 of 30 overloads)">
@@ -37,11 +37,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload24.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload24.parameters"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload24.parameters"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload24.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload24.return_value"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload24.return_value"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.return_value">Return
Value</a>
</h6>
<p>
@@ -69,12 +69,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload24.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload24.remarks"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload24.remarks"></a></span><a class="link" href="overload24.html#boost_asio.reference.buffer_copy.overload24.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -85,10 +85,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload25.html b/doc/html/boost_asio/reference/buffer_copy/overload25.html
index 26e9f268e3..10695735d4 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload25.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload25.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (25 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload24.html" title="buffer_copy (24 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload25.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload25.parameters"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload25.parameters"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload25.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload25.return_value"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload25.return_value"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.return_value">Return
Value</a>
</h6>
<p>
@@ -71,12 +71,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload25.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload25.remarks"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload25.remarks"></a></span><a class="link" href="overload25.html#boost_asio.reference.buffer_copy.overload25.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -87,10 +87,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload26.html b/doc/html/boost_asio/reference/buffer_copy/overload26.html
index aa4fa9c8fb..e0773aee7e 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload26.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload26.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (26 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload25.html" title="buffer_copy (25 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload26.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload26.parameters"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload26.parameters"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload26.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload26.return_value"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload26.return_value"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.return_value">Return
Value</a>
</h6>
<p>
@@ -71,12 +71,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload26.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload26.remarks"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload26.remarks"></a></span><a class="link" href="overload26.html#boost_asio.reference.buffer_copy.overload26.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -87,10 +87,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload27.html b/doc/html/boost_asio/reference/buffer_copy/overload27.html
index 8dceb23eb1..ddec252faa 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload27.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload27.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (27 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload26.html" title="buffer_copy (26 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload27.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload27.parameters"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload27.parameters"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -63,7 +63,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload27.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload27.return_value"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload27.return_value"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.return_value">Return
Value</a>
</h6>
<p>
@@ -71,12 +71,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload27.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload27.remarks"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload27.remarks"></a></span><a class="link" href="overload27.html#boost_asio.reference.buffer_copy.overload27.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -87,10 +87,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload28.html b/doc/html/boost_asio/reference/buffer_copy/overload28.html
index d1b1b3d793..ed0bb81ecf 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload28.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload28.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (28 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload27.html" title="buffer_copy (27 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload28.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload28.parameters"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload28.parameters"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload28.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload28.return_value"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload28.return_value"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.return_value">Return
Value</a>
</h6>
<p>
@@ -72,12 +72,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload28.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload28.remarks"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload28.remarks"></a></span><a class="link" href="overload28.html#boost_asio.reference.buffer_copy.overload28.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -88,10 +88,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload29.html b/doc/html/boost_asio/reference/buffer_copy/overload29.html
index 8d7891db6a..73a5c919c4 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload29.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload29.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (29 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload28.html" title="buffer_copy (28 of 30 overloads)">
@@ -40,11 +40,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload29.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload29.parameters"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload29.parameters"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload29.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload29.return_value"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload29.return_value"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.return_value">Return
Value</a>
</h6>
<p>
@@ -72,12 +72,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload29.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload29.remarks"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload29.remarks"></a></span><a class="link" href="overload29.html#boost_asio.reference.buffer_copy.overload29.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -88,10 +88,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload3.html b/doc/html/boost_asio/reference/buffer_copy/overload3.html
index 5589fdc848..fe3b09dc3c 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload3.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (3 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload2.html" title="buffer_copy (2 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload3.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload3.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -64,12 +64,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload3.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.buffer_copy.overload3.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -77,10 +77,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload30.html b/doc/html/boost_asio/reference/buffer_copy/overload30.html
index bf33b5acb7..a4a2f61ac0 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload30.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload30.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (30 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload29.html" title="buffer_copy (29 of 30 overloads)">
@@ -41,11 +41,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload30.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload30.parameters"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload30.parameters"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer sequence representing the memory regions to which
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload30.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload30.return_value"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload30.return_value"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.return_value">Return
Value</a>
</h6>
<p>
@@ -72,12 +72,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload30.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload30.remarks"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload30.remarks"></a></span><a class="link" href="overload30.html#boost_asio.reference.buffer_copy.overload30.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -88,10 +88,14 @@
<code class="computeroutput"><span class="identifier">max_bytes_to_copy</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload4.html b/doc/html/boost_asio/reference/buffer_copy/overload4.html
index 12fb43c612..da5450228c 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload4.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (4 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload3.html" title="buffer_copy (3 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload4.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload4.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.return_value">Return
Value</a>
</h6>
<p>
@@ -64,12 +64,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload4.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.buffer_copy.overload4.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -77,10 +77,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload5.html b/doc/html/boost_asio/reference/buffer_copy/overload5.html
index d5a9f3368c..1e4c91fd02 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload5.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (5 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload4.html" title="buffer_copy (4 of 30 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload5.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload5.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.return_value">Return
Value</a>
</h6>
<p>
@@ -65,12 +65,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload5.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.buffer_copy.overload5.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -78,10 +78,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload6.html b/doc/html/boost_asio/reference/buffer_copy/overload6.html
index bcabf71d3d..a9b7087787 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload6.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (6 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload5.html" title="buffer_copy (5 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload6.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload6.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.return_value">Return
Value</a>
</h6>
<p>
@@ -63,12 +63,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload6.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.buffer_copy.overload6.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -76,10 +76,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload7.html b/doc/html/boost_asio/reference/buffer_copy/overload7.html
index 278f7c9e23..a64c9e33f0 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload7.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (7 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload6.html" title="buffer_copy (6 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload7.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload7.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.return_value">Return
Value</a>
</h6>
<p>
@@ -63,12 +63,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload7.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload7.remarks"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload7.remarks"></a></span><a class="link" href="overload7.html#boost_asio.reference.buffer_copy.overload7.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -76,10 +76,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload8.html b/doc/html/boost_asio/reference/buffer_copy/overload8.html
index bd7298494d..5e95e48c3e 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload8.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (8 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload7.html" title="buffer_copy (7 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload8.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload8.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.return_value">Return
Value</a>
</h6>
<p>
@@ -64,12 +64,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload8.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload8.remarks"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload8.remarks"></a></span><a class="link" href="overload8.html#boost_asio.reference.buffer_copy.overload8.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -77,10 +77,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_copy/overload9.html b/doc/html/boost_asio/reference/buffer_copy/overload9.html
index 7c85ed67f1..eb788b27e1 100644
--- a/doc/html/boost_asio/reference/buffer_copy/overload9.html
+++ b/doc/html/boost_asio/reference/buffer_copy/overload9.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_copy (9 of 30 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_copy.html" title="buffer_copy">
<link rel="prev" href="overload8.html" title="buffer_copy (8 of 30 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.buffer_copy.overload9.h0"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload9.parameters"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload9.parameters"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">target</span></dt>
<dd><p>
A modifiable buffer representing the memory region to which the bytes
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.buffer_copy.overload9.h1"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload9.return_value"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload9.return_value"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.return_value">Return
Value</a>
</h6>
<p>
@@ -64,12 +64,12 @@
</p>
<h6>
<a name="boost_asio.reference.buffer_copy.overload9.h2"></a>
- <span><a name="boost_asio.reference.buffer_copy.overload9.remarks"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_copy.overload9.remarks"></a></span><a class="link" href="overload9.html#boost_asio.reference.buffer_copy.overload9.remarks">Remarks</a>
</h6>
<p>
The number of bytes copied is the lesser of:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">target</span><span class="special">)</span></code>
</li>
@@ -77,10 +77,14 @@
<code class="computeroutput"><span class="identifier">buffer_size</span><span class="special">(</span><span class="identifier">source</span><span class="special">)</span></code>
</li>
</ul></div>
+<p>
+ This function is implemented in terms of <code class="computeroutput"><span class="identifier">memcpy</span></code>,
+ and consequently it cannot be used to copy between overlapping memory regions.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size.html b/doc/html/boost_asio/reference/buffer_size.html
index 4e051d14d1..28200cae9d 100644
--- a/doc/html/boost_asio/reference/buffer_size.html
+++ b/doc/html/boost_asio/reference/buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffer_copy/overload30.html" title="buffer_copy (30 of 30 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffer_size"></a><a class="link" href="buffer_size.html" title="buffer_size">buffer_size</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1294653"></a>
+ <a class="indexterm" name="idp161589408"></a>
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer_size</span></code> function determines the total
number of bytes in a buffer or buffer sequence.
</p>
@@ -55,18 +55,18 @@ The <code class="computeroutput"><span class="identifier">boost</span><span clas
</pre>
<h5>
<a name="boost_asio.reference.buffer_size.h0"></a>
- <span><a name="boost_asio.reference.buffer_size.requirements"></a></span><a class="link" href="buffer_size.html#boost_asio.reference.buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffer_size.requirements"></a></span><a class="link" href="buffer_size.html#boost_asio.reference.buffer_size.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size/overload1.html b/doc/html/boost_asio/reference/buffer_size/overload1.html
index edc36e3704..aca44ae329 100644
--- a/doc/html/boost_asio/reference/buffer_size/overload1.html
+++ b/doc/html/boost_asio/reference/buffer_size/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size (1 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_size.html" title="buffer_size">
<link rel="prev" href="../buffer_size.html" title="buffer_size">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size/overload2.html b/doc/html/boost_asio/reference/buffer_size/overload2.html
index 77597a4912..0b72c8ff47 100644
--- a/doc/html/boost_asio/reference/buffer_size/overload2.html
+++ b/doc/html/boost_asio/reference/buffer_size/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size (2 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_size.html" title="buffer_size">
<link rel="prev" href="overload1.html" title="buffer_size (1 of 5 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size/overload3.html b/doc/html/boost_asio/reference/buffer_size/overload3.html
index e216e017b9..c2cb9ae520 100644
--- a/doc/html/boost_asio/reference/buffer_size/overload3.html
+++ b/doc/html/boost_asio/reference/buffer_size/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size (3 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_size.html" title="buffer_size">
<link rel="prev" href="overload2.html" title="buffer_size (2 of 5 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size/overload4.html b/doc/html/boost_asio/reference/buffer_size/overload4.html
index ce6d0fec3d..ed3584ecc8 100644
--- a/doc/html/boost_asio/reference/buffer_size/overload4.html
+++ b/doc/html/boost_asio/reference/buffer_size/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size (4 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_size.html" title="buffer_size">
<link rel="prev" href="overload3.html" title="buffer_size (3 of 5 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffer_size/overload5.html b/doc/html/boost_asio/reference/buffer_size/overload5.html
index 69c5c1c785..0913006e73 100644
--- a/doc/html/boost_asio/reference/buffer_size/overload5.html
+++ b/doc/html/boost_asio/reference/buffer_size/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer_size (5 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffer_size.html" title="buffer_size">
<link rel="prev" href="overload4.html" title="buffer_size (4 of 5 overloads)">
@@ -44,7 +44,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream.html b/doc/html/boost_asio/reference/buffered_read_stream.html
index 9f931efc20..064fdf2b1a 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffer_size/overload5.html" title="buffer_size (5 of 5 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.buffered_read_stream.h0"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.types"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.types"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffered_read_stream.h1"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.member_functions"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.member_functions"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -292,7 +292,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffered_read_stream.h2"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.data_members"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.data_members"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -331,31 +331,29 @@
</p>
<h5>
<a name="boost_asio.reference.buffered_read_stream.h3"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.thread_safety"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.thread_safety"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.buffered_read_stream.h4"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.requirements"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.requirements"></a></span><a class="link" href="buffered_read_stream.html#boost_asio.reference.buffered_read_stream.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html b/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html
index 279ad36fd2..319df0095e 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::async_fill</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="../buffered_read_stream.html" title="buffered_read_stream">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.buffered_read_stream.async_fill"></a><a class="link" href="async_fill.html" title="buffered_read_stream::async_fill">buffered_read_stream::async_fill</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1296469"></a>
+ <a class="indexterm" name="idp161799104"></a>
Start an asynchronous fill.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_fill</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_fill</span><span class="special">(</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html b/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html
index b25e29e4fa..d996758d1e 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="async_fill.html" title="buffered_read_stream::async_fill">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.async_read_some"></a><a class="link" href="async_read_some.html" title="buffered_read_stream::async_read_some">buffered_read_stream::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1296565"></a>
+ <a class="indexterm" name="idp161810784"></a>
Start an asynchronous read. The buffer
into which the data will be read must be valid for the lifetime of the
asynchronous operation.
@@ -35,14 +35,14 @@ Start an asynchronous read. The buffer
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html b/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html
index cf78c4dc80..b1a84440c3 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="async_read_some.html" title="buffered_read_stream::async_read_some">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.buffered_read_stream.async_write_some"></a><a class="link" href="async_write_some.html" title="buffered_read_stream::async_write_some">buffered_read_stream::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1296707"></a>
+ <a class="indexterm" name="idp161827936"></a>
Start an asynchronous write. The data
being written must be valid for the lifetime of the asynchronous operation.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html
index a0abf7e2f2..7d913a14e8 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::buffered_read_stream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="async_write_some.html" title="buffered_read_stream::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.buffered_read_stream"></a><a class="link" href="buffered_read_stream.html" title="buffered_read_stream::buffered_read_stream">buffered_read_stream::buffered_read_stream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1296849"></a>
+ <a class="indexterm" name="idp161845072"></a>
Construct, passing the specified
argument to initialise the next layer.
</p>
@@ -47,7 +47,7 @@ Construct, passing the specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html
index 8b53e76f96..0e707c9f23 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::buffered_read_stream (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream::buffered_read_stream">
<link rel="prev" href="../buffered_read_stream.html" title="buffered_read_stream::buffered_read_stream">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html
index 2c73cdbd3f..6e2bceabd7 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::buffered_read_stream (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream::buffered_read_stream">
<link rel="prev" href="overload1.html" title="buffered_read_stream::buffered_read_stream (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/close.html b/doc/html/boost_asio/reference/buffered_read_stream/close.html
index 3e6964af81..9161f5e55a 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/close.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="buffered_read_stream/overload2.html" title="buffered_read_stream::buffered_read_stream (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.close"></a><a class="link" href="close.html" title="buffered_read_stream::close">buffered_read_stream::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1297257"></a>
+ <a class="indexterm" name="idp161893040"></a>
Close the stream.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="buffered_read_stream::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html
index 5a24afad04..9905f46ff5 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_read_stream::close">
<link rel="prev" href="../close.html" title="buffered_read_stream::close">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html
index ab836e6bc1..2b4bc50b27 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_read_stream::close">
<link rel="prev" href="overload1.html" title="buffered_read_stream::close (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html b/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html
index 9e54d38155..b7c69b9442 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::default_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="close/overload2.html" title="buffered_read_stream::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.default_buffer_size"></a><a class="link" href="default_buffer_size.html" title="buffered_read_stream::default_buffer_size">buffered_read_stream::default_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1297551"></a>
+ <a class="indexterm" name="idp161928016"></a>
The default buffer size.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">default_buffer_size</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The default buffer size.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/fill.html b/doc/html/boost_asio/reference/buffered_read_stream/fill.html
index f684acaabc..300198f578 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/fill.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/fill.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::fill</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="default_buffer_size.html" title="buffered_read_stream::default_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.fill"></a><a class="link" href="fill.html" title="buffered_read_stream::fill">buffered_read_stream::fill</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1297634"></a>
+ <a class="indexterm" name="idp161937856"></a>
Fill the buffer with some data. Returns the number
of bytes placed in the buffer as a result of the operation. Throws an exception
on failure.
@@ -46,7 +46,7 @@ Fill the buffer with some data. Returns the number
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html
index 6bc9010c09..029c5a2cb4 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::fill (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../fill.html" title="buffered_read_stream::fill">
<link rel="prev" href="../fill.html" title="buffered_read_stream::fill">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html
index d958f547a4..8d5e436fff 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::fill (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../fill.html" title="buffered_read_stream::fill">
<link rel="prev" href="overload1.html" title="buffered_read_stream::fill (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html b/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html
index 61237a9f31..47ca48284c 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="fill/overload2.html" title="buffered_read_stream::fill (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.get_io_service"></a><a class="link" href="get_io_service.html" title="buffered_read_stream::get_io_service">buffered_read_stream::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1297945"></a>
+ <a class="indexterm" name="idp161974160"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -36,7 +36,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html b/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html
index 60702fa5b9..08c78d1e99 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::in_avail</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="get_io_service.html" title="buffered_read_stream::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.in_avail"></a><a class="link" href="in_avail.html" title="buffered_read_stream::in_avail">buffered_read_stream::in_avail</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298035"></a>
+ <a class="indexterm" name="idp161984912"></a>
Determine the amount of data that may be read
without blocking.
</p>
@@ -41,7 +41,7 @@ Determine the amount of data that may be read
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html
index 1d2048b589..393900fa09 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::in_avail (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_read_stream::in_avail">
<link rel="prev" href="../in_avail.html" title="buffered_read_stream::in_avail">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html
index b23aa8a3af..e6c71683ae 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::in_avail (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_read_stream::in_avail">
<link rel="prev" href="overload1.html" title="buffered_read_stream::in_avail (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html
index 0eb39c37c3..0c460cf454 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="in_avail/overload2.html" title="buffered_read_stream::in_avail (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.lowest_layer"></a><a class="link" href="lowest_layer.html" title="buffered_read_stream::lowest_layer">buffered_read_stream::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298333"></a>
+ <a class="indexterm" name="idp162019424"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="buffered_read_stream::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html
index 39b75b07f6..6356cfb1b9 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_read_stream::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="buffered_read_stream::lowest_layer">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html
index 7d3070a8c8..1d6c46d9a9 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_read_stream::lowest_layer">
<link rel="prev" href="overload1.html" title="buffered_read_stream::lowest_layer (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html
index ab65dd3ec6..5fbe5d8175 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="lowest_layer/overload2.html" title="buffered_read_stream::lowest_layer (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_read_stream.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="buffered_read_stream::lowest_layer_type">buffered_read_stream::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298586"></a>
+ <a class="indexterm" name="idp162048400"></a>
The type of the lowest layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">next_layer_type</span><span class="special">::</span><span class="identifier">lowest_layer_type</span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_read_stream.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_read_stream.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_read_stream.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html b/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html
index 153b523790..5097d84229 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::next_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="lowest_layer_type.html" title="buffered_read_stream::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.next_layer"></a><a class="link" href="next_layer.html" title="buffered_read_stream::next_layer">buffered_read_stream::next_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298708"></a>
+ <a class="indexterm" name="idp162062016"></a>
Get a reference to the next layer.
</p>
<pre class="programlisting"><span class="identifier">next_layer_type</span> <span class="special">&amp;</span> <span class="identifier">next_layer</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Get a reference to the next layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html b/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html
index f84592efbf..9d81791c32 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::next_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="next_layer.html" title="buffered_read_stream::next_layer">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_read_stream.next_layer_type"></a><a class="link" href="next_layer_type.html" title="buffered_read_stream::next_layer_type">buffered_read_stream::next_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298766"></a>
+ <a class="indexterm" name="idp162068720"></a>
The type of the next layer.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_read_stream.next_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_read_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_read_stream.next_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_read_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_read_stream.next_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_read_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/peek.html b/doc/html/boost_asio/reference/buffered_read_stream/peek.html
index 3b9988f457..34726796fe 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/peek.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="next_layer_type.html" title="buffered_read_stream::next_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.peek"></a><a class="link" href="peek.html" title="buffered_read_stream::peek">buffered_read_stream::peek</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1298908"></a>
+ <a class="indexterm" name="idp162083600"></a>
Peek at the incoming data on the stream. Returns
the number of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Peek at the incoming data on the stream. Returns
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html
index 22c76096c8..5f69062a3e 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::peek (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_read_stream::peek">
<link rel="prev" href="../peek.html" title="buffered_read_stream::peek">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html
index 4311fe1010..f9659cee04 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::peek (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_read_stream::peek">
<link rel="prev" href="overload1.html" title="buffered_read_stream::peek (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/read_some.html b/doc/html/boost_asio/reference/buffered_read_stream/read_some.html
index cc6587f017..5dbfd65d1f 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/read_some.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="peek/overload2.html" title="buffered_read_stream::peek (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.read_some"></a><a class="link" href="read_some.html" title="buffered_read_stream::read_some">buffered_read_stream::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1299437"></a>
+ <a class="indexterm" name="idp162146368"></a>
Read some data from the stream. Returns the
number of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Read some data from the stream. Returns the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html
index 0a69c5da5a..8526f7f90d 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_read_stream::read_some">
<link rel="prev" href="../read_some.html" title="buffered_read_stream::read_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html
index 8972b57d22..ba25205e34 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_read_stream::read_some">
<link rel="prev" href="overload1.html" title="buffered_read_stream::read_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/write_some.html b/doc/html/boost_asio/reference/buffered_read_stream/write_some.html
index d7ae26e95d..7c3b085de7 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/write_some.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="read_some/overload2.html" title="buffered_read_stream::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_read_stream.write_some"></a><a class="link" href="write_some.html" title="buffered_read_stream::write_some">buffered_read_stream::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1299966"></a>
+ <a class="indexterm" name="idp162208976"></a>
Write the given data to the stream. Returns
the number of bytes written. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Write the given data to the stream. Returns
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html b/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html
index 844ca7ee88..fda6fb8559 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_read_stream::write_some">
<link rel="prev" href="../write_some.html" title="buffered_read_stream::write_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html b/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html
index fb02c1f9ab..7095894e8e 100644
--- a/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_read_stream::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_read_stream::write_some">
<link rel="prev" href="overload1.html" title="buffered_read_stream::write_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream.html b/doc/html/boost_asio/reference/buffered_stream.html
index 1d79cde98a..17cb7385b2 100644
--- a/doc/html/boost_asio/reference/buffered_stream.html
+++ b/doc/html/boost_asio/reference/buffered_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffered_read_stream/write_some/overload2.html" title="buffered_read_stream::write_some (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.buffered_stream.h0"></a>
- <span><a name="boost_asio.reference.buffered_stream.types"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.types"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffered_stream.h1"></a>
- <span><a name="boost_asio.reference.buffered_stream.member_functions"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.member_functions"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -327,31 +327,29 @@
</p>
<h5>
<a name="boost_asio.reference.buffered_stream.h2"></a>
- <span><a name="boost_asio.reference.buffered_stream.thread_safety"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.thread_safety"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.buffered_stream.h3"></a>
- <span><a name="boost_asio.reference.buffered_stream.requirements"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.requirements"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/async_fill.html b/doc/html/boost_asio/reference/buffered_stream/async_fill.html
index 408b07afe3..b74dc497bc 100644
--- a/doc/html/boost_asio/reference/buffered_stream/async_fill.html
+++ b/doc/html/boost_asio/reference/buffered_stream/async_fill.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::async_fill</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="../buffered_stream.html" title="buffered_stream">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.buffered_stream.async_fill"></a><a class="link" href="async_fill.html" title="buffered_stream::async_fill">buffered_stream::async_fill</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1301376"></a>
+ <a class="indexterm" name="idp162369920"></a>
Start an asynchronous fill.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_fill</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_fill</span><span class="special">(</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/async_flush.html b/doc/html/boost_asio/reference/buffered_stream/async_flush.html
index 052f3602c2..ee2d95942f 100644
--- a/doc/html/boost_asio/reference/buffered_stream/async_flush.html
+++ b/doc/html/boost_asio/reference/buffered_stream/async_flush.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::async_flush</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="async_fill.html" title="buffered_stream::async_fill">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.buffered_stream.async_flush"></a><a class="link" href="async_flush.html" title="buffered_stream::async_flush">buffered_stream::async_flush</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1301470"></a>
+ <a class="indexterm" name="idp162381456"></a>
Start an asynchronous flush.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_flush</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_flush</span><span class="special">(</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/async_read_some.html b/doc/html/boost_asio/reference/buffered_stream/async_read_some.html
index ccf4a86c45..1ba6e64d2b 100644
--- a/doc/html/boost_asio/reference/buffered_stream/async_read_some.html
+++ b/doc/html/boost_asio/reference/buffered_stream/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="async_flush.html" title="buffered_stream::async_flush">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.async_read_some"></a><a class="link" href="async_read_some.html" title="buffered_stream::async_read_some">buffered_stream::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1301565"></a>
+ <a class="indexterm" name="idp162393056"></a>
Start an asynchronous read. The buffer into
which the data will be read must be valid for the lifetime of the asynchronous
operation.
@@ -35,14 +35,14 @@ Start an asynchronous read. The buffer into
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/async_write_some.html b/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
index 6c1737af63..115cb5f726 100644
--- a/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
+++ b/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="async_read_some.html" title="buffered_stream::async_read_some">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.buffered_stream.async_write_some"></a><a class="link" href="async_write_some.html" title="buffered_stream::async_write_some">buffered_stream::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1301708"></a>
+ <a class="indexterm" name="idp162410144"></a>
Start an asynchronous write. The data being
written must be valid for the lifetime of the asynchronous operation.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html b/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html
index 2b4f9b1a7b..600060f128 100644
--- a/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html
+++ b/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::buffered_stream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="async_write_some.html" title="buffered_stream::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.buffered_stream"></a><a class="link" href="buffered_stream.html" title="buffered_stream::buffered_stream">buffered_stream::buffered_stream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1301850"></a>
+ <a class="indexterm" name="idp162427168"></a>
Construct, passing the specified argument
to initialise the next layer.
</p>
@@ -48,7 +48,7 @@ Construct, passing the specified argument
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html b/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html
index 65532b837d..cf6f0f0930 100644
--- a/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::buffered_stream (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream::buffered_stream">
<link rel="prev" href="../buffered_stream.html" title="buffered_stream::buffered_stream">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html b/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html
index 4d3f327aeb..25e278c29e 100644
--- a/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::buffered_stream (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream::buffered_stream">
<link rel="prev" href="overload1.html" title="buffered_stream::buffered_stream (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/close.html b/doc/html/boost_asio/reference/buffered_stream/close.html
index bf0d12f598..a2136b0978 100644
--- a/doc/html/boost_asio/reference/buffered_stream/close.html
+++ b/doc/html/boost_asio/reference/buffered_stream/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="buffered_stream/overload2.html" title="buffered_stream::buffered_stream (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.close"></a><a class="link" href="close.html" title="buffered_stream::close">buffered_stream::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1302305"></a>
+ <a class="indexterm" name="idp162481552"></a>
Close the stream.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="buffered_stream::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/close/overload1.html b/doc/html/boost_asio/reference/buffered_stream/close/overload1.html
index 9607029e82..0b4699b42f 100644
--- a/doc/html/boost_asio/reference/buffered_stream/close/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_stream::close">
<link rel="prev" href="../close.html" title="buffered_stream::close">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/close/overload2.html b/doc/html/boost_asio/reference/buffered_stream/close/overload2.html
index ebed33f227..207cc7e5ed 100644
--- a/doc/html/boost_asio/reference/buffered_stream/close/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_stream::close">
<link rel="prev" href="overload1.html" title="buffered_stream::close (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/fill.html b/doc/html/boost_asio/reference/buffered_stream/fill.html
index 82fa0c1647..379dc874fe 100644
--- a/doc/html/boost_asio/reference/buffered_stream/fill.html
+++ b/doc/html/boost_asio/reference/buffered_stream/fill.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::fill</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="close/overload2.html" title="buffered_stream::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.fill"></a><a class="link" href="fill.html" title="buffered_stream::fill">buffered_stream::fill</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1302598"></a>
+ <a class="indexterm" name="idp162516080"></a>
Fill the buffer with some data. Returns the number of
bytes placed in the buffer as a result of the operation. Throws an exception
on failure.
@@ -46,7 +46,7 @@ Fill the buffer with some data. Returns the number of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html b/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html
index fe709ba673..4d69016628 100644
--- a/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::fill (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../fill.html" title="buffered_stream::fill">
<link rel="prev" href="../fill.html" title="buffered_stream::fill">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html b/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html
index 3df055a498..b85ed52496 100644
--- a/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::fill (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../fill.html" title="buffered_stream::fill">
<link rel="prev" href="overload1.html" title="buffered_stream::fill (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/flush.html b/doc/html/boost_asio/reference/buffered_stream/flush.html
index 8adcbef311..2d1759bfd3 100644
--- a/doc/html/boost_asio/reference/buffered_stream/flush.html
+++ b/doc/html/boost_asio/reference/buffered_stream/flush.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::flush</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="fill/overload2.html" title="buffered_stream::fill (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.flush"></a><a class="link" href="flush.html" title="buffered_stream::flush">buffered_stream::flush</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1302909"></a>
+ <a class="indexterm" name="idp162552096"></a>
Flush all data from the buffer to the next layer. Returns
the number of bytes written to the next layer on the last write operation.
Throws an exception on failure.
@@ -47,7 +47,7 @@ Flush all data from the buffer to the next layer. Returns
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html b/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html
index 0362508692..7ec657a09c 100644
--- a/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::flush (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../flush.html" title="buffered_stream::flush">
<link rel="prev" href="../flush.html" title="buffered_stream::flush">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html b/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html
index 808c844af1..00751334b3 100644
--- a/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::flush (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../flush.html" title="buffered_stream::flush">
<link rel="prev" href="overload1.html" title="buffered_stream::flush (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/get_io_service.html b/doc/html/boost_asio/reference/buffered_stream/get_io_service.html
index b9c779909d..2bd716298d 100644
--- a/doc/html/boost_asio/reference/buffered_stream/get_io_service.html
+++ b/doc/html/boost_asio/reference/buffered_stream/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="flush/overload2.html" title="buffered_stream::flush (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.get_io_service"></a><a class="link" href="get_io_service.html" title="buffered_stream::get_io_service">buffered_stream::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1303222"></a>
+ <a class="indexterm" name="idp162588176"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -36,7 +36,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/in_avail.html b/doc/html/boost_asio/reference/buffered_stream/in_avail.html
index ac0189ec20..96e9eab598 100644
--- a/doc/html/boost_asio/reference/buffered_stream/in_avail.html
+++ b/doc/html/boost_asio/reference/buffered_stream/in_avail.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::in_avail</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="get_io_service.html" title="buffered_stream::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.in_avail"></a><a class="link" href="in_avail.html" title="buffered_stream::in_avail">buffered_stream::in_avail</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1303312"></a>
+ <a class="indexterm" name="idp162598864"></a>
Determine the amount of data that may be read without
blocking.
</p>
@@ -41,7 +41,7 @@ Determine the amount of data that may be read without
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html b/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html
index bfe071a994..11823d0fd0 100644
--- a/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::in_avail (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_stream::in_avail">
<link rel="prev" href="../in_avail.html" title="buffered_stream::in_avail">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html b/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html
index 3c74f5f8d5..2443cc8eeb 100644
--- a/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::in_avail (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_stream::in_avail">
<link rel="prev" href="overload1.html" title="buffered_stream::in_avail (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html b/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html
index 5e348f9346..04a215139d 100644
--- a/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html
+++ b/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="in_avail/overload2.html" title="buffered_stream::in_avail (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.lowest_layer"></a><a class="link" href="lowest_layer.html" title="buffered_stream::lowest_layer">buffered_stream::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1303608"></a>
+ <a class="indexterm" name="idp162633440"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="buffered_stream::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html b/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html
index 715e87c91d..a6e515b054 100644
--- a/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_stream::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="buffered_stream::lowest_layer">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html b/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html
index 6951e4cb31..1b869c4e39 100644
--- a/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_stream::lowest_layer">
<link rel="prev" href="overload1.html" title="buffered_stream::lowest_layer (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html b/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html
index 169a1613f1..ff02133df8 100644
--- a/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="lowest_layer/overload2.html" title="buffered_stream::lowest_layer (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_stream.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="buffered_stream::lowest_layer_type">buffered_stream::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1303856"></a>
+ <a class="indexterm" name="idp162662176"></a>
The type of the lowest layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">next_layer_type</span><span class="special">::</span><span class="identifier">lowest_layer_type</span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_stream.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_stream.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_stream.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/next_layer.html b/doc/html/boost_asio/reference/buffered_stream/next_layer.html
index 4315b2a952..e9cb3f8d61 100644
--- a/doc/html/boost_asio/reference/buffered_stream/next_layer.html
+++ b/doc/html/boost_asio/reference/buffered_stream/next_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::next_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="lowest_layer_type.html" title="buffered_stream::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.next_layer"></a><a class="link" href="next_layer.html" title="buffered_stream::next_layer">buffered_stream::next_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1303976"></a>
+ <a class="indexterm" name="idp162675616"></a>
Get a reference to the next layer.
</p>
<pre class="programlisting"><span class="identifier">next_layer_type</span> <span class="special">&amp;</span> <span class="identifier">next_layer</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Get a reference to the next layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html b/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html
index 9e6dccbd42..d0259aa2fe 100644
--- a/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::next_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="next_layer.html" title="buffered_stream::next_layer">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_stream.next_layer_type"></a><a class="link" href="next_layer_type.html" title="buffered_stream::next_layer_type">buffered_stream::next_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1304033"></a>
+ <a class="indexterm" name="idp162682320"></a>
The type of the next layer.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_stream.next_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_stream.next_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_stream.next_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/peek.html b/doc/html/boost_asio/reference/buffered_stream/peek.html
index c89638123b..e04a3445f9 100644
--- a/doc/html/boost_asio/reference/buffered_stream/peek.html
+++ b/doc/html/boost_asio/reference/buffered_stream/peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="next_layer_type.html" title="buffered_stream::next_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.peek"></a><a class="link" href="peek.html" title="buffered_stream::peek">buffered_stream::peek</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1304174"></a>
+ <a class="indexterm" name="idp162697072"></a>
Peek at the incoming data on the stream. Returns the
number of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Peek at the incoming data on the stream. Returns the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html b/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html
index 522dec868b..e95ed9269f 100644
--- a/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::peek (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_stream::peek">
<link rel="prev" href="../peek.html" title="buffered_stream::peek">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html b/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html
index 64b2433bb0..7104aac6a4 100644
--- a/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::peek (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_stream::peek">
<link rel="prev" href="overload1.html" title="buffered_stream::peek (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/read_some.html b/doc/html/boost_asio/reference/buffered_stream/read_some.html
index 0fd85be8ef..2dd7f644ad 100644
--- a/doc/html/boost_asio/reference/buffered_stream/read_some.html
+++ b/doc/html/boost_asio/reference/buffered_stream/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="peek/overload2.html" title="buffered_stream::peek (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.read_some"></a><a class="link" href="read_some.html" title="buffered_stream::read_some">buffered_stream::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1304702"></a>
+ <a class="indexterm" name="idp162759616"></a>
Read some data from the stream. Returns the number
of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Read some data from the stream. Returns the number
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html b/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html
index 08957e5c05..fc0075622f 100644
--- a/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_stream::read_some">
<link rel="prev" href="../read_some.html" title="buffered_stream::read_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html b/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html
index 5a61cce9b1..d7a8ac1fc8 100644
--- a/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_stream::read_some">
<link rel="prev" href="overload1.html" title="buffered_stream::read_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/write_some.html b/doc/html/boost_asio/reference/buffered_stream/write_some.html
index b467159a58..641f94af37 100644
--- a/doc/html/boost_asio/reference/buffered_stream/write_some.html
+++ b/doc/html/boost_asio/reference/buffered_stream/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="read_some/overload2.html" title="buffered_stream::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_stream.write_some"></a><a class="link" href="write_some.html" title="buffered_stream::write_some">buffered_stream::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1305230"></a>
+ <a class="indexterm" name="idp162822336"></a>
Write the given data to the stream. Returns the
number of bytes written. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Write the given data to the stream. Returns the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html b/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html
index ee4c093ac7..89a194efac 100644
--- a/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_stream::write_some">
<link rel="prev" href="../write_some.html" title="buffered_stream::write_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html b/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html
index 70025d3c2f..437cab873d 100644
--- a/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_stream::write_some">
<link rel="prev" href="overload1.html" title="buffered_stream::write_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream.html b/doc/html/boost_asio/reference/buffered_write_stream.html
index 0f8d081f80..3edfb6f9b4 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffered_stream/write_some/overload2.html" title="buffered_stream::write_some (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.buffered_write_stream.h0"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.types"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.types"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffered_write_stream.h1"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.member_functions"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.member_functions"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -294,7 +294,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffered_write_stream.h2"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.data_members"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.data_members"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -333,31 +333,29 @@
</p>
<h5>
<a name="boost_asio.reference.buffered_write_stream.h3"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.thread_safety"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.thread_safety"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.buffered_write_stream.h4"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.requirements"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.requirements"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html b/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html
index b73f740e40..4a5bb6cd6d 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::async_flush</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="../buffered_write_stream.html" title="buffered_write_stream">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.buffered_write_stream.async_flush"></a><a class="link" href="async_flush.html" title="buffered_write_stream::async_flush">buffered_write_stream::async_flush</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1306669"></a>
+ <a class="indexterm" name="idp162986480"></a>
Start an asynchronous flush.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_flush</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_flush</span><span class="special">(</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html b/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html
index e48499e379..eef321fe37 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="async_flush.html" title="buffered_write_stream::async_flush">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.async_read_some"></a><a class="link" href="async_read_some.html" title="buffered_write_stream::async_read_some">buffered_write_stream::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1306765"></a>
+ <a class="indexterm" name="idp162998080"></a>
Start an asynchronous read. The buffer
into which the data will be read must be valid for the lifetime of the
asynchronous operation.
@@ -35,14 +35,14 @@ Start an asynchronous read. The buffer
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html b/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html
index eb1a4e74d5..1b06c378b4 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="async_read_some.html" title="buffered_write_stream::async_read_some">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.buffered_write_stream.async_write_some"></a><a class="link" href="async_write_some.html" title="buffered_write_stream::async_write_some">buffered_write_stream::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1306907"></a>
+ <a class="indexterm" name="idp163015232"></a>
Start an asynchronous write. The data
being written must be valid for the lifetime of the asynchronous operation.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html
index 2cf4e9cb2c..eddfcb4cdc 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::buffered_write_stream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="async_write_some.html" title="buffered_write_stream::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.buffered_write_stream"></a><a class="link" href="buffered_write_stream.html" title="buffered_write_stream::buffered_write_stream">buffered_write_stream::buffered_write_stream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1307052"></a>
+ <a class="indexterm" name="idp163032368"></a>
Construct, passing the specified
argument to initialise the next layer.
</p>
@@ -47,7 +47,7 @@ Construct, passing the specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html
index c2bd914eda..e001094f7b 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::buffered_write_stream (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream::buffered_write_stream">
<link rel="prev" href="../buffered_write_stream.html" title="buffered_write_stream::buffered_write_stream">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html
index d535d81c86..89f87a3179 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::buffered_write_stream (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream::buffered_write_stream">
<link rel="prev" href="overload1.html" title="buffered_write_stream::buffered_write_stream (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/close.html b/doc/html/boost_asio/reference/buffered_write_stream/close.html
index a7bf564560..bf18b6fc56 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/close.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="buffered_write_stream/overload2.html" title="buffered_write_stream::buffered_write_stream (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.close"></a><a class="link" href="close.html" title="buffered_write_stream::close">buffered_write_stream::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1307458"></a>
+ <a class="indexterm" name="idp163080464"></a>
Close the stream.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="buffered_write_stream::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html
index 61c35191fe..9be322f66a 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_write_stream::close">
<link rel="prev" href="../close.html" title="buffered_write_stream::close">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html
index 3a1fad8d3c..d6f4cf2840 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="buffered_write_stream::close">
<link rel="prev" href="overload1.html" title="buffered_write_stream::close (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html b/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html
index de37dfe4ed..98c71c5ce3 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::default_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="close/overload2.html" title="buffered_write_stream::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.default_buffer_size"></a><a class="link" href="default_buffer_size.html" title="buffered_write_stream::default_buffer_size">buffered_write_stream::default_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1307753"></a>
+ <a class="indexterm" name="idp163115376"></a>
The default buffer size.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">default_buffer_size</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The default buffer size.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/flush.html b/doc/html/boost_asio/reference/buffered_write_stream/flush.html
index d00a5d0b10..993a8c90e6 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/flush.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/flush.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::flush</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="default_buffer_size.html" title="buffered_write_stream::default_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.flush"></a><a class="link" href="flush.html" title="buffered_write_stream::flush">buffered_write_stream::flush</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1307836"></a>
+ <a class="indexterm" name="idp163125216"></a>
Flush all data from the buffer to the next layer.
Returns the number of bytes written to the next layer on the last write
operation. Throws an exception on failure.
@@ -47,7 +47,7 @@ Flush all data from the buffer to the next layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html
index bd3a9ae0eb..62fb91ae3b 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::flush (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../flush.html" title="buffered_write_stream::flush">
<link rel="prev" href="../flush.html" title="buffered_write_stream::flush">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html
index 829ecb8700..699b72fdbe 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::flush (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../flush.html" title="buffered_write_stream::flush">
<link rel="prev" href="overload1.html" title="buffered_write_stream::flush (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html b/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html
index 533f25ab2b..def0d44a69 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="flush/overload2.html" title="buffered_write_stream::flush (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.get_io_service"></a><a class="link" href="get_io_service.html" title="buffered_write_stream::get_io_service">buffered_write_stream::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308150"></a>
+ <a class="indexterm" name="idp163161600"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -36,7 +36,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html b/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html
index 8b82a8a62e..31e1b58b9a 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::in_avail</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="get_io_service.html" title="buffered_write_stream::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.in_avail"></a><a class="link" href="in_avail.html" title="buffered_write_stream::in_avail">buffered_write_stream::in_avail</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308240"></a>
+ <a class="indexterm" name="idp163172352"></a>
Determine the amount of data that may be read
without blocking.
</p>
@@ -41,7 +41,7 @@ Determine the amount of data that may be read
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html
index c2e70b3299..8a5e9168a8 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::in_avail (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_write_stream::in_avail">
<link rel="prev" href="../in_avail.html" title="buffered_write_stream::in_avail">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html
index c9423704bc..945017ea2e 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::in_avail (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../in_avail.html" title="buffered_write_stream::in_avail">
<link rel="prev" href="overload1.html" title="buffered_write_stream::in_avail (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html
index 198559d0d5..895e7ed5e4 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="in_avail/overload2.html" title="buffered_write_stream::in_avail (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.lowest_layer"></a><a class="link" href="lowest_layer.html" title="buffered_write_stream::lowest_layer">buffered_write_stream::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308537"></a>
+ <a class="indexterm" name="idp163207136"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="buffered_write_stream::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html
index 577a2eb036..e7a4caffc6 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_write_stream::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="buffered_write_stream::lowest_layer">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html
index 666d2a74cc..1d1ee9e4b5 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="buffered_write_stream::lowest_layer">
<link rel="prev" href="overload1.html" title="buffered_write_stream::lowest_layer (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html
index 6484ca92a6..1aeb72e69c 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="lowest_layer/overload2.html" title="buffered_write_stream::lowest_layer (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_write_stream.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="buffered_write_stream::lowest_layer_type">buffered_write_stream::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308789"></a>
+ <a class="indexterm" name="idp163235968"></a>
The type of the lowest layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">next_layer_type</span><span class="special">::</span><span class="identifier">lowest_layer_type</span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_write_stream.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_write_stream.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.buffered_write_stream.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html b/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html
index c63d8230d6..38c1ef1ce2 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::next_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="lowest_layer_type.html" title="buffered_write_stream::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.next_layer"></a><a class="link" href="next_layer.html" title="buffered_write_stream::next_layer">buffered_write_stream::next_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308911"></a>
+ <a class="indexterm" name="idp163249584"></a>
Get a reference to the next layer.
</p>
<pre class="programlisting"><span class="identifier">next_layer_type</span> <span class="special">&amp;</span> <span class="identifier">next_layer</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Get a reference to the next layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html b/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html
index 4f19ff9cf0..23f9c15a17 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::next_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="next_layer.html" title="buffered_write_stream::next_layer">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffered_write_stream.next_layer_type"></a><a class="link" href="next_layer_type.html" title="buffered_write_stream::next_layer_type">buffered_write_stream::next_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1308969"></a>
+ <a class="indexterm" name="idp163256288"></a>
The type of the next layer.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffered_write_stream.next_layer_type.h0"></a>
- <span><a name="boost_asio.reference.buffered_write_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_write_stream.next_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffered_write_stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.buffered_write_stream.next_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffered_write_stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/peek.html b/doc/html/boost_asio/reference/buffered_write_stream/peek.html
index c7edd8b628..148b5d5bd0 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/peek.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="next_layer_type.html" title="buffered_write_stream::next_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.peek"></a><a class="link" href="peek.html" title="buffered_write_stream::peek">buffered_write_stream::peek</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1309110"></a>
+ <a class="indexterm" name="idp163271232"></a>
Peek at the incoming data on the stream. Returns
the number of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Peek at the incoming data on the stream. Returns
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html
index 034d9cba06..72daf72a91 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::peek (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_write_stream::peek">
<link rel="prev" href="../peek.html" title="buffered_write_stream::peek">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html
index 56490d1887..d5f125c677 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::peek (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../peek.html" title="buffered_write_stream::peek">
<link rel="prev" href="overload1.html" title="buffered_write_stream::peek (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/read_some.html b/doc/html/boost_asio/reference/buffered_write_stream/read_some.html
index c3b76542cc..782748e6b9 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/read_some.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="peek/overload2.html" title="buffered_write_stream::peek (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.read_some"></a><a class="link" href="read_some.html" title="buffered_write_stream::read_some">buffered_write_stream::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1309640"></a>
+ <a class="indexterm" name="idp163333888"></a>
Read some data from the stream. Returns the
number of bytes read. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Read some data from the stream. Returns the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html
index 995eee6e9e..c4d0154b51 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_write_stream::read_some">
<link rel="prev" href="../read_some.html" title="buffered_write_stream::read_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html
index c6c946ad91..9ec7de76d5 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="buffered_write_stream::read_some">
<link rel="prev" href="overload1.html" title="buffered_write_stream::read_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/write_some.html b/doc/html/boost_asio/reference/buffered_write_stream/write_some.html
index e489d4e66f..33c08d3564 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/write_some.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="read_some/overload2.html" title="buffered_write_stream::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffered_write_stream.write_some"></a><a class="link" href="write_some.html" title="buffered_write_stream::write_some">buffered_write_stream::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1310169"></a>
+ <a class="indexterm" name="idp163396592"></a>
Write the given data to the stream. Returns
the number of bytes written. Throws an exception on failure.
</p>
@@ -51,7 +51,7 @@ Write the given data to the stream. Returns
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html b/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html
index dc1cec7f8b..7dde1e2aff 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_write_stream::write_some">
<link rel="prev" href="../write_some.html" title="buffered_write_stream::write_some">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html b/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html
index 71f67cdc7d..d54353b3e6 100644
--- a/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="buffered_write_stream::write_some">
<link rel="prev" href="overload1.html" title="buffered_write_stream::write_some (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_begin.html b/doc/html/boost_asio/reference/buffers_begin.html
index 2fc6d3834f..c39a7f0cfa 100644
--- a/doc/html/boost_asio/reference/buffers_begin.html
+++ b/doc/html/boost_asio/reference/buffers_begin.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_begin</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffered_write_stream/write_some/overload2.html" title="buffered_write_stream::write_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_begin"></a><a class="link" href="buffers_begin.html" title="buffers_begin">buffers_begin</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1310971"></a>
+ <a class="indexterm" name="idp163459376"></a>
Construct an iterator representing the beginning of the buffers'
data.
</p>
@@ -38,18 +38,18 @@ Construct an iterator representing the beginning of the buffers'
</pre>
<h5>
<a name="boost_asio.reference.buffers_begin.h0"></a>
- <span><a name="boost_asio.reference.buffers_begin.requirements"></a></span><a class="link" href="buffers_begin.html#boost_asio.reference.buffers_begin.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_begin.requirements"></a></span><a class="link" href="buffers_begin.html#boost_asio.reference.buffers_begin.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_end.html b/doc/html/boost_asio/reference/buffers_end.html
index 4e46ed4821..b852a6ac33 100644
--- a/doc/html/boost_asio/reference/buffers_end.html
+++ b/doc/html/boost_asio/reference/buffers_end.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_end</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffers_begin.html" title="buffers_begin">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_end"></a><a class="link" href="buffers_end.html" title="buffers_end">buffers_end</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1311139"></a>
+ <a class="indexterm" name="idp163479024"></a>
Construct an iterator representing the end of the buffers' data.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -37,18 +37,18 @@ Construct an iterator representing the end of the buffers' data.
</pre>
<h5>
<a name="boost_asio.reference.buffers_end.h0"></a>
- <span><a name="boost_asio.reference.buffers_end.requirements"></a></span><a class="link" href="buffers_end.html#boost_asio.reference.buffers_end.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_end.requirements"></a></span><a class="link" href="buffers_end.html#boost_asio.reference.buffers_end.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator.html b/doc/html/boost_asio/reference/buffers_iterator.html
index d4c3d92f71..ffbd7c61eb 100644
--- a/doc/html/boost_asio/reference/buffers_iterator.html
+++ b/doc/html/boost_asio/reference/buffers_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffers_end.html" title="buffers_end">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.buffers_iterator.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.types"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.types"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffers_iterator.h1"></a>
- <span><a name="boost_asio.reference.buffers_iterator.member_functions"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.member_functions"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -271,7 +271,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffers_iterator.h2"></a>
- <span><a name="boost_asio.reference.buffers_iterator.friends"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.friends"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -391,18 +391,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.buffers_iterator.h3"></a>
- <span><a name="boost_asio.reference.buffers_iterator.requirements"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.requirements"></a></span><a class="link" href="buffers_iterator.html#boost_asio.reference.buffers_iterator.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/begin.html b/doc/html/boost_asio/reference/buffers_iterator/begin.html
index 5c3a541896..27a3ec5e12 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/begin.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/begin.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::begin</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="../buffers_iterator.html" title="buffers_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.begin"></a><a class="link" href="begin.html" title="buffers_iterator::begin">buffers_iterator::begin</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312332"></a>
+ <a class="indexterm" name="idp163615408"></a>
Construct an iterator representing the beginning of
the buffers' data.
</p>
@@ -37,7 +37,7 @@ Construct an iterator representing the beginning of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html b/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html
index bddfebb6ba..4f9a3b8cd3 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::buffers_iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="begin.html" title="buffers_iterator::begin">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.buffers_iterator"></a><a class="link" href="buffers_iterator.html" title="buffers_iterator::buffers_iterator">buffers_iterator::buffers_iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312417"></a>
+ <a class="indexterm" name="idp163625536"></a>
Default constructor. Creates an iterator
in an undefined state.
</p>
@@ -36,7 +36,7 @@ Default constructor. Creates an iterator
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/difference_type.html b/doc/html/boost_asio/reference/buffers_iterator/difference_type.html
index ee105204b6..6bbd868de3 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/difference_type.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/difference_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::difference_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="buffers_iterator.html" title="buffers_iterator::buffers_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.difference_type"></a><a class="link" href="difference_type.html" title="buffers_iterator::difference_type">buffers_iterator::difference_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312464"></a>
+ <a class="indexterm" name="idp163630896"></a>
The type used for the distance between two
iterators.
</p>
@@ -35,18 +35,18 @@ The type used for the distance between two
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.difference_type.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.difference_type.requirements"></a></span><a class="link" href="difference_type.html#boost_asio.reference.buffers_iterator.difference_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.difference_type.requirements"></a></span><a class="link" href="difference_type.html#boost_asio.reference.buffers_iterator.difference_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/end.html b/doc/html/boost_asio/reference/buffers_iterator/end.html
index 2fc506fb2b..6f117d4699 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/end.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/end.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::end</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="difference_type.html" title="buffers_iterator::difference_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.end"></a><a class="link" href="end.html" title="buffers_iterator::end">buffers_iterator::end</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312585"></a>
+ <a class="indexterm" name="idp163644256"></a>
Construct an iterator representing the end of the buffers'
data.
</p>
@@ -37,7 +37,7 @@ Construct an iterator representing the end of the buffers'
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html b/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html
index d05bf79d7d..c9e04b462e 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::iterator_category</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="end.html" title="buffers_iterator::end">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffers_iterator.iterator_category"></a><a class="link" href="iterator_category.html" title="buffers_iterator::iterator_category">buffers_iterator::iterator_category</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312669"></a>
+ <a class="indexterm" name="idp163654304"></a>
The iterator category.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">random_access_iterator_tag</span> <span class="identifier">iterator_category</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.iterator_category.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.iterator_category.requirements"></a></span><a class="link" href="iterator_category.html#boost_asio.reference.buffers_iterator.iterator_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.iterator_category.requirements"></a></span><a class="link" href="iterator_category.html#boost_asio.reference.buffers_iterator.iterator_category.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html b/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html
index f9a0096da7..436e6e7fab 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator *</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="iterator_category.html" title="buffers_iterator::iterator_category">
@@ -28,7 +28,7 @@
*</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312790"></a>
+ <a class="indexterm" name="idp163667648"></a>
Dereference an iterator.
</p>
<pre class="programlisting"><span class="identifier">reference</span> <span class="keyword">operator</span> <span class="special">*()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -36,7 +36,7 @@ Dereference an iterator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html
index 7499fff931..64036662d8 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_minus__eq_.html" title="buffers_iterator::operator-=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_arrow_"></a><a class="link" href="operator_arrow_.html" title="buffers_iterator::operator-&gt;">buffers_iterator::operator-&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1314707"></a>
+ <a class="indexterm" name="idp163889024"></a>
Dereference an iterator.
</p>
<pre class="programlisting"><span class="identifier">pointer</span> <span class="keyword">operator</span><span class="special">-&gt;()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Dereference an iterator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html
index 09539ca979..d873296758 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_lt__eq_.html" title="buffers_iterator::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="buffers_iterator::operator==">buffers_iterator::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315100"></a>
+ <a class="indexterm" name="idp163934048"></a>
Test two iterators for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Test two iterators for equality.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.buffers_iterator.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.buffers_iterator.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html
index 235692b534..030501fca7 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_eq__eq_.html" title="buffers_iterator::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_gt_"></a><a class="link" href="operator_gt_.html" title="buffers_iterator::operator&gt;">buffers_iterator::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315266"></a>
+ <a class="indexterm" name="idp163952960"></a>
Compare two iterators.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare two iterators.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.buffers_iterator.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.buffers_iterator.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html
index aed37335a7..76201b7d05 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_gt_.html" title="buffers_iterator::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="buffers_iterator::operator&gt;=">buffers_iterator::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315431"></a>
+ <a class="indexterm" name="idp163971856"></a>
Compare two iterators.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare two iterators.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.buffers_iterator.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.buffers_iterator.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html
index 1a7d84a7f1..4b44edb2bc 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator[]</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_gt__eq_.html" title="buffers_iterator::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_lb__rb_"></a><a class="link" href="operator_lb__rb_.html" title="buffers_iterator::operator[]">buffers_iterator::operator[]</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315596"></a>
+ <a class="indexterm" name="idp163990720"></a>
Access an individual element.
</p>
<pre class="programlisting"><span class="identifier">reference</span> <span class="keyword">operator</span><span class="special">[](</span>
@@ -36,7 +36,7 @@ Access an individual element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html
index 53ae90cd2b..2700aae45f 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_arrow_.html" title="buffers_iterator::operator-&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_lt_"></a><a class="link" href="operator_lt_.html" title="buffers_iterator::operator&lt;">buffers_iterator::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1314770"></a>
+ <a class="indexterm" name="idp163896288"></a>
Compare two iterators.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare two iterators.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.buffers_iterator.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.buffers_iterator.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html
index fba14716be..ce620911c9 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_lt_.html" title="buffers_iterator::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="buffers_iterator::operator&lt;=">buffers_iterator::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1314935"></a>
+ <a class="indexterm" name="idp163915040"></a>
Compare two iterators.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare two iterators.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.buffers_iterator.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.buffers_iterator.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html
index 4b422a1d17..deda54114c 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_plus__eq_.html" title="buffers_iterator::operator+=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_minus_"></a><a class="link" href="operator_minus_.html" title="buffers_iterator::operator-">buffers_iterator::operator-</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1313852"></a>
+ <a class="indexterm" name="idp163790128"></a>
Subtraction operator.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="identifier">buffers_iterator</span> <a class="link" href="operator_minus_/overload1.html" title="buffers_iterator::operator- (1 of 2 overloads)">operator-</a><span class="special">(</span>
@@ -43,7 +43,7 @@ Subtraction operator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html
index 7c2ff26275..22f210b79a 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator- (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_minus_.html" title="buffers_iterator::operator-">
<link rel="prev" href="../operator_minus_.html" title="buffers_iterator::operator-">
@@ -36,18 +36,18 @@
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_minus_.overload1.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_minus_.overload1.requirements"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffers_iterator.operator_minus_.overload1.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_minus_.overload1.requirements"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffers_iterator.operator_minus_.overload1.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html
index eafd9077e7..6b24878c0d 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator- (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_minus_.html" title="buffers_iterator::operator-">
<link rel="prev" href="overload1.html" title="buffers_iterator::operator- (1 of 2 overloads)">
@@ -36,18 +36,18 @@
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_minus_.overload2.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_minus_.overload2.requirements"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffers_iterator.operator_minus_.overload2.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_minus_.overload2.requirements"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffers_iterator.operator_minus_.overload2.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html
index e128160327..0262c2694c 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_minus__minus_/overload2.html" title="buffers_iterator::operator-- (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_minus__eq_"></a><a class="link" href="operator_minus__eq_.html" title="buffers_iterator::operator-=">buffers_iterator::operator-=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1314624"></a>
+ <a class="indexterm" name="idp163879232"></a>
Subtraction operator.
</p>
<pre class="programlisting"><span class="identifier">buffers_iterator</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">-=(</span>
@@ -36,7 +36,7 @@ Subtraction operator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html
index 052289ba96..a189fbde85 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator--</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_minus_/overload2.html" title="buffers_iterator::operator- (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_minus__minus_"></a><a class="link" href="operator_minus__minus_.html" title="buffers_iterator::operator--">buffers_iterator::operator--</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1314392"></a>
+ <a class="indexterm" name="idp163852912"></a>
Decrement operator (prefix).
</p>
<pre class="programlisting"><span class="identifier">buffers_iterator</span> <span class="special">&amp;</span> <a class="link" href="operator_minus__minus_/overload1.html" title="buffers_iterator::operator-- (1 of 2 overloads)">operator--</a><span class="special">();</span>
@@ -43,7 +43,7 @@ Decrement operator (prefix).
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html
index d636d2114b..35d0865965 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-- (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_minus__minus_.html" title="buffers_iterator::operator--">
<link rel="prev" href="../operator_minus__minus_.html" title="buffers_iterator::operator--">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html
index 8113d7dd09..f2582d3ab9 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-- (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_minus__minus_.html" title="buffers_iterator::operator--">
<link rel="prev" href="overload1.html" title="buffers_iterator::operator-- (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html
index 12862eb84b..e0545ca742 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator__star_.html" title="buffers_iterator::operator *">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="buffers_iterator::operator!=">buffers_iterator::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1312853"></a>
+ <a class="indexterm" name="idp163674992"></a>
Test two iterators for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Test two iterators for inequality.
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.buffers_iterator.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.buffers_iterator.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html
index 2356568da2..3ae174f9c9 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator+</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_not__eq_.html" title="buffers_iterator::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_plus_"></a><a class="link" href="operator_plus_.html" title="buffers_iterator::operator+">buffers_iterator::operator+</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1313018"></a>
+ <a class="indexterm" name="idp163693888"></a>
Addition operator.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="identifier">buffers_iterator</span> <a class="link" href="operator_plus_/overload1.html" title="buffers_iterator::operator+ (1 of 2 overloads)">operator+</a><span class="special">(</span>
@@ -43,7 +43,7 @@ Addition operator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html
index ab9dfa0c82..c6d01c0de9 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator+ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="buffers_iterator::operator+">
<link rel="prev" href="../operator_plus_.html" title="buffers_iterator::operator+">
@@ -36,18 +36,18 @@
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_plus_.overload1.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_plus_.overload1.requirements"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffers_iterator.operator_plus_.overload1.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_plus_.overload1.requirements"></a></span><a class="link" href="overload1.html#boost_asio.reference.buffers_iterator.operator_plus_.overload1.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html
index fc52ea75c9..5cf04711f5 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="buffers_iterator::operator+">
<link rel="prev" href="overload1.html" title="buffers_iterator::operator+ (1 of 2 overloads)">
@@ -36,18 +36,18 @@
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.operator_plus_.overload2.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.operator_plus_.overload2.requirements"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffers_iterator.operator_plus_.overload2.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.operator_plus_.overload2.requirements"></a></span><a class="link" href="overload2.html#boost_asio.reference.buffers_iterator.operator_plus_.overload2.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html
index a678334495..2a5a994b17 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator+=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_plus__plus_/overload2.html" title="buffers_iterator::operator++ (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_plus__eq_"></a><a class="link" href="operator_plus__eq_.html" title="buffers_iterator::operator+=">buffers_iterator::operator+=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1313770"></a>
+ <a class="indexterm" name="idp163780432"></a>
Addition operator.
</p>
<pre class="programlisting"><span class="identifier">buffers_iterator</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">+=(</span>
@@ -36,7 +36,7 @@ Addition operator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html
index 0b59add4f9..5536a359b1 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator++</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_plus_/overload2.html" title="buffers_iterator::operator+ (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.operator_plus__plus_"></a><a class="link" href="operator_plus__plus_.html" title="buffers_iterator::operator++">buffers_iterator::operator++</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1313538"></a>
+ <a class="indexterm" name="idp163754112"></a>
Increment operator (prefix).
</p>
<pre class="programlisting"><span class="identifier">buffers_iterator</span> <span class="special">&amp;</span> <a class="link" href="operator_plus__plus_/overload1.html" title="buffers_iterator::operator++ (1 of 2 overloads)">operator++</a><span class="special">();</span>
@@ -43,7 +43,7 @@ Increment operator (prefix).
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html
index 667946440a..79c5d1e6b6 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator++ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus__plus_.html" title="buffers_iterator::operator++">
<link rel="prev" href="../operator_plus__plus_.html" title="buffers_iterator::operator++">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html
index 64a3ae3aea..bbd8671299 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator++ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus__plus_.html" title="buffers_iterator::operator++">
<link rel="prev" href="overload1.html" title="buffers_iterator::operator++ (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/pointer.html b/doc/html/boost_asio/reference/buffers_iterator/pointer.html
index 3aafba385f..04f342e696 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/pointer.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/pointer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::pointer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_lb__rb_.html" title="buffers_iterator::operator[]">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.pointer"></a><a class="link" href="pointer.html" title="buffers_iterator::pointer">buffers_iterator::pointer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315682"></a>
+ <a class="indexterm" name="idp164000912"></a>
The type of the result of applying <code class="computeroutput"><span class="keyword">operator</span><span class="special">-&gt;()</span></code>
to the iterator.
</p>
@@ -40,18 +40,18 @@ The type of the result of applying <code class="computeroutput"><span class="key
</p>
<h6>
<a name="boost_asio.reference.buffers_iterator.pointer.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.pointer.requirements"></a></span><a class="link" href="pointer.html#boost_asio.reference.buffers_iterator.pointer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.pointer.requirements"></a></span><a class="link" href="pointer.html#boost_asio.reference.buffers_iterator.pointer.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/reference.html b/doc/html/boost_asio/reference/buffers_iterator/reference.html
index cf7fa200e0..632f15c40c 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/reference.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/reference.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::reference</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="pointer.html" title="buffers_iterator::pointer">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.buffers_iterator.reference"></a><a class="link" href="reference.html" title="buffers_iterator::reference">buffers_iterator::reference</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315835"></a>
+ <a class="indexterm" name="idp164018096"></a>
The type of the result of applying <code class="computeroutput"><span class="keyword">operator</span><span class="special">*()</span></code>
to the iterator.
</p>
@@ -40,18 +40,18 @@ The type of the result of applying <code class="computeroutput"><span class="key
</p>
<h6>
<a name="boost_asio.reference.buffers_iterator.reference.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.reference.requirements"></a></span><a class="link" href="reference.html#boost_asio.reference.buffers_iterator.reference.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.reference.requirements"></a></span><a class="link" href="reference.html#boost_asio.reference.buffers_iterator.reference.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/buffers_iterator/value_type.html b/doc/html/boost_asio/reference/buffers_iterator/value_type.html
index f48d319aff..7b6b82cf6d 100644
--- a/doc/html/boost_asio/reference/buffers_iterator/value_type.html
+++ b/doc/html/boost_asio/reference/buffers_iterator/value_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::value_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="reference.html" title="buffers_iterator::reference">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.buffers_iterator.value_type"></a><a class="link" href="value_type.html" title="buffers_iterator::value_type">buffers_iterator::value_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1315989"></a>
+ <a class="indexterm" name="idp164035280"></a>
The type of the value pointed to by the iterator.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">ByteType</span> <span class="identifier">value_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.buffers_iterator.value_type.h0"></a>
- <span><a name="boost_asio.reference.buffers_iterator.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.buffers_iterator.value_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.buffers_iterator.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.buffers_iterator.value_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect.html b/doc/html/boost_asio/reference/connect.html
index 385ad9a974..08ba040e0d 100644
--- a/doc/html/boost_asio/reference/connect.html
+++ b/doc/html/boost_asio/reference/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffers_iterator/value_type.html" title="buffers_iterator::value_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.connect"></a><a class="link" href="connect.html" title="connect">connect</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1316098"></a>
+ <a class="indexterm" name="idp164047536"></a>
Establishes a socket connection by trying each endpoint in a sequence.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -120,18 +120,18 @@ Establishes a socket connection by trying each endpoint in a sequence.
</pre>
<h5>
<a name="boost_asio.reference.connect.h0"></a>
- <span><a name="boost_asio.reference.connect.requirements"></a></span><a class="link" href="connect.html#boost_asio.reference.connect.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.requirements"></a></span><a class="link" href="connect.html#boost_asio.reference.connect.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/connect.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/connect.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload1.html b/doc/html/boost_asio/reference/connect/overload1.html
index 1eb922976d..56db5a731c 100644
--- a/doc/html/boost_asio/reference/connect/overload1.html
+++ b/doc/html/boost_asio/reference/connect/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="../connect.html" title="connect">
@@ -46,11 +46,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload1.h0"></a>
- <span><a name="boost_asio.reference.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -64,7 +64,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload1.h1"></a>
- <span><a name="boost_asio.reference.connect.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -72,11 +72,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload1.h2"></a>
- <span><a name="boost_asio.reference.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the sequence is empty, the associated <code class="computeroutput"><span class="identifier">error_code</span></code> is <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">not_found</span></code>.
@@ -86,7 +86,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload1.h3"></a>
- <span><a name="boost_asio.reference.connect.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -94,7 +94,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload1.h4"></a>
- <span><a name="boost_asio.reference.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -104,7 +104,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload2.html b/doc/html/boost_asio/reference/connect/overload2.html
index a88d24b8be..72e9c775cb 100644
--- a/doc/html/boost_asio/reference/connect/overload2.html
+++ b/doc/html/boost_asio/reference/connect/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload1.html" title="connect (1 of 8 overloads)">
@@ -47,11 +47,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload2.h0"></a>
- <span><a name="boost_asio.reference.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -71,7 +71,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload2.h1"></a>
- <span><a name="boost_asio.reference.connect.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -79,7 +79,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload2.h2"></a>
- <span><a name="boost_asio.reference.connect.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload2.h3"></a>
- <span><a name="boost_asio.reference.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.connect.overload2.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload3.html b/doc/html/boost_asio/reference/connect/overload3.html
index bb5082924a..91625881be 100644
--- a/doc/html/boost_asio/reference/connect/overload3.html
+++ b/doc/html/boost_asio/reference/connect/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload2.html" title="connect (2 of 8 overloads)">
@@ -47,11 +47,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload3.h0"></a>
- <span><a name="boost_asio.reference.connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload3.h1"></a>
- <span><a name="boost_asio.reference.connect.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -77,11 +77,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload3.h2"></a>
- <span><a name="boost_asio.reference.connect.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the sequence is empty, the associated <code class="computeroutput"><span class="identifier">error_code</span></code> is <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">not_found</span></code>.
@@ -91,7 +91,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload3.h3"></a>
- <span><a name="boost_asio.reference.connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.connect.overload3.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload4.html b/doc/html/boost_asio/reference/connect/overload4.html
index cb1a79007b..082581048b 100644
--- a/doc/html/boost_asio/reference/connect/overload4.html
+++ b/doc/html/boost_asio/reference/connect/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload3.html" title="connect (3 of 8 overloads)">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload4.h0"></a>
- <span><a name="boost_asio.reference.connect.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload4.h1"></a>
- <span><a name="boost_asio.reference.connect.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -84,7 +84,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload4.h2"></a>
- <span><a name="boost_asio.reference.connect.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload4.example"></a></span><a class="link" href="overload4.html#boost_asio.reference.connect.overload4.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span> <span class="identifier">r</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">tcp</span><span class="special">::</span><span class="identifier">resolver</span><span class="special">::</span><span class="identifier">query</span> <span class="identifier">q</span><span class="special">(</span><span class="string">"host"</span><span class="special">,</span> <span class="string">"service"</span><span class="special">);</span>
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload5.html b/doc/html/boost_asio/reference/connect/overload5.html
index 4619bbe4ac..4ac5b44ae4 100644
--- a/doc/html/boost_asio/reference/connect/overload5.html
+++ b/doc/html/boost_asio/reference/connect/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload4.html" title="connect (4 of 8 overloads)">
@@ -48,11 +48,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload5.h0"></a>
- <span><a name="boost_asio.reference.connect.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -88,7 +88,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload5.h1"></a>
- <span><a name="boost_asio.reference.connect.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -96,11 +96,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload5.h2"></a>
- <span><a name="boost_asio.reference.connect.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the sequence is empty, the associated <code class="computeroutput"><span class="identifier">error_code</span></code> is <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">not_found</span></code>.
@@ -110,7 +110,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload5.h3"></a>
- <span><a name="boost_asio.reference.connect.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -118,7 +118,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload5.h4"></a>
- <span><a name="boost_asio.reference.connect.overload5.example"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload5.example"></a></span><a class="link" href="overload5.html#boost_asio.reference.connect.overload5.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -151,7 +151,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload6.html b/doc/html/boost_asio/reference/connect/overload6.html
index c83d35cd71..c71bf498cc 100644
--- a/doc/html/boost_asio/reference/connect/overload6.html
+++ b/doc/html/boost_asio/reference/connect/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload5.html" title="connect (5 of 8 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload6.h0"></a>
- <span><a name="boost_asio.reference.connect.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -95,7 +95,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload6.h1"></a>
- <span><a name="boost_asio.reference.connect.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -103,7 +103,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload6.h2"></a>
- <span><a name="boost_asio.reference.connect.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.remarks">Remarks</a>
</h6>
<p>
This overload assumes that a default constructed object of type <code class="computeroutput"><span class="identifier">Iterator</span></code> represents the end of the sequence.
@@ -111,7 +111,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload6.h3"></a>
- <span><a name="boost_asio.reference.connect.overload6.example"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload6.example"></a></span><a class="link" href="overload6.html#boost_asio.reference.connect.overload6.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -152,7 +152,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload7.html b/doc/html/boost_asio/reference/connect/overload7.html
index e8a49ef3ab..cbbf1f65b4 100644
--- a/doc/html/boost_asio/reference/connect/overload7.html
+++ b/doc/html/boost_asio/reference/connect/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload6.html" title="connect (6 of 8 overloads)">
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload7.h0"></a>
- <span><a name="boost_asio.reference.connect.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -93,7 +93,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload7.h1"></a>
- <span><a name="boost_asio.reference.connect.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -101,11 +101,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload7.h2"></a>
- <span><a name="boost_asio.reference.connect.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the sequence is empty, the associated <code class="computeroutput"><span class="identifier">error_code</span></code> is <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">not_found</span></code>.
@@ -115,7 +115,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload7.h3"></a>
- <span><a name="boost_asio.reference.connect.overload7.example"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload7.example"></a></span><a class="link" href="overload7.html#boost_asio.reference.connect.overload7.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -148,7 +148,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/connect/overload8.html b/doc/html/boost_asio/reference/connect/overload8.html
index 2f9a562bbe..dabfd434eb 100644
--- a/doc/html/boost_asio/reference/connect/overload8.html
+++ b/doc/html/boost_asio/reference/connect/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>connect (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../connect.html" title="connect">
<link rel="prev" href="overload7.html" title="connect (7 of 8 overloads)">
@@ -50,11 +50,11 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload8.h0"></a>
- <span><a name="boost_asio.reference.connect.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The socket to be connected. If the socket is already open, it will
@@ -100,7 +100,7 @@
</div>
<h6>
<a name="boost_asio.reference.connect.overload8.h1"></a>
- <span><a name="boost_asio.reference.connect.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.return_value">Return Value</a>
</h6>
<p>
On success, an iterator denoting the successfully connected endpoint. Otherwise,
@@ -108,7 +108,7 @@
</p>
<h6>
<a name="boost_asio.reference.connect.overload8.h2"></a>
- <span><a name="boost_asio.reference.connect.overload8.example"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.connect.overload8.example"></a></span><a class="link" href="overload8.html#boost_asio.reference.connect.overload8.example">Example</a>
</h6>
<p>
The following connect condition function object can be used to output information
@@ -149,7 +149,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer.html b/doc/html/boost_asio/reference/const_buffer.html
index e482886ce3..d7ad31dac5 100644
--- a/doc/html/boost_asio/reference/const_buffer.html
+++ b/doc/html/boost_asio/reference/const_buffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="connect/overload8.html" title="connect (8 of 8 overloads)">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.const_buffer.h0"></a>
- <span><a name="boost_asio.reference.const_buffer.member_functions"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.const_buffer.member_functions"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -74,7 +74,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.const_buffer.h1"></a>
- <span><a name="boost_asio.reference.const_buffer.related_functions"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.const_buffer.related_functions"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -115,7 +115,7 @@
</p>
<h5>
<a name="boost_asio.reference.const_buffer.h2"></a>
- <span><a name="boost_asio.reference.const_buffer.accessing_buffer_contents"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.const_buffer.accessing_buffer_contents"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h5>
<p>
@@ -131,18 +131,18 @@
</p>
<h5>
<a name="boost_asio.reference.const_buffer.h3"></a>
- <span><a name="boost_asio.reference.const_buffer.requirements"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffer.requirements"></a></span><a class="link" href="const_buffer.html#boost_asio.reference.const_buffer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/const_buffer.html b/doc/html/boost_asio/reference/const_buffer/const_buffer.html
index 8316c72e4b..a31ca9b52f 100644
--- a/doc/html/boost_asio/reference/const_buffer/const_buffer.html
+++ b/doc/html/boost_asio/reference/const_buffer/const_buffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::const_buffer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffer.html" title="const_buffer">
<link rel="prev" href="../const_buffer.html" title="const_buffer">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffer.const_buffer"></a><a class="link" href="const_buffer.html" title="const_buffer::const_buffer">const_buffer::const_buffer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1326564"></a>
+ <a class="indexterm" name="idp165300304"></a>
Construct an empty buffer.
</p>
<pre class="programlisting"><a class="link" href="const_buffer/overload1.html" title="const_buffer::const_buffer (1 of 3 overloads)">const_buffer</a><span class="special">();</span>
@@ -51,7 +51,7 @@ Construct an empty buffer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html
index 86a0833721..d506523c0b 100644
--- a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html
+++ b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::const_buffer (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffer.html" title="const_buffer::const_buffer">
<link rel="prev" href="../const_buffer.html" title="const_buffer::const_buffer">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html
index bd66e02e9b..d10432ac08 100644
--- a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html
+++ b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::const_buffer (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffer.html" title="const_buffer::const_buffer">
<link rel="prev" href="overload1.html" title="const_buffer::const_buffer (1 of 3 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html
index bc8a447b8d..70f1d23f62 100644
--- a/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html
+++ b/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::const_buffer (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffer.html" title="const_buffer::const_buffer">
<link rel="prev" href="overload2.html" title="const_buffer::const_buffer (2 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/operator_plus_.html b/doc/html/boost_asio/reference/const_buffer/operator_plus_.html
index f348f728ed..33ced5f2a0 100644
--- a/doc/html/boost_asio/reference/const_buffer/operator_plus_.html
+++ b/doc/html/boost_asio/reference/const_buffer/operator_plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::operator+</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffer.html" title="const_buffer">
<link rel="prev" href="const_buffer/overload3.html" title="const_buffer::const_buffer (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffer.operator_plus_"></a><a class="link" href="operator_plus_.html" title="const_buffer::operator+">const_buffer::operator+</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1326961"></a>
+ <a class="indexterm" name="idp165346944"></a>
Create a new non-modifiable buffer that is offset
from the start of another.
</p>
@@ -44,7 +44,7 @@ Create a new non-modifiable buffer that is offset
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html b/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html
index 7adabe18e4..a143d4a2eb 100644
--- a/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html
+++ b/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::operator+ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="const_buffer::operator+">
<link rel="prev" href="../operator_plus_.html" title="const_buffer::operator+">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html b/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html
index a4153e57e3..cfcc63c0bd 100644
--- a/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html
+++ b/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffer::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="const_buffer::operator+">
<link rel="prev" href="overload1.html" title="const_buffer::operator+ (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1.html b/doc/html/boost_asio/reference/const_buffers_1.html
index 66c0e4cd55..39ce0638e4 100644
--- a/doc/html/boost_asio/reference/const_buffers_1.html
+++ b/doc/html/boost_asio/reference/const_buffers_1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="const_buffer/operator_plus_/overload2.html" title="const_buffer::operator+ (2 of 2 overloads)">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.const_buffers_1.h0"></a>
- <span><a name="boost_asio.reference.const_buffers_1.types"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.types"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.const_buffers_1.h1"></a>
- <span><a name="boost_asio.reference.const_buffers_1.member_functions"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.member_functions"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -146,7 +146,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.const_buffers_1.h2"></a>
- <span><a name="boost_asio.reference.const_buffers_1.related_functions"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.related_functions"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -182,18 +182,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.const_buffers_1.h3"></a>
- <span><a name="boost_asio.reference.const_buffers_1.requirements"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.requirements"></a></span><a class="link" href="const_buffers_1.html#boost_asio.reference.const_buffers_1.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/begin.html b/doc/html/boost_asio/reference/const_buffers_1/begin.html
index 805b43055a..50ae18227d 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/begin.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/begin.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::begin</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="../const_buffers_1.html" title="const_buffers_1">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffers_1.begin"></a><a class="link" href="begin.html" title="const_buffers_1::begin">const_buffers_1::begin</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1327822"></a>
+ <a class="indexterm" name="idp165446496"></a>
Get a random-access iterator to the first element.
</p>
<pre class="programlisting"><span class="identifier">const_iterator</span> <span class="identifier">begin</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get a random-access iterator to the first element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html
index d89f791959..a4f28f96de 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::const_buffers_1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="begin.html" title="const_buffers_1::begin">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffers_1.const_buffers_1"></a><a class="link" href="const_buffers_1.html" title="const_buffers_1::const_buffers_1">const_buffers_1::const_buffers_1</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1327884"></a>
+ <a class="indexterm" name="idp165453840"></a>
Construct to represent a given memory range.
</p>
<pre class="programlisting"><a class="link" href="const_buffers_1/overload1.html" title="const_buffers_1::const_buffers_1 (1 of 2 overloads)">const_buffers_1</a><span class="special">(</span>
@@ -45,7 +45,7 @@ Construct to represent a given memory range.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html
index f978b736c1..db7881a3c0 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::const_buffers_1 (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1::const_buffers_1">
<link rel="prev" href="../const_buffers_1.html" title="const_buffers_1::const_buffers_1">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html
index 7124eb2163..daecabc9d9 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::const_buffers_1 (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1::const_buffers_1">
<link rel="prev" href="overload1.html" title="const_buffers_1::const_buffers_1 (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html b/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html
index 87d6dbb571..f1be351f71 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::const_iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="const_buffers_1/overload2.html" title="const_buffers_1::const_buffers_1 (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffers_1.const_iterator"></a><a class="link" href="const_iterator.html" title="const_buffers_1::const_iterator">const_buffers_1::const_iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1328485"></a>
+ <a class="indexterm" name="idp165492960"></a>
A random-access iterator type that may be
used to read elements.
</p>
@@ -35,18 +35,18 @@ A random-access iterator type that may be
</pre>
<h6>
<a name="boost_asio.reference.const_buffers_1.const_iterator.h0"></a>
- <span><a name="boost_asio.reference.const_buffers_1.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.const_buffers_1.const_iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.const_buffers_1.const_iterator.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/end.html b/doc/html/boost_asio/reference/const_buffers_1/end.html
index 921be56fa2..1fe01f1a3d 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/end.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/end.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::end</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="const_iterator.html" title="const_buffers_1::const_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffers_1.end"></a><a class="link" href="end.html" title="const_buffers_1::end">const_buffers_1::end</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1328608"></a>
+ <a class="indexterm" name="idp165506752"></a>
Get a random-access iterator for one past the last element.
</p>
<pre class="programlisting"><span class="identifier">const_iterator</span> <span class="identifier">end</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get a random-access iterator for one past the last element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html
index fe98c28bea..c89f1d39d9 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::operator+</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="end.html" title="const_buffers_1::end">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.const_buffers_1.operator_plus_"></a><a class="link" href="operator_plus_.html" title="const_buffers_1::operator+">const_buffers_1::operator+</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1328669"></a>
+ <a class="indexterm" name="idp165513856"></a>
Create a new non-modifiable buffer that is offset
from the start of another.
</p>
@@ -44,7 +44,7 @@ Create a new non-modifiable buffer that is offset
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html
index 507cabc1ea..3cfc9acc0a 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::operator+ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="const_buffers_1::operator+">
<link rel="prev" href="../operator_plus_.html" title="const_buffers_1::operator+">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html
index 14a3b18416..5f9dceb564 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="const_buffers_1::operator+">
<link rel="prev" href="overload1.html" title="const_buffers_1::operator+ (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/const_buffers_1/value_type.html b/doc/html/boost_asio/reference/const_buffers_1/value_type.html
index 5df15b8443..895b8c116d 100644
--- a/doc/html/boost_asio/reference/const_buffers_1/value_type.html
+++ b/doc/html/boost_asio/reference/const_buffers_1/value_type.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::value_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../const_buffers_1.html" title="const_buffers_1">
<link rel="prev" href="operator_plus_/overload2.html" title="const_buffers_1::operator+ (2 of 2 overloads)">
-<link rel="next" href="../datagram_socket_service.html" title="datagram_socket_service">
+<link rel="next" href="../coroutine.html" title="coroutine">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,21 +20,21 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_plus_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../const_buffers_1.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_plus_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../const_buffers_1.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../coroutine.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.const_buffers_1.value_type"></a><a class="link" href="value_type.html" title="const_buffers_1::value_type">const_buffers_1::value_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1329071"></a>
+ <a class="indexterm" name="idp165561536"></a>
The type for each element in the list of buffers.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">const_buffer</span> <span class="identifier">value_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.const_buffers_1.value_type.h0"></a>
- <span><a name="boost_asio.reference.const_buffers_1.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -75,7 +75,7 @@ The type for each element in the list of buffers.
</table></div>
<h6>
<a name="boost_asio.reference.const_buffers_1.value_type.h1"></a>
- <span><a name="boost_asio.reference.const_buffers_1.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -116,7 +116,7 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.const_buffers_1.value_type.h2"></a>
- <span><a name="boost_asio.reference.const_buffers_1.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h6>
<p>
@@ -132,18 +132,18 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.const_buffers_1.value_type.h3"></a>
- <span><a name="boost_asio.reference.const_buffers_1.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.const_buffers_1.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.const_buffers_1.value_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -151,7 +151,7 @@ The type for each element in the list of buffers.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="operator_plus_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../const_buffers_1.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="operator_plus_/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../const_buffers_1.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../coroutine.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/coroutine.html b/doc/html/boost_asio/reference/coroutine.html
new file mode 100644
index 0000000000..d8603693f1
--- /dev/null
+++ b/doc/html/boost_asio/reference/coroutine.html
@@ -0,0 +1,454 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>coroutine</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="const_buffers_1/value_type.html" title="const_buffers_1::value_type">
+<link rel="next" href="coroutine/coroutine.html" title="coroutine::coroutine">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="const_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="coroutine/coroutine.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.coroutine"></a><a class="link" href="coroutine.html" title="coroutine">coroutine</a>
+</h3></div></div></div>
+<p>
+ Provides support for implementing stackless coroutines.
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">coroutine</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.coroutine.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.coroutine.member_functions"></a></span><a class="link" href="coroutine.html#boost_asio.reference.coroutine.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="coroutine/coroutine.html" title="coroutine::coroutine"><span class="bold"><strong>coroutine</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Constructs a coroutine in its initial state.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="coroutine/is_child.html" title="coroutine::is_child"><span class="bold"><strong>is_child</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Returns true if the coroutine is the child of a fork.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="coroutine/is_complete.html" title="coroutine::is_complete"><span class="bold"><strong>is_complete</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Returns true if the coroutine has reached its terminal state.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="coroutine/is_parent.html" title="coroutine::is_parent"><span class="bold"><strong>is_parent</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Returns true if the coroutine is the parent of a fork.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <code class="computeroutput"><span class="identifier">coroutine</span></code> class may be
+ used to implement stackless coroutines. The class itself is used to store
+ the current state of the coroutine.
+ </p>
+<p>
+ Coroutines are copy-constructible and assignable, and the space overhead
+ is a single int. They can be used as a base class:
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">session</span> <span class="special">:</span> <span class="identifier">coroutine</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+<span class="special">};</span>
+</pre>
+<p>
+ or as a data member:
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">session</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="identifier">coroutine</span> <span class="identifier">coro_</span><span class="special">;</span>
+<span class="special">};</span>
+</pre>
+<p>
+ or even bound in as a function argument using lambdas or <code class="computeroutput"><span class="identifier">bind</span><span class="special">()</span></code>. The important thing is that as the application
+ maintains a copy of the object for as long as the coroutine must be kept
+ alive.
+ </p>
+<h5>
+<a name="boost_asio.reference.coroutine.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.coroutine.pseudo_keywords"></a></span><a class="link" href="coroutine.html#boost_asio.reference.coroutine.pseudo_keywords">Pseudo-keywords</a>
+ </h5>
+<p>
+ A coroutine is used in conjunction with certain "pseudo-keywords",
+ which are implemented as macros. These macros are defined by a header file:
+ </p>
+<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">yield</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+</pre>
+<p>
+ and may conversely be undefined as follows:
+ </p>
+<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">unyield</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+</pre>
+<p>
+ <span class="bold"><strong>reenter</strong></span>
+ </p>
+<p>
+ The <code class="computeroutput"><span class="identifier">reenter</span></code> macro is used
+ to define the body of a coroutine. It takes a single argument: a pointer
+ or reference to a coroutine object. For example, if the base class is a coroutine
+ object you may write:
+ </p>
+<pre class="programlisting"><span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span> <span class="identifier">coroutine</span> <span class="identifier">body</span> <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ and if a data member or other variable you can write:
+ </p>
+<pre class="programlisting"><span class="identifier">reenter</span> <span class="special">(</span><span class="identifier">coro_</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span> <span class="identifier">coroutine</span> <span class="identifier">body</span> <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ When <code class="computeroutput"><span class="identifier">reenter</span></code> is executed
+ at runtime, control jumps to the location of the last <code class="computeroutput"><span class="identifier">yield</span></code>
+ or <code class="computeroutput"><span class="identifier">fork</span></code>.
+ </p>
+<p>
+ The coroutine body may also be a single statement, such as:
+ </p>
+<pre class="programlisting"><span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span> <span class="keyword">for</span> <span class="special">(;;)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ <span class="bold"><strong>Limitation:</strong></span> The <code class="computeroutput"><span class="identifier">reenter</span></code>
+ macro is implemented using a switch. This means that you must take care when
+ using local variables within the coroutine body. The local variable is not
+ allowed in a position where reentering the coroutine could bypass the variable
+ definition.
+ </p>
+<p>
+ <span class="bold"><strong>yield <span class="emphasis"><em>statement</em></span></strong></span>
+ </p>
+<p>
+ This form of the <code class="computeroutput"><span class="identifier">yield</span></code> keyword
+ is often used with asynchronous operations:
+ </p>
+<pre class="programlisting"><span class="identifier">yield</span> <span class="identifier">socket_</span><span class="special">-&gt;</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">buffer</span><span class="special">(*</span><span class="identifier">buffer_</span><span class="special">),</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span>
+</pre>
+<p>
+ This divides into four logical steps:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">yield</span></code> saves the current
+ state of the coroutine.
+ </li>
+<li class="listitem">
+ The statement initiates the asynchronous operation.
+ </li>
+<li class="listitem">
+ The resume point is defined immediately following the statement.
+ </li>
+<li class="listitem">
+ Control is transferred to the end of the coroutine body.
+ </li>
+</ul></div>
+<p>
+ When the asynchronous operation completes, the function object is invoked
+ and <code class="computeroutput"><span class="identifier">reenter</span></code> causes control
+ to transfer to the resume point. It is important to remember to carry the
+ coroutine state forward with the asynchronous operation. In the above snippet,
+ the current class is a function object object with a coroutine object as
+ base class or data member.
+ </p>
+<p>
+ The statement may also be a compound statement, and this permits us to define
+ local variables with limited scope:
+ </p>
+<pre class="programlisting"><span class="identifier">yield</span>
+<span class="special">{</span>
+ <span class="identifier">mutable_buffers_1</span> <span class="identifier">b</span> <span class="special">=</span> <span class="identifier">buffer</span><span class="special">(*</span><span class="identifier">buffer_</span><span class="special">);</span>
+ <span class="identifier">socket_</span><span class="special">-&gt;</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">b</span><span class="special">,</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span>
+<span class="special">}</span>
+</pre>
+<p>
+ <span class="bold"><strong>yield return <span class="emphasis"><em>expression</em></span> ;</strong></span>
+ </p>
+<p>
+ This form of <code class="computeroutput"><span class="identifier">yield</span></code> is often
+ used in generators or coroutine-based parsers. For example, the function
+ object:
+ </p>
+<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">interleave</span> <span class="special">:</span> <span class="identifier">coroutine</span>
+<span class="special">{</span>
+ <span class="identifier">istream</span><span class="special">&amp;</span> <span class="identifier">is1</span><span class="special">;</span>
+ <span class="identifier">istream</span><span class="special">&amp;</span> <span class="identifier">is2</span><span class="special">;</span>
+ <span class="keyword">char</span> <span class="keyword">operator</span><span class="special">()(</span><span class="keyword">char</span> <span class="identifier">c</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span> <span class="keyword">for</span> <span class="special">(;;)</span>
+ <span class="special">{</span>
+ <span class="identifier">yield</span> <span class="keyword">return</span> <span class="identifier">is1</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+ <span class="identifier">yield</span> <span class="keyword">return</span> <span class="identifier">is2</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+<span class="special">};</span>
+</pre>
+<p>
+ defines a trivial coroutine that interleaves the characters from two input
+ streams.
+ </p>
+<p>
+ This type of <code class="computeroutput"><span class="identifier">yield</span></code> divides
+ into three logical steps:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">yield</span></code> saves the current
+ state of the coroutine.
+ </li>
+<li class="listitem">
+ The resume point is defined immediately following the semicolon.
+ </li>
+<li class="listitem">
+ The value of the expression is returned from the function.
+ </li>
+</ul></div>
+<p>
+ <span class="bold"><strong>yield ;</strong></span>
+ </p>
+<p>
+ This form of <code class="computeroutput"><span class="identifier">yield</span></code> is equivalent
+ to the following steps:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">yield</span></code> saves the current
+ state of the coroutine.
+ </li>
+<li class="listitem">
+ The resume point is defined immediately following the semicolon.
+ </li>
+<li class="listitem">
+ Control is transferred to the end of the coroutine body.
+ </li>
+</ul></div>
+<p>
+ This form might be applied when coroutines are used for cooperative threading
+ and scheduling is explicitly managed. For example:
+ </p>
+<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">task</span> <span class="special">:</span> <span class="identifier">coroutine</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()()</span>
+ <span class="special">{</span>
+ <span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="keyword">while</span> <span class="special">(...</span> <span class="keyword">not</span> <span class="identifier">finished</span> <span class="special">...)</span>
+ <span class="special">{</span>
+ <span class="special">...</span> <span class="keyword">do</span> <span class="identifier">something</span> <span class="special">...</span>
+ <span class="identifier">yield</span><span class="special">;</span>
+ <span class="special">...</span> <span class="keyword">do</span> <span class="identifier">some</span> <span class="identifier">more</span> <span class="special">...</span>
+ <span class="identifier">yield</span><span class="special">;</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+ <span class="special">...</span>
+<span class="special">};</span>
+<span class="special">...</span>
+<span class="identifier">task</span> <span class="identifier">t1</span><span class="special">,</span> <span class="identifier">t2</span><span class="special">;</span>
+<span class="keyword">for</span> <span class="special">(;;)</span>
+<span class="special">{</span>
+ <span class="identifier">t1</span><span class="special">();</span>
+ <span class="identifier">t2</span><span class="special">();</span>
+<span class="special">}</span>
+</pre>
+<p>
+ <span class="bold"><strong>yield break ;</strong></span>
+ </p>
+<p>
+ The final form of <code class="computeroutput"><span class="identifier">yield</span></code> is
+ used to explicitly terminate the coroutine. This form is comprised of two
+ steps:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">yield</span></code> sets the coroutine
+ state to indicate termination.
+ </li>
+<li class="listitem">
+ Control is transferred to the end of the coroutine body.
+ </li>
+</ul></div>
+<p>
+ Once terminated, calls to <code class="computeroutput"><span class="identifier">is_complete</span><span class="special">()</span></code> return true and the coroutine cannot be
+ reentered.
+ </p>
+<p>
+ Note that a coroutine may also be implicitly terminated if the coroutine
+ body is exited without a yield, e.g. by return, throw or by running to the
+ end of the body.
+ </p>
+<p>
+ <span class="bold"><strong>fork <span class="emphasis"><em>statement</em></span></strong></span>
+ </p>
+<p>
+ The <code class="computeroutput"><span class="identifier">fork</span></code> pseudo-keyword is
+ used when "forking" a coroutine, i.e. splitting it into two (or
+ more) copies. One use of <code class="computeroutput"><span class="identifier">fork</span></code>
+ is in a server, where a new coroutine is created to handle each client connection:
+ </p>
+<pre class="programlisting"><span class="identifier">reenter</span> <span class="special">(</span><span class="keyword">this</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="keyword">do</span>
+ <span class="special">{</span>
+ <span class="identifier">socket_</span><span class="special">.</span><span class="identifier">reset</span><span class="special">(</span><span class="keyword">new</span> <span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service_</span><span class="special">));</span>
+ <span class="identifier">yield</span> <span class="identifier">acceptor</span><span class="special">-&gt;</span><span class="identifier">async_accept</span><span class="special">(*</span><span class="identifier">socket_</span><span class="special">,</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span>
+ <span class="identifier">fork</span> <span class="identifier">server</span><span class="special">(*</span><span class="keyword">this</span><span class="special">)();</span>
+ <span class="special">}</span> <span class="keyword">while</span> <span class="special">(</span><span class="identifier">is_parent</span><span class="special">());</span>
+ <span class="special">...</span> <span class="identifier">client</span><span class="special">-</span><span class="identifier">specific</span> <span class="identifier">handling</span> <span class="identifier">follows</span> <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ The logical steps involved in a <code class="computeroutput"><span class="identifier">fork</span></code>
+ are:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">fork</span></code> saves the current
+ state of the coroutine.
+ </li>
+<li class="listitem">
+ The statement creates a copy of the coroutine and either executes it
+ immediately or schedules it for later execution.
+ </li>
+<li class="listitem">
+ The resume point is defined immediately following the semicolon.
+ </li>
+<li class="listitem">
+ For the "parent", control immediately continues from the next
+ line.
+ </li>
+</ul></div>
+<p>
+ The functions <code class="computeroutput"><span class="identifier">is_parent</span><span class="special">()</span></code>
+ and <code class="computeroutput"><span class="identifier">is_child</span><span class="special">()</span></code>
+ can be used to differentiate between parent and child. You would use these
+ functions to alter subsequent control flow.
+ </p>
+<p>
+ Note that <code class="computeroutput"><span class="identifier">fork</span></code> doesn't do
+ the actual forking by itself. It is the application's responsibility to create
+ a clone of the coroutine and call it. The clone can be called immediately,
+ as above, or scheduled for delayed execution using something like <code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">post</span><span class="special">()</span></code>.
+ </p>
+<h5>
+<a name="boost_asio.reference.coroutine.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.coroutine.alternate_macro_names"></a></span><a class="link" href="coroutine.html#boost_asio.reference.coroutine.alternate_macro_names">Alternate
+ macro names</a>
+ </h5>
+<p>
+ If preferred, an application can use macro names that follow a more typical
+ naming convention, rather than the pseudo-keywords. These are:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">BOOST_ASIO_CORO_REENTER</span></code>
+ instead of <code class="computeroutput"><span class="identifier">reenter</span></code>
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">BOOST_ASIO_CORO_YIELD</span></code>
+ instead of <code class="computeroutput"><span class="identifier">yield</span></code>
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">BOOST_ASIO_CORO_FORK</span></code>
+ instead of <code class="computeroutput"><span class="identifier">fork</span></code>
+ </li>
+</ul></div>
+<h5>
+<a name="boost_asio.reference.coroutine.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.coroutine.requirements"></a></span><a class="link" href="coroutine.html#boost_asio.reference.coroutine.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/coroutine.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="const_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="coroutine/coroutine.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/coroutine/coroutine.html b/doc/html/boost_asio/reference/coroutine/coroutine.html
new file mode 100644
index 0000000000..8235e03d10
--- /dev/null
+++ b/doc/html/boost_asio/reference/coroutine/coroutine.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>coroutine::coroutine</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../coroutine.html" title="coroutine">
+<link rel="prev" href="../coroutine.html" title="coroutine">
+<link rel="next" href="is_child.html" title="coroutine::is_child">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_child.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.coroutine.coroutine"></a><a class="link" href="coroutine.html" title="coroutine::coroutine">coroutine::coroutine</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp165908928"></a>
+Constructs a coroutine in its initial state.
+ </p>
+<pre class="programlisting"><span class="identifier">coroutine</span><span class="special">();</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_child.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/coroutine/is_child.html b/doc/html/boost_asio/reference/coroutine/is_child.html
new file mode 100644
index 0000000000..2806361ba0
--- /dev/null
+++ b/doc/html/boost_asio/reference/coroutine/is_child.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>coroutine::is_child</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../coroutine.html" title="coroutine">
+<link rel="prev" href="coroutine.html" title="coroutine::coroutine">
+<link rel="next" href="is_complete.html" title="coroutine::is_complete">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_complete.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.coroutine.is_child"></a><a class="link" href="is_child.html" title="coroutine::is_child">coroutine::is_child</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp165914160"></a>
+Returns true if the coroutine is the child of a fork.
+ </p>
+<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_child</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_complete.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/coroutine/is_complete.html b/doc/html/boost_asio/reference/coroutine/is_complete.html
new file mode 100644
index 0000000000..e2ec0a2375
--- /dev/null
+++ b/doc/html/boost_asio/reference/coroutine/is_complete.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>coroutine::is_complete</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../coroutine.html" title="coroutine">
+<link rel="prev" href="is_child.html" title="coroutine::is_child">
+<link rel="next" href="is_parent.html" title="coroutine::is_parent">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="is_child.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_parent.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.coroutine.is_complete"></a><a class="link" href="is_complete.html" title="coroutine::is_complete">coroutine::is_complete</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp165921344"></a>
+Returns true if the coroutine has reached its terminal
+ state.
+ </p>
+<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_complete</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="is_child.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_parent.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/coroutine/is_parent.html b/doc/html/boost_asio/reference/coroutine/is_parent.html
new file mode 100644
index 0000000000..bc5ed115a5
--- /dev/null
+++ b/doc/html/boost_asio/reference/coroutine/is_parent.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>coroutine::is_parent</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../coroutine.html" title="coroutine">
+<link rel="prev" href="is_complete.html" title="coroutine::is_complete">
+<link rel="next" href="../datagram_socket_service.html" title="datagram_socket_service">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="is_complete.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.coroutine.is_parent"></a><a class="link" href="is_parent.html" title="coroutine::is_parent">coroutine::is_parent</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp165928592"></a>
+Returns true if the coroutine is the parent of a fork.
+ </p>
+<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_parent</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="is_complete.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service.html b/doc/html/boost_asio/reference/datagram_socket_service.html
index 2f8297e9e9..c8eebc17c1 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="const_buffers_1/value_type.html" title="const_buffers_1::value_type">
+<link rel="prev" href="coroutine/is_parent.html" title="coroutine::is_parent">
<link rel="next" href="datagram_socket_service/assign.html" title="datagram_socket_service::assign">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="const_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service/assign.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="coroutine/is_parent.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service/assign.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.datagram_socket_service.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.types"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.types"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.datagram_socket_service.h1"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.member_functions"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.member_functions"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -298,6 +298,19 @@
<tr>
<td>
<p>
+ <a class="link" href="datagram_socket_service/converting_move_construct.html" title="datagram_socket_service::converting_move_construct"><span class="bold"><strong>converting_move_construct</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-construct a new datagram socket implementation from another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="datagram_socket_service/datagram_socket_service.html" title="datagram_socket_service::datagram_socket_service"><span class="bold"><strong>datagram_socket_service</strong></span></a>
</p>
</td>
@@ -554,7 +567,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.datagram_socket_service.h2"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.data_members"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.data_members"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -589,18 +602,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.datagram_socket_service.h3"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.requirements"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.requirements"></a></span><a class="link" href="datagram_socket_service.html#boost_asio.reference.datagram_socket_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -608,7 +621,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="const_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service/assign.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="coroutine/is_parent.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service/assign.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/assign.html b/doc/html/boost_asio/reference/datagram_socket_service/assign.html
index 67ec4373fb..ddc30c8fa6 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/assign.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="../datagram_socket_service.html" title="datagram_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.assign"></a><a class="link" href="assign.html" title="datagram_socket_service::assign">datagram_socket_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1331228"></a>
+ <a class="indexterm" name="idp166114800"></a>
Assign an existing native socket to a datagram
socket.
</p>
@@ -40,7 +40,7 @@ Assign an existing native socket to a datagram
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html b/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html
index e2687eaf41..2cfe3bf401 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="assign.html" title="datagram_socket_service::assign">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.datagram_socket_service.async_connect"></a><a class="link" href="async_connect.html" title="datagram_socket_service::async_connect">datagram_socket_service::async_connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1331412"></a>
+ <a class="indexterm" name="idp166137008"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html b/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html
index 93c2564ae3..e410f214ed 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="async_connect.html" title="datagram_socket_service::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.datagram_socket_service.async_receive"></a><a class="link" href="async_receive.html" title="datagram_socket_service::async_receive">datagram_socket_service::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1331555"></a>
+ <a class="indexterm" name="idp166154496"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html b/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html
index ce6cdeb36f..7c451321df 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::async_receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="async_receive.html" title="datagram_socket_service::async_receive">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.datagram_socket_service.async_receive_from"></a><a class="link" href="async_receive_from.html" title="datagram_socket_service::async_receive_from">datagram_socket_service::async_receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1331741"></a>
+ <a class="indexterm" name="idp166177072"></a>
Start an asynchronous receive
that will get the endpoint of the sender.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
@@ -44,7 +44,7 @@ Start an asynchronous receive
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/async_send.html b/doc/html/boost_asio/reference/datagram_socket_service/async_send.html
index acde6cea38..c4f478fcba 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/async_send.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="async_receive_from.html" title="datagram_socket_service::async_receive_from">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.datagram_socket_service.async_send"></a><a class="link" href="async_send.html" title="datagram_socket_service::async_send">datagram_socket_service::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1331949"></a>
+ <a class="indexterm" name="idp166202336"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html b/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html
index aa62f182cb..d0de10dbd8 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::async_send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="async_send.html" title="datagram_socket_service::async_send">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.datagram_socket_service.async_send_to"></a><a class="link" href="async_send_to.html" title="datagram_socket_service::async_send_to">datagram_socket_service::async_send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332136"></a>
+ <a class="indexterm" name="idp166224880"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
@@ -43,7 +43,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html b/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html
index 6396074ac7..b5f95285fc 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="async_send_to.html" title="datagram_socket_service::async_send_to">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.at_mark"></a><a class="link" href="at_mark.html" title="datagram_socket_service::at_mark">datagram_socket_service::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332348"></a>
+ <a class="indexterm" name="idp166250768"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -38,7 +38,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/available.html b/doc/html/boost_asio/reference/datagram_socket_service/available.html
index 19325cf7ca..9f669c38b0 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/available.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="at_mark.html" title="datagram_socket_service::at_mark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.available"></a><a class="link" href="available.html" title="datagram_socket_service::available">datagram_socket_service::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332476"></a>
+ <a class="indexterm" name="idp166266048"></a>
Determine the number of bytes available
for reading.
</p>
@@ -38,7 +38,7 @@ Determine the number of bytes available
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/bind.html b/doc/html/boost_asio/reference/datagram_socket_service/bind.html
index 8f58c9a781..bfd11513de 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/bind.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="available.html" title="datagram_socket_service::available">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.bind"></a><a class="link" href="bind.html" title="datagram_socket_service::bind">datagram_socket_service::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332613"></a>
+ <a class="indexterm" name="idp166282384"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">bind</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/cancel.html b/doc/html/boost_asio/reference/datagram_socket_service/cancel.html
index d5c972a763..7bba400e0a 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/cancel.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="bind.html" title="datagram_socket_service::bind">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.cancel"></a><a class="link" href="cancel.html" title="datagram_socket_service::cancel">datagram_socket_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332768"></a>
+ <a class="indexterm" name="idp166301120"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/close.html b/doc/html/boost_asio/reference/datagram_socket_service/close.html
index e203860c27..cc8180ca77 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/close.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="cancel.html" title="datagram_socket_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.close"></a><a class="link" href="close.html" title="datagram_socket_service::close">datagram_socket_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1332898"></a>
+ <a class="indexterm" name="idp166316672"></a>
Close a datagram socket implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a datagram socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/connect.html b/doc/html/boost_asio/reference/datagram_socket_service/connect.html
index 589e10a05a..434ebaa728 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/connect.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="close.html" title="datagram_socket_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.connect"></a><a class="link" href="connect.html" title="datagram_socket_service::connect">datagram_socket_service::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333028"></a>
+ <a class="indexterm" name="idp166332192"></a>
Connect the datagram socket to the specified
endpoint.
</p>
@@ -39,7 +39,7 @@ Connect the datagram socket to the specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/construct.html b/doc/html/boost_asio/reference/datagram_socket_service/construct.html
index 3b3db08eda..b93908f297 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/construct.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/construct.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="connect.html" title="datagram_socket_service::connect">
-<link rel="next" href="datagram_socket_service.html" title="datagram_socket_service::datagram_socket_service">
+<link rel="next" href="converting_move_construct.html" title="datagram_socket_service::converting_move_construct">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.datagram_socket_service.construct"></a><a class="link" href="construct.html" title="datagram_socket_service::construct">datagram_socket_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333184"></a>
+ <a class="indexterm" name="idp166350864"></a>
Construct a new datagram socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new datagram socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Construct a new datagram socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html b/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html
new file mode 100644
index 0000000000..20416412be
--- /dev/null
+++ b/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>datagram_socket_service::converting_move_construct</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
+<link rel="prev" href="construct.html" title="datagram_socket_service::construct">
+<link rel="next" href="datagram_socket_service.html" title="datagram_socket_service::datagram_socket_service">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.datagram_socket_service.converting_move_construct"></a><a class="link" href="converting_move_construct.html" title="datagram_socket_service::converting_move_construct">datagram_socket_service::converting_move_construct</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp166359680"></a>
+Move-construct a new datagram
+ socket implementation from another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">converting_move_construct</span><span class="special">(</span>
+ <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">datagram_socket_service</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_socket_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html b/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html
index 9539c6c5f0..0ed9e33c6a 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::datagram_socket_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
-<link rel="prev" href="construct.html" title="datagram_socket_service::construct">
+<link rel="prev" href="converting_move_construct.html" title="datagram_socket_service::converting_move_construct">
<link rel="next" href="destroy.html" title="datagram_socket_service::destroy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.datagram_socket_service.datagram_socket_service"></a><a class="link" href="datagram_socket_service.html" title="datagram_socket_service::datagram_socket_service">datagram_socket_service::datagram_socket_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333260"></a>
+ <a class="indexterm" name="idp166387632"></a>
Construct a new datagram
socket service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new datagram
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -45,7 +45,7 @@ Construct a new datagram
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/destroy.html b/doc/html/boost_asio/reference/datagram_socket_service/destroy.html
index fbd919297c..1779dfcd03 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/destroy.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="datagram_socket_service.html" title="datagram_socket_service::datagram_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.destroy"></a><a class="link" href="destroy.html" title="datagram_socket_service::destroy">datagram_socket_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333360"></a>
+ <a class="indexterm" name="idp166399536"></a>
Destroy a datagram socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a datagram socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html b/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html
index b2be4a10ae..0e90b67fd8 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="destroy.html" title="datagram_socket_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.datagram_socket_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="datagram_socket_service::endpoint_type">datagram_socket_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333434"></a>
+ <a class="indexterm" name="idp166408224"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.datagram_socket_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.datagram_socket_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.datagram_socket_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html b/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html
index c2747da3bb..a65718cfac 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="endpoint_type.html" title="datagram_socket_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1333561"></a>
+ <a class="indexterm" name="idp166422512"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/get_option.html b/doc/html/boost_asio/reference/datagram_socket_service/get_option.html
index 1ee4d6c731..f8d9a14f6c 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/get_option.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="get_io_service.html" title="datagram_socket_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.get_option"></a><a class="link" href="get_option.html" title="datagram_socket_service::get_option">datagram_socket_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333652"></a>
+ <a class="indexterm" name="idp166433264"></a>
Get a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/id.html b/doc/html/boost_asio/reference/datagram_socket_service/id.html
index 366fad56ce..9e4cc47a2e 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/id.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="get_option.html" title="datagram_socket_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.id"></a><a class="link" href="id.html" title="datagram_socket_service::id">datagram_socket_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333846"></a>
+ <a class="indexterm" name="idp166456560"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html b/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html
index fc1cfe5938..ec363bf508 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="id.html" title="datagram_socket_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.datagram_socket_service.implementation_type"></a><a class="link" href="implementation_type.html" title="datagram_socket_service::implementation_type">datagram_socket_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1333930"></a>
+ <a class="indexterm" name="idp166466448"></a>
The type of a datagram socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.datagram_socket_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.datagram_socket_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.datagram_socket_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/io_control.html b/doc/html/boost_asio/reference/datagram_socket_service/io_control.html
index c045053cc8..33efb40cc2 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/io_control.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="implementation_type.html" title="datagram_socket_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.io_control"></a><a class="link" href="io_control.html" title="datagram_socket_service::io_control">datagram_socket_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334044"></a>
+ <a class="indexterm" name="idp166478912"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/is_open.html b/doc/html/boost_asio/reference/datagram_socket_service/is_open.html
index 93141f2304..57fa45ecb2 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/is_open.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="io_control.html" title="datagram_socket_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.is_open"></a><a class="link" href="is_open.html" title="datagram_socket_service::is_open">datagram_socket_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334223"></a>
+ <a class="indexterm" name="idp166500352"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html b/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html
index 25fdb3ba2c..d097ae9fc7 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="is_open.html" title="datagram_socket_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.local_endpoint"></a><a class="link" href="local_endpoint.html" title="datagram_socket_service::local_endpoint">datagram_socket_service::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334312"></a>
+ <a class="indexterm" name="idp166510944"></a>
Get the local endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html b/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html
index 35423af265..b956a0322b 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="local_endpoint.html" title="datagram_socket_service::local_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.move_assign"></a><a class="link" href="move_assign.html" title="datagram_socket_service::move_assign">datagram_socket_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334439"></a>
+ <a class="indexterm" name="idp166526240"></a>
Move-assign from another datagram socket
implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another datagram socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html b/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html
index 7aa171fdb4..f29a0b2950 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="move_assign.html" title="datagram_socket_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.move_construct"></a><a class="link" href="move_construct.html" title="datagram_socket_service::move_construct">datagram_socket_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334556"></a>
+ <a class="indexterm" name="idp166540128"></a>
Move-construct a new datagram socket
implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new datagram socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native.html b/doc/html/boost_asio/reference/datagram_socket_service/native.html
index 34cc527573..f08565acac 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="move_construct.html" title="datagram_socket_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.native"></a><a class="link" href="native.html" title="datagram_socket_service::native">datagram_socket_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334650"></a>
+ <a class="indexterm" name="idp166551424"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html b/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html
index 6cc4b12111..f01f566af7 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="native.html" title="datagram_socket_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.native_handle"></a><a class="link" href="native_handle.html" title="datagram_socket_service::native_handle">datagram_socket_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334739"></a>
+ <a class="indexterm" name="idp166561824"></a>
Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html b/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html
index bb37f51c63..da41f10260 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="native_handle.html" title="datagram_socket_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.datagram_socket_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="datagram_socket_service::native_handle_type">datagram_socket_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334813"></a>
+ <a class="indexterm" name="idp166570512"></a>
The native socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.datagram_socket_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.datagram_socket_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.datagram_socket_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html
index 4b0d341b5a..e0321115e3 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="native_handle_type.html" title="datagram_socket_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="datagram_socket_service::native_non_blocking">datagram_socket_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1334929"></a>
+ <a class="indexterm" name="idp166583040"></a>
Gets the non-blocking mode of
the native socket implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html
index 0adf86ddcd..da7ceb1ee6 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="datagram_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="datagram_socket_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html
index 2331a2d562..ebce866614 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="datagram_socket_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="datagram_socket_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/native_type.html b/doc/html/boost_asio/reference/datagram_socket_service/native_type.html
index 326e97e628..7de32f3b77 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/native_type.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="datagram_socket_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.native_type"></a><a class="link" href="native_type.html" title="datagram_socket_service::native_type">datagram_socket_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1335389"></a>
+ <a class="indexterm" name="idp166637456"></a>
(Deprecated: Use native_handle_type.)
The native socket type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.datagram_socket_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.datagram_socket_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.datagram_socket_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html
index 7bc289e855..c43d3319d6 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="native_type.html" title="datagram_socket_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.non_blocking"></a><a class="link" href="non_blocking.html" title="datagram_socket_service::non_blocking">datagram_socket_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1335502"></a>
+ <a class="indexterm" name="idp166649888"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="datagram_socket_service::non_blocking (1 of 2 overloads)">non_blocking</a><span class="special">(</span>
@@ -46,7 +46,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html
index c5d9aae112..c24061abcc 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="datagram_socket_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="datagram_socket_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html
index e34b4aba9b..731c82fd9c 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="datagram_socket_service::non_blocking">
<link rel="prev" href="overload1.html" title="datagram_socket_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/open.html b/doc/html/boost_asio/reference/datagram_socket_service/open.html
index 6a177f7969..e49c4e01e5 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/open.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="non_blocking/overload2.html" title="datagram_socket_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.open"></a><a class="link" href="open.html" title="datagram_socket_service::open">datagram_socket_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1335960"></a>
+ <a class="indexterm" name="idp166703920"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html b/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html
index 9bc1f72f66..9b28dba5a0 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="open.html" title="datagram_socket_service::open">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.datagram_socket_service.protocol_type"></a><a class="link" href="protocol_type.html" title="datagram_socket_service::protocol_type">datagram_socket_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336116"></a>
+ <a class="indexterm" name="idp166722736"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.datagram_socket_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.datagram_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.datagram_socket_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.datagram_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.datagram_socket_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/datagram_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/receive.html b/doc/html/boost_asio/reference/datagram_socket_service/receive.html
index 79f68c62f5..25f9af7b54 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/receive.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="protocol_type.html" title="datagram_socket_service::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.receive"></a><a class="link" href="receive.html" title="datagram_socket_service::receive">datagram_socket_service::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336227"></a>
+ <a class="indexterm" name="idp166735184"></a>
Receive some data from the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Receive some data from the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html b/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html
index b03a0f7739..e9310bd7f6 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="receive.html" title="datagram_socket_service::receive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.receive_from"></a><a class="link" href="receive_from.html" title="datagram_socket_service::receive_from">datagram_socket_service::receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336427"></a>
+ <a class="indexterm" name="idp166759136"></a>
Receive a datagram with the endpoint
of the sender.
</p>
@@ -43,7 +43,7 @@ Receive a datagram with the endpoint
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html b/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html
index cbda66a453..9a382b48bb 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="receive_from.html" title="datagram_socket_service::receive_from">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="datagram_socket_service::remote_endpoint">datagram_socket_service::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336648"></a>
+ <a class="indexterm" name="idp166785968"></a>
Get the remote endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">remote_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the remote endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/send.html b/doc/html/boost_asio/reference/datagram_socket_service/send.html
index 327f1c4cd4..75ac1d614f 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/send.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="remote_endpoint.html" title="datagram_socket_service::remote_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.send"></a><a class="link" href="send.html" title="datagram_socket_service::send">datagram_socket_service::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336775"></a>
+ <a class="indexterm" name="idp166801264"></a>
Send the given data to the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Send the given data to the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/send_to.html b/doc/html/boost_asio/reference/datagram_socket_service/send_to.html
index 8af129bdee..5026b50e0c 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/send_to.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="send.html" title="datagram_socket_service::send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.send_to"></a><a class="link" href="send_to.html" title="datagram_socket_service::send_to">datagram_socket_service::send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1336976"></a>
+ <a class="indexterm" name="idp166825232"></a>
Send a datagram to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,7 +42,7 @@ Send a datagram to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/set_option.html b/doc/html/boost_asio/reference/datagram_socket_service/set_option.html
index ee1d002ad2..8d729ece42 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/set_option.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="send_to.html" title="datagram_socket_service::send_to">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.set_option"></a><a class="link" href="set_option.html" title="datagram_socket_service::set_option">datagram_socket_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1337202"></a>
+ <a class="indexterm" name="idp166852544"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html b/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html
index 8a368cf6ad..5b4461332d 100644
--- a/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html
+++ b/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>datagram_socket_service::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../datagram_socket_service.html" title="datagram_socket_service">
<link rel="prev" href="set_option.html" title="datagram_socket_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.datagram_socket_service.shutdown"></a><a class="link" href="shutdown.html" title="datagram_socket_service::shutdown">datagram_socket_service::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1337386"></a>
+ <a class="indexterm" name="idp166874688"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">shutdown</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer.html b/doc/html/boost_asio/reference/deadline_timer.html
index 9451367c5f..ad3ae7fbf5 100644
--- a/doc/html/boost_asio/reference/deadline_timer.html
+++ b/doc/html/boost_asio/reference/deadline_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="datagram_socket_service/shutdown.html" title="datagram_socket_service::shutdown">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.deadline_timer"></a><a class="link" href="deadline_timer.html" title="deadline_timer">deadline_timer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1337541"></a>
+ <a class="indexterm" name="idp166893072"></a>
Typedef for the typical usage of timer. Uses a UTC clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_deadline_timer</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&gt;</span> <span class="identifier">deadline_timer</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.deadline_timer.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer.types"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.types"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -118,7 +118,7 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer.h1"></a>
- <span><a name="boost_asio.reference.deadline_timer.member_functions"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.member_functions"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -250,7 +250,7 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer.h2"></a>
- <span><a name="boost_asio.reference.deadline_timer.protected_member_functions"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.protected_member_functions"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -299,7 +299,7 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer.h3"></a>
- <span><a name="boost_asio.reference.deadline_timer.protected_data_members"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.protected_data_members"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -363,20 +363,18 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</p>
<h5>
<a name="boost_asio.reference.deadline_timer.h4"></a>
- <span><a name="boost_asio.reference.deadline_timer.thread_safety"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.thread_safety"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.deadline_timer.h5"></a>
- <span><a name="boost_asio.reference.deadline_timer.examples"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.examples"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.examples">Examples</a>
</h5>
<p>
Performing a blocking wait:
@@ -412,7 +410,7 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</pre>
<h5>
<a name="boost_asio.reference.deadline_timer.h6"></a>
- <span><a name="boost_asio.reference.deadline_timer.changing_an_active_deadline_timer_s_expiry_time"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.changing_an_active_deadline_timer_s_expiry_time">Changing
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.changing_an_active_deadline_timer_s_expiry_time"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.changing_an_active_deadline_timer_s_expiry_time">Changing
an active deadline_timer's expiry time</a>
</h5>
<p>
@@ -442,7 +440,7 @@ Typedef for the typical usage of timer. Uses a UTC clock.
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_deadline_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -457,18 +455,18 @@ Typedef for the typical usage of timer. Uses a UTC clock.
</ul></div>
<h5>
<a name="boost_asio.reference.deadline_timer.h7"></a>
- <span><a name="boost_asio.reference.deadline_timer.requirements"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer.requirements"></a></span><a class="link" href="deadline_timer.html#boost_asio.reference.deadline_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service.html b/doc/html/boost_asio/reference/deadline_timer_service.html
index f30fd5837a..2c1ec78ab4 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="deadline_timer.html" title="deadline_timer">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.deadline_timer_service.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.types"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.types"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -109,7 +109,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer_service.h1"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.member_functions"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.member_functions"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -254,7 +254,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer_service.h2"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.data_members"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.data_members"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -288,18 +288,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.deadline_timer_service.h3"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.requirements"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.requirements"></a></span><a class="link" href="deadline_timer_service.html#boost_asio.reference.deadline_timer_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html b/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html
index 581c7d1127..6af2dbe707 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="../deadline_timer_service.html" title="deadline_timer_service">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.deadline_timer_service.async_wait"></a><a class="link" href="async_wait.html" title="deadline_timer_service::async_wait">deadline_timer_service::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340245"></a>
+ <a class="indexterm" name="idp167206144"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/cancel.html b/doc/html/boost_asio/reference/deadline_timer_service/cancel.html
index 3295b5e27d..1d91dddcef 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/cancel.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="async_wait.html" title="deadline_timer_service::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.cancel"></a><a class="link" href="cancel.html" title="deadline_timer_service::cancel">deadline_timer_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340361"></a>
+ <a class="indexterm" name="idp167220384"></a>
Cancel any asynchronous wait operations associated
with the timer.
</p>
@@ -38,7 +38,7 @@ Cancel any asynchronous wait operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html b/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html
index f0d6fab51a..2478167f69 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::cancel_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="cancel.html" title="deadline_timer_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.cancel_one"></a><a class="link" href="cancel_one.html" title="deadline_timer_service::cancel_one">deadline_timer_service::cancel_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340483"></a>
+ <a class="indexterm" name="idp167234752"></a>
Cancels one asynchronous wait operation
associated with the timer.
</p>
@@ -38,7 +38,7 @@ Cancels one asynchronous wait operation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/construct.html b/doc/html/boost_asio/reference/deadline_timer_service/construct.html
index c0e4b2eb4a..b53e4a7310 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/construct.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="cancel_one.html" title="deadline_timer_service::cancel_one">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.construct"></a><a class="link" href="construct.html" title="deadline_timer_service::construct">deadline_timer_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340604"></a>
+ <a class="indexterm" name="idp167249184"></a>
Construct a new timer implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new timer implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html b/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html
index 7ebc5507e9..ab8c0fa418 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::deadline_timer_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="construct.html" title="deadline_timer_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.deadline_timer_service"></a><a class="link" href="deadline_timer_service.html" title="deadline_timer_service::deadline_timer_service">deadline_timer_service::deadline_timer_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340680"></a>
+ <a class="indexterm" name="idp167257808"></a>
Construct a new timer service
for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new timer service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/destroy.html b/doc/html/boost_asio/reference/deadline_timer_service/destroy.html
index 3908993728..2d1084a335 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/destroy.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="deadline_timer_service.html" title="deadline_timer_service::deadline_timer_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.destroy"></a><a class="link" href="destroy.html" title="deadline_timer_service::destroy">deadline_timer_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340780"></a>
+ <a class="indexterm" name="idp167269712"></a>
Destroy a timer implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a timer implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html b/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html
index 8f96945508..2505dd609d 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::duration_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="destroy.html" title="deadline_timer_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.deadline_timer_service.duration_type"></a><a class="link" href="duration_type.html" title="deadline_timer_service::duration_type">deadline_timer_service::duration_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340853"></a>
+ <a class="indexterm" name="idp167278400"></a>
The duration type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">duration_type</span> <span class="identifier">duration_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.deadline_timer_service.duration_type.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.deadline_timer_service.duration_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.deadline_timer_service.duration_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html
index fb1b6855c3..8d3a12a1a4 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="duration_type.html" title="deadline_timer_service::duration_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.expires_at"></a><a class="link" href="expires_at.html" title="deadline_timer_service::expires_at">deadline_timer_service::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1340974"></a>
+ <a class="indexterm" name="idp167291872"></a>
Get the expiry time for the timer as an
absolute time.
</p>
@@ -47,7 +47,7 @@ Get the expiry time for the timer as an
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html
index 4ada4e99bb..b73afa98ee 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="deadline_timer_service::expires_at">
<link rel="prev" href="../expires_at.html" title="deadline_timer_service::expires_at">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html
index 61efa08680..b51e4bb994 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="deadline_timer_service::expires_at">
<link rel="prev" href="overload1.html" title="deadline_timer_service::expires_at (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html
index 155e6b2549..a1bb20c0c3 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="expires_at/overload2.html" title="deadline_timer_service::expires_at (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.expires_from_now"></a><a class="link" href="expires_from_now.html" title="deadline_timer_service::expires_from_now">deadline_timer_service::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1341437"></a>
+ <a class="indexterm" name="idp167346576"></a>
Get the expiry time for the timer
relative to now.
</p>
@@ -47,7 +47,7 @@ Get the expiry time for the timer
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html
index 33ece758cc..a527ce5a6e 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_from_now (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="deadline_timer_service::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="deadline_timer_service::expires_from_now">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html
index 2699515adc..360cb0153e 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::expires_from_now (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="deadline_timer_service::expires_from_now">
<link rel="prev" href="overload1.html" title="deadline_timer_service::expires_from_now (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html b/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html
index 9a4b3f29b5..4582062d94 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="expires_from_now/overload2.html" title="deadline_timer_service::expires_from_now (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1341909"></a>
+ <a class="indexterm" name="idp167402064"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/id.html b/doc/html/boost_asio/reference/deadline_timer_service/id.html
index 354dac89e9..324b1e1f4d 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/id.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="get_io_service.html" title="deadline_timer_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.id"></a><a class="link" href="id.html" title="deadline_timer_service::id">deadline_timer_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1342000"></a>
+ <a class="indexterm" name="idp167412816"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html b/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html
index 78c650b24c..afa1244ca2 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="id.html" title="deadline_timer_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.implementation_type"></a><a class="link" href="implementation_type.html" title="deadline_timer_service::implementation_type">deadline_timer_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1342083"></a>
+ <a class="indexterm" name="idp167422624"></a>
The implementation type of the
deadline timer.
</p>
@@ -35,18 +35,18 @@ The implementation type of the
</pre>
<h6>
<a name="boost_asio.reference.deadline_timer_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.deadline_timer_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.deadline_timer_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/time_type.html b/doc/html/boost_asio/reference/deadline_timer_service/time_type.html
index 887531e0b7..b001d4334d 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/time_type.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/time_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::time_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="implementation_type.html" title="deadline_timer_service::implementation_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.deadline_timer_service.time_type"></a><a class="link" href="time_type.html" title="deadline_timer_service::time_type">deadline_timer_service::time_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1342197"></a>
+ <a class="indexterm" name="idp167435216"></a>
The time type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">time_type</span> <span class="identifier">time_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.deadline_timer_service.time_type.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.deadline_timer_service.time_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.deadline_timer_service.time_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html b/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html
index 7c911d329b..37efc21e47 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::traits_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="time_type.html" title="deadline_timer_service::time_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.deadline_timer_service.traits_type"></a><a class="link" href="traits_type.html" title="deadline_timer_service::traits_type">deadline_timer_service::traits_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1342318"></a>
+ <a class="indexterm" name="idp167448624"></a>
The time traits type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">TimeTraits</span> <span class="identifier">traits_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.deadline_timer_service.traits_type.h0"></a>
- <span><a name="boost_asio.reference.deadline_timer_service.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.deadline_timer_service.traits_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.deadline_timer_service.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.deadline_timer_service.traits_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/deadline_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/deadline_timer_service/wait.html b/doc/html/boost_asio/reference/deadline_timer_service/wait.html
index e1c97b8cfb..0b501c44e6 100644
--- a/doc/html/boost_asio/reference/deadline_timer_service/wait.html
+++ b/doc/html/boost_asio/reference/deadline_timer_service/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deadline_timer_service::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../deadline_timer_service.html" title="deadline_timer_service">
<link rel="prev" href="traits_type.html" title="deadline_timer_service::traits_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.deadline_timer_service.wait"></a><a class="link" href="wait.html" title="deadline_timer_service::wait">deadline_timer_service::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1342431"></a>
+ <a class="indexterm" name="idp167461008"></a>
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__addrinfo_category.html b/doc/html/boost_asio/reference/error__addrinfo_category.html
index 5c23249f0a..698e0bdd91 100644
--- a/doc/html/boost_asio/reference/error__addrinfo_category.html
+++ b/doc/html/boost_asio/reference/error__addrinfo_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::addrinfo_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="deadline_timer_service/wait.html" title="deadline_timer_service::wait">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__addrinfo_category"></a><a class="link" href="error__addrinfo_category.html" title="error::addrinfo_category">error::addrinfo_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1342544"></a>
+ <a class="indexterm" name="idp167474528"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">addrinfo_category</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_addrinfo_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__addrinfo_category.h0"></a>
- <span><a name="boost_asio.reference.error__addrinfo_category.requirements"></a></span><a class="link" href="error__addrinfo_category.html#boost_asio.reference.error__addrinfo_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__addrinfo_category.requirements"></a></span><a class="link" href="error__addrinfo_category.html#boost_asio.reference.error__addrinfo_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__addrinfo_errors.html b/doc/html/boost_asio/reference/error__addrinfo_errors.html
index bf008f2c54..f44b4ead08 100644
--- a/doc/html/boost_asio/reference/error__addrinfo_errors.html
+++ b/doc/html/boost_asio/reference/error__addrinfo_errors.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::addrinfo_errors</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__addrinfo_category.html" title="error::addrinfo_category">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.error__addrinfo_errors"></a><a class="link" href="error__addrinfo_errors.html" title="error::addrinfo_errors">error::addrinfo_errors</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1342717"></a>
+ <a class="indexterm" name="idp167494576"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">addrinfo_errors</span>
</pre>
<p>
- <a class="indexterm" name="id1342743"></a>
- <a class="indexterm" name="id1342753"></a>
+ <a class="indexterm" name="idp167497760"></a>
+ <a class="indexterm" name="idp167498864"></a>
</p>
<h5>
<a name="boost_asio.reference.error__addrinfo_errors.h0"></a>
- <span><a name="boost_asio.reference.error__addrinfo_errors.values"></a></span><a class="link" href="error__addrinfo_errors.html#boost_asio.reference.error__addrinfo_errors.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.error__addrinfo_errors.values"></a></span><a class="link" href="error__addrinfo_errors.html#boost_asio.reference.error__addrinfo_errors.values">Values</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">service_not_found</span></dt>
<dd><p>
The service is not supported for the given socket type.
@@ -54,18 +54,18 @@
</div>
<h5>
<a name="boost_asio.reference.error__addrinfo_errors.h1"></a>
- <span><a name="boost_asio.reference.error__addrinfo_errors.requirements"></a></span><a class="link" href="error__addrinfo_errors.html#boost_asio.reference.error__addrinfo_errors.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__addrinfo_errors.requirements"></a></span><a class="link" href="error__addrinfo_errors.html#boost_asio.reference.error__addrinfo_errors.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__basic_errors.html b/doc/html/boost_asio/reference/error__basic_errors.html
index 424eaa28a0..dcff77cbd1 100644
--- a/doc/html/boost_asio/reference/error__basic_errors.html
+++ b/doc/html/boost_asio/reference/error__basic_errors.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::basic_errors</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__addrinfo_errors.html" title="error::addrinfo_errors">
@@ -27,52 +27,52 @@
<a name="boost_asio.reference.error__basic_errors"></a><a class="link" href="error__basic_errors.html" title="error::basic_errors">error::basic_errors</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1342895"></a>
+ <a class="indexterm" name="idp167514688"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">basic_errors</span>
</pre>
<p>
- <a class="indexterm" name="id1342921"></a>
- <a class="indexterm" name="id1342931"></a>
- <a class="indexterm" name="id1342940"></a>
- <a class="indexterm" name="id1342950"></a>
- <a class="indexterm" name="id1342959"></a>
- <a class="indexterm" name="id1342969"></a>
- <a class="indexterm" name="id1342978"></a>
- <a class="indexterm" name="id1342988"></a>
- <a class="indexterm" name="id1342997"></a>
- <a class="indexterm" name="id1343007"></a>
- <a class="indexterm" name="id1343016"></a>
- <a class="indexterm" name="id1343025"></a>
- <a class="indexterm" name="id1343035"></a>
- <a class="indexterm" name="id1343044"></a>
- <a class="indexterm" name="id1343054"></a>
- <a class="indexterm" name="id1343063"></a>
- <a class="indexterm" name="id1343073"></a>
- <a class="indexterm" name="id1343082"></a>
- <a class="indexterm" name="id1343091"></a>
- <a class="indexterm" name="id1343101"></a>
- <a class="indexterm" name="id1343110"></a>
- <a class="indexterm" name="id1343120"></a>
- <a class="indexterm" name="id1343129"></a>
- <a class="indexterm" name="id1343138"></a>
- <a class="indexterm" name="id1343148"></a>
- <a class="indexterm" name="id1343157"></a>
- <a class="indexterm" name="id1343166"></a>
- <a class="indexterm" name="id1343176"></a>
- <a class="indexterm" name="id1343185"></a>
- <a class="indexterm" name="id1343195"></a>
- <a class="indexterm" name="id1343204"></a>
- <a class="indexterm" name="id1343214"></a>
- <a class="indexterm" name="id1343223"></a>
+ <a class="indexterm" name="idp167517968"></a>
+ <a class="indexterm" name="idp167519072"></a>
+ <a class="indexterm" name="idp167520192"></a>
+ <a class="indexterm" name="idp167521296"></a>
+ <a class="indexterm" name="idp167522400"></a>
+ <a class="indexterm" name="idp167523504"></a>
+ <a class="indexterm" name="idp167524608"></a>
+ <a class="indexterm" name="idp167525712"></a>
+ <a class="indexterm" name="idp167526816"></a>
+ <a class="indexterm" name="idp167527920"></a>
+ <a class="indexterm" name="idp167529024"></a>
+ <a class="indexterm" name="idp167530128"></a>
+ <a class="indexterm" name="idp167531232"></a>
+ <a class="indexterm" name="idp167532336"></a>
+ <a class="indexterm" name="idp167533440"></a>
+ <a class="indexterm" name="idp167534544"></a>
+ <a class="indexterm" name="idp167535648"></a>
+ <a class="indexterm" name="idp167536752"></a>
+ <a class="indexterm" name="idp167537856"></a>
+ <a class="indexterm" name="idp167538960"></a>
+ <a class="indexterm" name="idp167540064"></a>
+ <a class="indexterm" name="idp167541168"></a>
+ <a class="indexterm" name="idp167542272"></a>
+ <a class="indexterm" name="idp167543376"></a>
+ <a class="indexterm" name="idp167544480"></a>
+ <a class="indexterm" name="idp167545584"></a>
+ <a class="indexterm" name="idp167546688"></a>
+ <a class="indexterm" name="idp167547792"></a>
+ <a class="indexterm" name="idp167548896"></a>
+ <a class="indexterm" name="idp167550000"></a>
+ <a class="indexterm" name="idp167551104"></a>
+ <a class="indexterm" name="idp167552208"></a>
+ <a class="indexterm" name="idp167553312"></a>
</p>
<h5>
<a name="boost_asio.reference.error__basic_errors.h0"></a>
- <span><a name="boost_asio.reference.error__basic_errors.values"></a></span><a class="link" href="error__basic_errors.html#boost_asio.reference.error__basic_errors.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.error__basic_errors.values"></a></span><a class="link" href="error__basic_errors.html#boost_asio.reference.error__basic_errors.values">Values</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">access_denied</span></dt>
<dd><p>
Permission denied.
@@ -210,18 +210,18 @@
</div>
<h5>
<a name="boost_asio.reference.error__basic_errors.h1"></a>
- <span><a name="boost_asio.reference.error__basic_errors.requirements"></a></span><a class="link" href="error__basic_errors.html#boost_asio.reference.error__basic_errors.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__basic_errors.requirements"></a></span><a class="link" href="error__basic_errors.html#boost_asio.reference.error__basic_errors.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__get_addrinfo_category.html b/doc/html/boost_asio/reference/error__get_addrinfo_category.html
index fef037689d..5240bfcdd1 100644
--- a/doc/html/boost_asio/reference/error__get_addrinfo_category.html
+++ b/doc/html/boost_asio/reference/error__get_addrinfo_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::get_addrinfo_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__basic_errors.html" title="error::basic_errors">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__get_addrinfo_category"></a><a class="link" href="error__get_addrinfo_category.html" title="error::get_addrinfo_category">error::get_addrinfo_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1343806"></a>
+ <a class="indexterm" name="idp167619888"></a>
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">get_addrinfo_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__get_addrinfo_category.h0"></a>
- <span><a name="boost_asio.reference.error__get_addrinfo_category.requirements"></a></span><a class="link" href="error__get_addrinfo_category.html#boost_asio.reference.error__get_addrinfo_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__get_addrinfo_category.requirements"></a></span><a class="link" href="error__get_addrinfo_category.html#boost_asio.reference.error__get_addrinfo_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__get_misc_category.html b/doc/html/boost_asio/reference/error__get_misc_category.html
index 758acc1c79..a7a519e5f0 100644
--- a/doc/html/boost_asio/reference/error__get_misc_category.html
+++ b/doc/html/boost_asio/reference/error__get_misc_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::get_misc_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__get_addrinfo_category.html" title="error::get_addrinfo_category">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__get_misc_category"></a><a class="link" href="error__get_misc_category.html" title="error::get_misc_category">error::get_misc_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1343938"></a>
+ <a class="indexterm" name="idp167635120"></a>
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">get_misc_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__get_misc_category.h0"></a>
- <span><a name="boost_asio.reference.error__get_misc_category.requirements"></a></span><a class="link" href="error__get_misc_category.html#boost_asio.reference.error__get_misc_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__get_misc_category.requirements"></a></span><a class="link" href="error__get_misc_category.html#boost_asio.reference.error__get_misc_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__get_netdb_category.html b/doc/html/boost_asio/reference/error__get_netdb_category.html
index 4ff8ebf33d..7f4acefa45 100644
--- a/doc/html/boost_asio/reference/error__get_netdb_category.html
+++ b/doc/html/boost_asio/reference/error__get_netdb_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::get_netdb_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__get_misc_category.html" title="error::get_misc_category">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__get_netdb_category"></a><a class="link" href="error__get_netdb_category.html" title="error::get_netdb_category">error::get_netdb_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1344069"></a>
+ <a class="indexterm" name="idp167650112"></a>
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">get_netdb_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__get_netdb_category.h0"></a>
- <span><a name="boost_asio.reference.error__get_netdb_category.requirements"></a></span><a class="link" href="error__get_netdb_category.html#boost_asio.reference.error__get_netdb_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__get_netdb_category.requirements"></a></span><a class="link" href="error__get_netdb_category.html#boost_asio.reference.error__get_netdb_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__get_ssl_category.html b/doc/html/boost_asio/reference/error__get_ssl_category.html
index 18fbf9ecb5..625e390023 100644
--- a/doc/html/boost_asio/reference/error__get_ssl_category.html
+++ b/doc/html/boost_asio/reference/error__get_ssl_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::get_ssl_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__get_netdb_category.html" title="error::get_netdb_category">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__get_ssl_category"></a><a class="link" href="error__get_ssl_category.html" title="error::get_ssl_category">error::get_ssl_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1344201"></a>
+ <a class="indexterm" name="idp167665152"></a>
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">get_ssl_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__get_ssl_category.h0"></a>
- <span><a name="boost_asio.reference.error__get_ssl_category.requirements"></a></span><a class="link" href="error__get_ssl_category.html#boost_asio.reference.error__get_ssl_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__get_ssl_category.requirements"></a></span><a class="link" href="error__get_ssl_category.html#boost_asio.reference.error__get_ssl_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__get_system_category.html b/doc/html/boost_asio/reference/error__get_system_category.html
index ef1765a649..2232f54a3c 100644
--- a/doc/html/boost_asio/reference/error__get_system_category.html
+++ b/doc/html/boost_asio/reference/error__get_system_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::get_system_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__get_ssl_category.html" title="error::get_ssl_category">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__get_system_category"></a><a class="link" href="error__get_system_category.html" title="error::get_system_category">error::get_system_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1344332"></a>
+ <a class="indexterm" name="idp167680144"></a>
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">get_system_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__get_system_category.h0"></a>
- <span><a name="boost_asio.reference.error__get_system_category.requirements"></a></span><a class="link" href="error__get_system_category.html#boost_asio.reference.error__get_system_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__get_system_category.requirements"></a></span><a class="link" href="error__get_system_category.html#boost_asio.reference.error__get_system_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code.html b/doc/html/boost_asio/reference/error__make_error_code.html
index d7316c5cbe..75dbc59015 100644
--- a/doc/html/boost_asio/reference/error__make_error_code.html
+++ b/doc/html/boost_asio/reference/error__make_error_code.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__get_system_category.html" title="error::get_system_category">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.error__make_error_code"></a><a class="link" href="error__make_error_code.html" title="error::make_error_code">error::make_error_code</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1344463"></a>
+ <a class="indexterm" name="idp167695088"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="error__make_error_code/overload1.html" title="error::make_error_code (1 of 5 overloads)">make_error_code</a><span class="special">(</span>
<span class="identifier">basic_errors</span> <span class="identifier">e</span><span class="special">);</span>
@@ -51,18 +51,18 @@
</pre>
<h5>
<a name="boost_asio.reference.error__make_error_code.h0"></a>
- <span><a name="boost_asio.reference.error__make_error_code.requirements"></a></span><a class="link" href="error__make_error_code.html#boost_asio.reference.error__make_error_code.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__make_error_code.requirements"></a></span><a class="link" href="error__make_error_code.html#boost_asio.reference.error__make_error_code.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code/overload1.html b/doc/html/boost_asio/reference/error__make_error_code/overload1.html
index fec20a4829..73fab290ae 100644
--- a/doc/html/boost_asio/reference/error__make_error_code/overload1.html
+++ b/doc/html/boost_asio/reference/error__make_error_code/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code (1 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../error__make_error_code.html" title="error::make_error_code">
<link rel="prev" href="../error__make_error_code.html" title="error::make_error_code">
@@ -33,7 +33,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code/overload2.html b/doc/html/boost_asio/reference/error__make_error_code/overload2.html
index 97faea08ce..a7353ce86f 100644
--- a/doc/html/boost_asio/reference/error__make_error_code/overload2.html
+++ b/doc/html/boost_asio/reference/error__make_error_code/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code (2 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../error__make_error_code.html" title="error::make_error_code">
<link rel="prev" href="overload1.html" title="error::make_error_code (1 of 5 overloads)">
@@ -33,7 +33,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code/overload3.html b/doc/html/boost_asio/reference/error__make_error_code/overload3.html
index 5cb151d376..4c60c5345c 100644
--- a/doc/html/boost_asio/reference/error__make_error_code/overload3.html
+++ b/doc/html/boost_asio/reference/error__make_error_code/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code (3 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../error__make_error_code.html" title="error::make_error_code">
<link rel="prev" href="overload2.html" title="error::make_error_code (2 of 5 overloads)">
@@ -33,7 +33,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code/overload4.html b/doc/html/boost_asio/reference/error__make_error_code/overload4.html
index f02805c456..02242ab9f3 100644
--- a/doc/html/boost_asio/reference/error__make_error_code/overload4.html
+++ b/doc/html/boost_asio/reference/error__make_error_code/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code (4 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../error__make_error_code.html" title="error::make_error_code">
<link rel="prev" href="overload3.html" title="error::make_error_code (3 of 5 overloads)">
@@ -33,7 +33,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__make_error_code/overload5.html b/doc/html/boost_asio/reference/error__make_error_code/overload5.html
index 69ce3d5c12..e983886942 100644
--- a/doc/html/boost_asio/reference/error__make_error_code/overload5.html
+++ b/doc/html/boost_asio/reference/error__make_error_code/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::make_error_code (5 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../error__make_error_code.html" title="error::make_error_code">
<link rel="prev" href="overload4.html" title="error::make_error_code (4 of 5 overloads)">
@@ -33,7 +33,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__misc_category.html b/doc/html/boost_asio/reference/error__misc_category.html
index d1c72b3821..61a18a1be6 100644
--- a/doc/html/boost_asio/reference/error__misc_category.html
+++ b/doc/html/boost_asio/reference/error__misc_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::misc_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__make_error_code/overload5.html" title="error::make_error_code (5 of 5 overloads)">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__misc_category"></a><a class="link" href="error__misc_category.html" title="error::misc_category">error::misc_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1345222"></a>
+ <a class="indexterm" name="idp167784496"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">misc_category</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_misc_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__misc_category.h0"></a>
- <span><a name="boost_asio.reference.error__misc_category.requirements"></a></span><a class="link" href="error__misc_category.html#boost_asio.reference.error__misc_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__misc_category.requirements"></a></span><a class="link" href="error__misc_category.html#boost_asio.reference.error__misc_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__misc_errors.html b/doc/html/boost_asio/reference/error__misc_errors.html
index ea9acbece7..d97586ddf0 100644
--- a/doc/html/boost_asio/reference/error__misc_errors.html
+++ b/doc/html/boost_asio/reference/error__misc_errors.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::misc_errors</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__misc_category.html" title="error::misc_category">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.error__misc_errors"></a><a class="link" href="error__misc_errors.html" title="error::misc_errors">error::misc_errors</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1345394"></a>
+ <a class="indexterm" name="idp167804432"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">misc_errors</span>
</pre>
<p>
- <a class="indexterm" name="id1345691"></a>
- <a class="indexterm" name="id1345700"></a>
- <a class="indexterm" name="id1345709"></a>
- <a class="indexterm" name="id1345719"></a>
+ <a class="indexterm" name="idp167807632"></a>
+ <a class="indexterm" name="idp167808736"></a>
+ <a class="indexterm" name="idp167809808"></a>
+ <a class="indexterm" name="idp167810912"></a>
</p>
<h5>
<a name="boost_asio.reference.error__misc_errors.h0"></a>
- <span><a name="boost_asio.reference.error__misc_errors.values"></a></span><a class="link" href="error__misc_errors.html#boost_asio.reference.error__misc_errors.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.error__misc_errors.values"></a></span><a class="link" href="error__misc_errors.html#boost_asio.reference.error__misc_errors.values">Values</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">already_open</span></dt>
<dd><p>
Already open.
@@ -64,18 +64,18 @@
</div>
<h5>
<a name="boost_asio.reference.error__misc_errors.h1"></a>
- <span><a name="boost_asio.reference.error__misc_errors.requirements"></a></span><a class="link" href="error__misc_errors.html#boost_asio.reference.error__misc_errors.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__misc_errors.requirements"></a></span><a class="link" href="error__misc_errors.html#boost_asio.reference.error__misc_errors.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__netdb_category.html b/doc/html/boost_asio/reference/error__netdb_category.html
index 2dc30f3276..8f8328c0f0 100644
--- a/doc/html/boost_asio/reference/error__netdb_category.html
+++ b/doc/html/boost_asio/reference/error__netdb_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::netdb_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__misc_errors.html" title="error::misc_errors">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__netdb_category"></a><a class="link" href="error__netdb_category.html" title="error::netdb_category">error::netdb_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1345890"></a>
+ <a class="indexterm" name="idp167829936"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">netdb_category</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_netdb_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__netdb_category.h0"></a>
- <span><a name="boost_asio.reference.error__netdb_category.requirements"></a></span><a class="link" href="error__netdb_category.html#boost_asio.reference.error__netdb_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__netdb_category.requirements"></a></span><a class="link" href="error__netdb_category.html#boost_asio.reference.error__netdb_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__netdb_errors.html b/doc/html/boost_asio/reference/error__netdb_errors.html
index 767e503b03..47d2f6ac49 100644
--- a/doc/html/boost_asio/reference/error__netdb_errors.html
+++ b/doc/html/boost_asio/reference/error__netdb_errors.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::netdb_errors</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__netdb_category.html" title="error::netdb_category">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.error__netdb_errors"></a><a class="link" href="error__netdb_errors.html" title="error::netdb_errors">error::netdb_errors</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1346062"></a>
+ <a class="indexterm" name="idp167850000"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">netdb_errors</span>
</pre>
<p>
- <a class="indexterm" name="id1346088"></a>
- <a class="indexterm" name="id1346097"></a>
- <a class="indexterm" name="id1346107"></a>
- <a class="indexterm" name="id1346116"></a>
+ <a class="indexterm" name="idp167853184"></a>
+ <a class="indexterm" name="idp167854288"></a>
+ <a class="indexterm" name="idp167855408"></a>
+ <a class="indexterm" name="idp167856512"></a>
</p>
<h5>
<a name="boost_asio.reference.error__netdb_errors.h0"></a>
- <span><a name="boost_asio.reference.error__netdb_errors.values"></a></span><a class="link" href="error__netdb_errors.html#boost_asio.reference.error__netdb_errors.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.error__netdb_errors.values"></a></span><a class="link" href="error__netdb_errors.html#boost_asio.reference.error__netdb_errors.values">Values</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">host_not_found</span></dt>
<dd><p>
Host not found (authoritative).
@@ -64,18 +64,18 @@
</div>
<h5>
<a name="boost_asio.reference.error__netdb_errors.h1"></a>
- <span><a name="boost_asio.reference.error__netdb_errors.requirements"></a></span><a class="link" href="error__netdb_errors.html#boost_asio.reference.error__netdb_errors.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__netdb_errors.requirements"></a></span><a class="link" href="error__netdb_errors.html#boost_asio.reference.error__netdb_errors.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__ssl_category.html b/doc/html/boost_asio/reference/error__ssl_category.html
index c48724a612..6eab64776a 100644
--- a/doc/html/boost_asio/reference/error__ssl_category.html
+++ b/doc/html/boost_asio/reference/error__ssl_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::ssl_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__netdb_errors.html" title="error::netdb_errors">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__ssl_category"></a><a class="link" href="error__ssl_category.html" title="error::ssl_category">error::ssl_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1346287"></a>
+ <a class="indexterm" name="idp167875696"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">ssl_category</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_ssl_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__ssl_category.h0"></a>
- <span><a name="boost_asio.reference.error__ssl_category.requirements"></a></span><a class="link" href="error__ssl_category.html#boost_asio.reference.error__ssl_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__ssl_category.requirements"></a></span><a class="link" href="error__ssl_category.html#boost_asio.reference.error__ssl_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__ssl_errors.html b/doc/html/boost_asio/reference/error__ssl_errors.html
index 1220410de4..7ad6dafac4 100644
--- a/doc/html/boost_asio/reference/error__ssl_errors.html
+++ b/doc/html/boost_asio/reference/error__ssl_errors.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::ssl_errors</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__ssl_category.html" title="error::ssl_category">
@@ -27,24 +27,24 @@
<a name="boost_asio.reference.error__ssl_errors"></a><a class="link" href="error__ssl_errors.html" title="error::ssl_errors">error::ssl_errors</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1346461"></a>
+ <a class="indexterm" name="idp167895824"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">ssl_errors</span>
</pre>
<h5>
<a name="boost_asio.reference.error__ssl_errors.h0"></a>
- <span><a name="boost_asio.reference.error__ssl_errors.requirements"></a></span><a class="link" href="error__ssl_errors.html#boost_asio.reference.error__ssl_errors.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__ssl_errors.requirements"></a></span><a class="link" href="error__ssl_errors.html#boost_asio.reference.error__ssl_errors.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/error__system_category.html b/doc/html/boost_asio/reference/error__system_category.html
index 1ef643936a..80705ded3e 100644
--- a/doc/html/boost_asio/reference/error__system_category.html
+++ b/doc/html/boost_asio/reference/error__system_category.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::system_category</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__ssl_errors.html" title="error::ssl_errors">
-<link rel="next" href="has_service.html" title="has_service">
+<link rel="next" href="generic__basic_endpoint.html" title="generic::basic_endpoint">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,31 +20,31 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="error__ssl_errors.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="has_service.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="error__ssl_errors.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__basic_endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.error__system_category"></a><a class="link" href="error__system_category.html" title="error::system_category">error::system_category</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1346559"></a>
+ <a class="indexterm" name="idp167906608"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_category</span> <span class="special">&amp;</span> <span class="identifier">system_category</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_system_category</span><span class="special">();</span>
</pre>
<h5>
<a name="boost_asio.reference.error__system_category.h0"></a>
- <span><a name="boost_asio.reference.error__system_category.requirements"></a></span><a class="link" href="error__system_category.html#boost_asio.reference.error__system_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.error__system_category.requirements"></a></span><a class="link" href="error__system_category.html#boost_asio.reference.error__system_category.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -52,7 +52,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="error__ssl_errors.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="has_service.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="error__ssl_errors.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__basic_endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint.html b/doc/html/boost_asio/reference/generic__basic_endpoint.html
new file mode 100644
index 0000000000..8ba0e17d71
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint.html
@@ -0,0 +1,346 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="error__system_category.html" title="error::system_category">
+<link rel="next" href="generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="error__system_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__basic_endpoint/basic_endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint"></a><a class="link" href="generic__basic_endpoint.html" title="generic::basic_endpoint">generic::basic_endpoint</a>
+</h3></div></div></div>
+<p>
+ Describes an endpoint for any socket type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<span class="keyword">class</span> <span class="identifier">basic_endpoint</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.types"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/data_type.html" title="generic::basic_endpoint::data_type"><span class="bold"><strong>data_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the endpoint structure. This type is dependent on the
+ underlying implementation of the socket layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/protocol_type.html" title="generic::basic_endpoint::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type associated with the endpoint.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.member_functions"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint"><span class="bold"><strong>basic_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Default constructor.
+ </p>
+ <p>
+ Construct an endpoint from the specified socket address.
+ </p>
+ <p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+ <p>
+ Copy constructor.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/capacity.html" title="generic::basic_endpoint::capacity"><span class="bold"><strong>capacity</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the capacity of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/data.html" title="generic::basic_endpoint::data"><span class="bold"><strong>data</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_eq_.html" title="generic::basic_endpoint::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign from another endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/protocol.html" title="generic::basic_endpoint::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol associated with the endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/resize.html" title="generic::basic_endpoint::resize"><span class="bold"><strong>resize</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/size.html" title="generic::basic_endpoint::size"><span class="bold"><strong>size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.friends"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.friends">Friends</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_not__eq_.html" title="generic::basic_endpoint::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_lt_.html" title="generic::basic_endpoint::operator&lt;"><span class="bold"><strong>operator&lt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;="><span class="bold"><strong>operator&lt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_eq__eq_.html" title="generic::basic_endpoint::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for equality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_gt_.html" title="generic::basic_endpoint::operator&gt;"><span class="bold"><strong>operator&gt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__basic_endpoint/operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;="><span class="bold"><strong>operator&gt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a> class template describes
+ an endpoint that may be associated with any socket type.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.remarks"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.remarks">Remarks</a>
+ </h5>
+<p>
+ The socket types sockaddr type must be able to fit into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code>
+ structure.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.thread_safety"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.thread_safety">Thread
+ Safety</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__basic_endpoint.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.requirements"></a></span><a class="link" href="generic__basic_endpoint.html#boost_asio.reference.generic__basic_endpoint.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="error__system_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__basic_endpoint/basic_endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html
new file mode 100644
index 0000000000..fa55c57d82
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::basic_endpoint</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="next" href="basic_endpoint/overload1.html" title="generic::basic_endpoint::basic_endpoint (1 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_endpoint/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.basic_endpoint"></a><a class="link" href="basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">generic::basic_endpoint::basic_endpoint</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168027600"></a>
+Default constructor.
+ </p>
+<pre class="programlisting"><a class="link" href="basic_endpoint/overload1.html" title="generic::basic_endpoint::basic_endpoint (1 of 4 overloads)">basic_endpoint</a><span class="special">();</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_endpoint/overload1.html" title="generic::basic_endpoint::basic_endpoint (1 of 4 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct an endpoint from the specified socket address.
+ </p>
+<pre class="programlisting"><a class="link" href="basic_endpoint/overload2.html" title="generic::basic_endpoint::basic_endpoint (2 of 4 overloads)">basic_endpoint</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="identifier">socket_address</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">socket_address_size</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_endpoint/overload2.html" title="generic::basic_endpoint::basic_endpoint (2 of 4 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Endpoint.html" title="Endpoint requirements">Endpoint</a><span class="special">&gt;</span>
+<a class="link" href="basic_endpoint/overload3.html" title="generic::basic_endpoint::basic_endpoint (3 of 4 overloads)">basic_endpoint</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Endpoint</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_endpoint/overload3.html" title="generic::basic_endpoint::basic_endpoint (3 of 4 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Copy constructor.
+ </p>
+<pre class="programlisting"><a class="link" href="basic_endpoint/overload4.html" title="generic::basic_endpoint::basic_endpoint (4 of 4 overloads)">basic_endpoint</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="basic_endpoint/overload4.html" title="generic::basic_endpoint::basic_endpoint (4 of 4 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_endpoint/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html
new file mode 100644
index 0000000000..5acb189a71
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::basic_endpoint (1 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+<link rel="prev" href="../basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+<link rel="next" href="overload2.html" title="generic::basic_endpoint::basic_endpoint (2 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.basic_endpoint.overload1"></a><a class="link" href="overload1.html" title="generic::basic_endpoint::basic_endpoint (1 of 4 overloads)">generic::basic_endpoint::basic_endpoint
+ (1 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Default constructor.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_endpoint</span><span class="special">();</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html
new file mode 100644
index 0000000000..dafb82af72
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html
@@ -0,0 +1,52 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::basic_endpoint (2 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+<link rel="prev" href="overload1.html" title="generic::basic_endpoint::basic_endpoint (1 of 4 overloads)">
+<link rel="next" href="overload3.html" title="generic::basic_endpoint::basic_endpoint (3 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.basic_endpoint.overload2"></a><a class="link" href="overload2.html" title="generic::basic_endpoint::basic_endpoint (2 of 4 overloads)">generic::basic_endpoint::basic_endpoint
+ (2 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct an endpoint from the specified socket address.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_endpoint</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="identifier">socket_address</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">socket_address_size</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html
new file mode 100644
index 0000000000..3a9c1ab39a
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html
@@ -0,0 +1,52 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::basic_endpoint (3 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+<link rel="prev" href="overload2.html" title="generic::basic_endpoint::basic_endpoint (2 of 4 overloads)">
+<link rel="next" href="overload4.html" title="generic::basic_endpoint::basic_endpoint (4 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.basic_endpoint.overload3"></a><a class="link" href="overload3.html" title="generic::basic_endpoint::basic_endpoint (3 of 4 overloads)">generic::basic_endpoint::basic_endpoint
+ (3 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Endpoint.html" title="Endpoint requirements">Endpoint</a><span class="special">&gt;</span>
+<span class="identifier">basic_endpoint</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Endpoint</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html
new file mode 100644
index 0000000000..afa6dc2257
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint">
+<link rel="prev" href="overload3.html" title="generic::basic_endpoint::basic_endpoint (3 of 4 overloads)">
+<link rel="next" href="../capacity.html" title="generic::basic_endpoint::capacity">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.basic_endpoint.overload4"></a><a class="link" href="overload4.html" title="generic::basic_endpoint::basic_endpoint (4 of 4 overloads)">generic::basic_endpoint::basic_endpoint
+ (4 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Copy constructor.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_endpoint</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html b/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html
new file mode 100644
index 0000000000..2644b806c9
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::capacity</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="basic_endpoint/overload4.html" title="generic::basic_endpoint::basic_endpoint (4 of 4 overloads)">
+<link rel="next" href="data.html" title="generic::basic_endpoint::data">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_endpoint/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.capacity"></a><a class="link" href="capacity.html" title="generic::basic_endpoint::capacity">generic::basic_endpoint::capacity</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168102016"></a>
+Get the capacity of the endpoint in the
+ native type.
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">capacity</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="basic_endpoint/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/data.html b/doc/html/boost_asio/reference/generic__basic_endpoint/data.html
new file mode 100644
index 0000000000..8dbd0958c1
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/data.html
@@ -0,0 +1,53 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::data</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="capacity.html" title="generic::basic_endpoint::capacity">
+<link rel="next" href="data/overload1.html" title="generic::basic_endpoint::data (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="capacity.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.data"></a><a class="link" href="data.html" title="generic::basic_endpoint::data">generic::basic_endpoint::data</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168110336"></a>
+Get the underlying endpoint in the native type.
+ </p>
+<pre class="programlisting"><span class="identifier">data_type</span> <span class="special">*</span> <a class="link" href="data/overload1.html" title="generic::basic_endpoint::data (1 of 2 overloads)">data</a><span class="special">();</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="data/overload1.html" title="generic::basic_endpoint::data (1 of 2 overloads)">more...</a></em></span>
+
+<span class="keyword">const</span> <span class="identifier">data_type</span> <span class="special">*</span> <a class="link" href="data/overload2.html" title="generic::basic_endpoint::data (2 of 2 overloads)">data</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="data/overload2.html" title="generic::basic_endpoint::data (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="capacity.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html b/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html
new file mode 100644
index 0000000000..263a4d87a5
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::data (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../data.html" title="generic::basic_endpoint::data">
+<link rel="prev" href="../data.html" title="generic::basic_endpoint::data">
+<link rel="next" href="overload2.html" title="generic::basic_endpoint::data (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../data.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../data.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.data.overload1"></a><a class="link" href="overload1.html" title="generic::basic_endpoint::data (1 of 2 overloads)">generic::basic_endpoint::data
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Get the underlying endpoint in the native type.
+ </p>
+<pre class="programlisting"><span class="identifier">data_type</span> <span class="special">*</span> <span class="identifier">data</span><span class="special">();</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../data.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../data.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html b/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html
new file mode 100644
index 0000000000..e1c13373ee
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::data (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../data.html" title="generic::basic_endpoint::data">
+<link rel="prev" href="overload1.html" title="generic::basic_endpoint::data (1 of 2 overloads)">
+<link rel="next" href="../data_type.html" title="generic::basic_endpoint::data_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../data.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../data_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.data.overload2"></a><a class="link" href="overload2.html" title="generic::basic_endpoint::data (2 of 2 overloads)">generic::basic_endpoint::data
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Get the underlying endpoint in the native type.
+ </p>
+<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">data_type</span> <span class="special">*</span> <span class="identifier">data</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../data.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../data_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html b/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html
new file mode 100644
index 0000000000..a976ee5ea2
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html
@@ -0,0 +1,60 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::data_type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="data/overload2.html" title="generic::basic_endpoint::data (2 of 2 overloads)">
+<link rel="next" href="operator_not__eq_.html" title="generic::basic_endpoint::operator!=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.data_type"></a><a class="link" href="data_type.html" title="generic::basic_endpoint::data_type">generic::basic_endpoint::data_type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168137712"></a>
+The type of the endpoint structure. This
+ type is dependent on the underlying implementation of the socket layer.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">data_type</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.data_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.generic__basic_endpoint.data_type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html
new file mode 100644
index 0000000000..d86981807c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;=">
+<link rel="next" href="operator_eq__eq_.html" title="generic::basic_endpoint::operator==">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lt__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_eq_"></a><a class="link" href="operator_eq_.html" title="generic::basic_endpoint::operator=">generic::basic_endpoint::operator=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168218880"></a>
+Assign from another endpoint.
+ </p>
+<pre class="programlisting"><span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="identifier">other</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lt__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html
new file mode 100644
index 0000000000..449ea32894
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator==</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_eq_.html" title="generic::basic_endpoint::operator=">
+<link rel="next" href="operator_gt_.html" title="generic::basic_endpoint::operator&gt;">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="generic::basic_endpoint::operator==">generic::basic_endpoint::operator==</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168228928"></a>
+Compare two endpoints for equality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_eq__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.generic__basic_endpoint.operator_eq__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html
new file mode 100644
index 0000000000..00b1f99ea0
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator&gt;</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_eq__eq_.html" title="generic::basic_endpoint::operator==">
+<link rel="next" href="operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_gt_"></a><a class="link" href="operator_gt_.html" title="generic::basic_endpoint::operator&gt;">generic::basic_endpoint::operator&gt;</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168251744"></a>
+Compare endpoints for ordering.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_gt_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.generic__basic_endpoint.operator_gt_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html
new file mode 100644
index 0000000000..0813112968
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator&gt;=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_gt_.html" title="generic::basic_endpoint::operator&gt;">
+<link rel="next" href="protocol.html" title="generic::basic_endpoint::protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_gt_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;=">generic::basic_endpoint::operator&gt;=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168274640"></a>
+Compare endpoints for ordering.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_gt__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.generic__basic_endpoint.operator_gt__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_gt_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html
new file mode 100644
index 0000000000..1fc87645e6
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator&lt;</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_not__eq_.html" title="generic::basic_endpoint::operator!=">
+<link rel="next" href="operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lt__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_lt_"></a><a class="link" href="operator_lt_.html" title="generic::basic_endpoint::operator&lt;">generic::basic_endpoint::operator&lt;</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168173232"></a>
+Compare endpoints for ordering.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_lt_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.generic__basic_endpoint.operator_lt_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lt__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html
new file mode 100644
index 0000000000..592a6e04a2
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator&lt;=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_lt_.html" title="generic::basic_endpoint::operator&lt;">
+<link rel="next" href="operator_eq_.html" title="generic::basic_endpoint::operator=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lt_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;=">generic::basic_endpoint::operator&lt;=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168196128"></a>
+Compare endpoints for ordering.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_lt__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.generic__basic_endpoint.operator_lt__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lt_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html
new file mode 100644
index 0000000000..f6bc37f315
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::operator!=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="data_type.html" title="generic::basic_endpoint::data_type">
+<link rel="next" href="operator_lt_.html" title="generic::basic_endpoint::operator&lt;">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="data_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::basic_endpoint::operator!=">generic::basic_endpoint::operator!=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168150208"></a>
+Compare two endpoints for inequality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">Protocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">e2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.operator_not__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="data_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html b/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html
new file mode 100644
index 0000000000..8f76e2ee92
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;=">
+<link rel="next" href="protocol_type.html" title="generic::basic_endpoint::protocol_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_gt__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.protocol"></a><a class="link" href="protocol.html" title="generic::basic_endpoint::protocol">generic::basic_endpoint::protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168297520"></a>
+The protocol associated with the endpoint.
+ </p>
+<pre class="programlisting"><span class="identifier">protocol_type</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_gt__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html b/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html
new file mode 100644
index 0000000000..f1c2349273
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html
@@ -0,0 +1,60 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::protocol_type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="protocol.html" title="generic::basic_endpoint::protocol">
+<link rel="next" href="resize.html" title="generic::basic_endpoint::resize">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="resize.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.protocol_type"></a><a class="link" href="protocol_type.html" title="generic::basic_endpoint::protocol_type">generic::basic_endpoint::protocol_type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168304752"></a>
+The protocol type associated with the
+ endpoint.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__basic_endpoint.protocol_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.generic__basic_endpoint.protocol_type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="resize.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html b/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html
new file mode 100644
index 0000000000..f05a9e2d69
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html
@@ -0,0 +1,51 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::resize</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="protocol_type.html" title="generic::basic_endpoint::protocol_type">
+<link rel="next" href="size.html" title="generic::basic_endpoint::size">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.resize"></a><a class="link" href="resize.html" title="generic::basic_endpoint::resize">generic::basic_endpoint::resize</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168317232"></a>
+Set the underlying size of the endpoint in
+ the native type.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">resize</span><span class="special">(</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">new_size</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="size.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__basic_endpoint/size.html b/doc/html/boost_asio/reference/generic__basic_endpoint/size.html
new file mode 100644
index 0000000000..e0faa1c466
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__basic_endpoint/size.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::basic_endpoint::size</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__basic_endpoint.html" title="generic::basic_endpoint">
+<link rel="prev" href="resize.html" title="generic::basic_endpoint::resize">
+<link rel="next" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="resize.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__basic_endpoint.size"></a><a class="link" href="size.html" title="generic::basic_endpoint::size">generic::basic_endpoint::size</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168326240"></a>
+Get the underlying size of the endpoint in the
+ native type.
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="resize.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol.html b/doc/html/boost_asio/reference/generic__datagram_protocol.html
new file mode 100644
index 0000000000..92cd5ad841
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol.html
@@ -0,0 +1,259 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="generic__basic_endpoint/size.html" title="generic::basic_endpoint::size">
+<link rel="next" href="generic__datagram_protocol/datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__basic_endpoint/size.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__datagram_protocol/datagram_protocol.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol"></a><a class="link" href="generic__datagram_protocol.html" title="generic::datagram_protocol">generic::datagram_protocol</a>
+</h3></div></div></div>
+<p>
+ Encapsulates the flags needed for a generic datagram-oriented socket.
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">datagram_protocol</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.types"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/endpoint.html" title="generic::datagram_protocol::endpoint"><span class="bold"><strong>endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of an endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/socket.html" title="generic::datagram_protocol::socket"><span class="bold"><strong>socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The generic socket type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.member_functions"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol"><span class="bold"><strong>datagram_protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+ <p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/family.html" title="generic::datagram_protocol::family"><span class="bold"><strong>family</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol family.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/protocol.html" title="generic::datagram_protocol::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/type.html" title="generic::datagram_protocol::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the type of the protocol.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.friends"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.friends">Friends</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/operator_not__eq_.html" title="generic::datagram_protocol::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__datagram_protocol/operator_eq__eq_.html" title="generic::datagram_protocol::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for equality.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="generic__datagram_protocol.html" title="generic::datagram_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">datagram_protocol</span></code></a> class contains
+ flags necessary for datagram-oriented sockets of any address family and protocol.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.examples"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.examples">Examples</a>
+ </h5>
+<p>
+ Constructing using a native address family and socket protocol:
+ </p>
+<pre class="programlisting"><span class="identifier">datagram_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">AF_INET</span><span class="special">,</span> <span class="identifier">IPPROTO_UDP</span><span class="special">);</span>
+</pre>
+<p>
+ Constructing from a specific protocol type:
+ </p>
+<pre class="programlisting"><span class="identifier">datagram_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.thread_safety"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.thread_safety">Thread
+ Safety</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__datagram_protocol.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.requirements"></a></span><a class="link" href="generic__datagram_protocol.html#boost_asio.reference.generic__datagram_protocol.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/datagram_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__basic_endpoint/size.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__datagram_protocol/datagram_protocol.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html
new file mode 100644
index 0000000000..d51e102ef9
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::datagram_protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="next" href="datagram_protocol/overload1.html" title="generic::datagram_protocol::datagram_protocol (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.datagram_protocol"></a><a class="link" href="datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol">generic::datagram_protocol::datagram_protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168418992"></a>
+Construct a protocol object
+ for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><a class="link" href="datagram_protocol/overload1.html" title="generic::datagram_protocol::datagram_protocol (1 of 2 overloads)">datagram_protocol</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="datagram_protocol/overload1.html" title="generic::datagram_protocol::datagram_protocol (1 of 2 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<a class="link" href="datagram_protocol/overload2.html" title="generic::datagram_protocol::datagram_protocol (2 of 2 overloads)">datagram_protocol</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="datagram_protocol/overload2.html" title="generic::datagram_protocol::datagram_protocol (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="datagram_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html
new file mode 100644
index 0000000000..68c3a99ab3
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html
@@ -0,0 +1,51 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::datagram_protocol (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol">
+<link rel="prev" href="../datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol">
+<link rel="next" href="overload2.html" title="generic::datagram_protocol::datagram_protocol (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.datagram_protocol.overload1"></a><a class="link" href="overload1.html" title="generic::datagram_protocol::datagram_protocol (1 of 2 overloads)">generic::datagram_protocol::datagram_protocol
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><span class="identifier">datagram_protocol</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html
new file mode 100644
index 0000000000..0699d546c4
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html
@@ -0,0 +1,65 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::datagram_protocol (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../datagram_protocol.html" title="generic::datagram_protocol::datagram_protocol">
+<link rel="prev" href="overload1.html" title="generic::datagram_protocol::datagram_protocol (1 of 2 overloads)">
+<link rel="next" href="../endpoint.html" title="generic::datagram_protocol::endpoint">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../endpoint.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.datagram_protocol.overload2"></a><a class="link" href="overload2.html" title="generic::datagram_protocol::datagram_protocol (2 of 2 overloads)">generic::datagram_protocol::datagram_protocol
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<span class="identifier">datagram_protocol</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.datagram_protocol.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.datagram_protocol.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.generic__datagram_protocol.datagram_protocol.overload2.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">@c</span></dt>
+<dd><p>
+ bad_cast Thrown if the source protocol is not datagram-oriented.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../datagram_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../endpoint.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html b/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html
new file mode 100644
index 0000000000..99a3b2b797
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html
@@ -0,0 +1,344 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::endpoint</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="datagram_protocol/overload2.html" title="generic::datagram_protocol::datagram_protocol (2 of 2 overloads)">
+<link rel="next" href="family.html" title="generic::datagram_protocol::family">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="datagram_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint"></a><a class="link" href="endpoint.html" title="generic::datagram_protocol::endpoint">generic::datagram_protocol::endpoint</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168465008"></a>
+The type of an endpoint.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">datagram_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data_type.html" title="generic::basic_endpoint::data_type"><span class="bold"><strong>data_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the endpoint structure. This type is dependent on
+ the underlying implementation of the socket layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol_type.html" title="generic::basic_endpoint::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type associated with the endpoint.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint"><span class="bold"><strong>basic_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Default constructor.
+ </p>
+ <p>
+ Construct an endpoint from the specified socket address.
+ </p>
+ <p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+ <p>
+ Copy constructor.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/capacity.html" title="generic::basic_endpoint::capacity"><span class="bold"><strong>capacity</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the capacity of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data.html" title="generic::basic_endpoint::data"><span class="bold"><strong>data</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq_.html" title="generic::basic_endpoint::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign from another endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol.html" title="generic::basic_endpoint::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol associated with the endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/resize.html" title="generic::basic_endpoint::resize"><span class="bold"><strong>resize</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/size.html" title="generic::basic_endpoint::size"><span class="bold"><strong>size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.friends">Friends</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_not__eq_.html" title="generic::basic_endpoint::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt_.html" title="generic::basic_endpoint::operator&lt;"><span class="bold"><strong>operator&lt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;="><span class="bold"><strong>operator&lt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq__eq_.html" title="generic::basic_endpoint::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for equality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt_.html" title="generic::basic_endpoint::operator&gt;"><span class="bold"><strong>operator&gt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;="><span class="bold"><strong>operator&gt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a> class template
+ describes an endpoint that may be associated with any socket type.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.remarks"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.remarks">Remarks</a>
+ </h6>
+<p>
+ The socket types sockaddr type must be able to fit into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code> structure.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.endpoint.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__datagram_protocol.endpoint.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/datagram_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="datagram_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/family.html b/doc/html/boost_asio/reference/generic__datagram_protocol/family.html
new file mode 100644
index 0000000000..ace5621089
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/family.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::family</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="endpoint.html" title="generic::datagram_protocol::endpoint">
+<link rel="next" href="operator_not__eq_.html" title="generic::datagram_protocol::operator!=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.family"></a><a class="link" href="family.html" title="generic::datagram_protocol::family">generic::datagram_protocol::family</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168564960"></a>
+Obtain an identifier for the protocol family.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html b/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html
new file mode 100644
index 0000000000..20ddf48751
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::operator==</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="operator_not__eq_.html" title="generic::datagram_protocol::operator!=">
+<link rel="next" href="protocol.html" title="generic::datagram_protocol::protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="generic::datagram_protocol::operator==">generic::datagram_protocol::operator==</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168591184"></a>
+Compare two protocols for equality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
+ <span class="keyword">const</span> <span class="identifier">datagram_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">datagram_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.operator_eq__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.generic__datagram_protocol.operator_eq__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/datagram_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html b/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html
new file mode 100644
index 0000000000..925c802a61
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::operator!=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="family.html" title="generic::datagram_protocol::family">
+<link rel="next" href="operator_eq__eq_.html" title="generic::datagram_protocol::operator==">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::datagram_protocol::operator!=">generic::datagram_protocol::operator!=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168572192"></a>
+Compare two protocols for inequality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
+ <span class="keyword">const</span> <span class="identifier">datagram_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">datagram_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.operator_not__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__datagram_protocol.operator_not__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/datagram_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html b/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html
new file mode 100644
index 0000000000..4a233484a7
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="operator_eq__eq_.html" title="generic::datagram_protocol::operator==">
+<link rel="next" href="socket.html" title="generic::datagram_protocol::socket">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.protocol"></a><a class="link" href="protocol.html" title="generic::datagram_protocol::protocol">generic::datagram_protocol::protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168610176"></a>
+Obtain an identifier for the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html b/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html
new file mode 100644
index 0000000000..63530aa9db
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html
@@ -0,0 +1,992 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::socket</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="protocol.html" title="generic::datagram_protocol::protocol">
+<link rel="next" href="type.html" title="generic::datagram_protocol::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.socket"></a><a class="link" href="socket.html" title="generic::datagram_protocol::socket">generic::datagram_protocol::socket</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168617456"></a>
+The generic socket type.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">datagram_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/broadcast.html" title="basic_datagram_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to permit sending of broadcast messages.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/bytes_readable.html" title="basic_datagram_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ IO control command to get the amount of data that can be read
+ without blocking.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/debug.html" title="basic_datagram_socket::debug"><span class="bold"><strong>debug</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to enable socket-level debugging.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/do_not_route.html" title="basic_datagram_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to prevent routing, use local interfaces only.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/enable_connection_aborted.html" title="basic_datagram_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to report aborted connections on accept.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/endpoint_type.html" title="basic_datagram_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The endpoint type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/implementation_type.html" title="basic_datagram_socket::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The underlying implementation type of I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/keep_alive.html" title="basic_datagram_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to send keep-alives.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/linger.html" title="basic_datagram_socket::linger"><span class="bold"><strong>linger</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to specify whether the socket lingers on close
+ if unsent data is present.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/lowest_layer_type.html" title="basic_datagram_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ A basic_socket is always the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/message_flags.html" title="basic_datagram_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bitmask type for flags that can be passed to send and receive
+ operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/native_handle_type.html" title="basic_datagram_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The native representation of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/native_type.html" title="basic_datagram_socket::native_type"><span class="bold"><strong>native_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle_type.) The native representation
+ of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/non_blocking_io.html" title="basic_datagram_socket::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use non_blocking().) IO control command to set the
+ blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/protocol_type.html" title="basic_datagram_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/receive_buffer_size.html" title="basic_datagram_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/receive_low_watermark.html" title="basic_datagram_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/reuse_address.html" title="basic_datagram_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to allow the socket to be bound to an address that
+ is already in use.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/send_buffer_size.html" title="basic_datagram_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/send_low_watermark.html" title="basic_datagram_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/service_type.html" title="basic_datagram_socket::service_type"><span class="bold"><strong>service_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the service that will be used to provide I/O operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/shutdown_type.html" title="basic_datagram_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Different ways a socket may be shutdown.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/assign.html" title="basic_datagram_socket::assign"><span class="bold"><strong>assign</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign an existing native socket to the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/async_connect.html" title="basic_datagram_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous connect.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/async_receive.html" title="basic_datagram_socket::async_receive"><span class="bold"><strong>async_receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/async_receive_from.html" title="basic_datagram_socket::async_receive_from"><span class="bold"><strong>async_receive_from</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/async_send.html" title="basic_datagram_socket::async_send"><span class="bold"><strong>async_send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/async_send_to.html" title="basic_datagram_socket::async_send_to"><span class="bold"><strong>async_send_to</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/at_mark.html" title="basic_datagram_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is at the out-of-band data mark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/available.html" title="basic_datagram_socket::available"><span class="bold"><strong>available</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine the number of bytes available for reading.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/basic_datagram_socket.html" title="basic_datagram_socket::basic_datagram_socket"><span class="bold"><strong>basic_datagram_socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a basic_datagram_socket without opening it.
+ </p>
+ <p>
+ Construct and open a basic_datagram_socket.
+ </p>
+ <p>
+ Construct a basic_datagram_socket, opening it and binding it
+ to the given local endpoint.
+ </p>
+ <p>
+ Construct a basic_datagram_socket on an existing native socket.
+ </p>
+ <p>
+ Move-construct a basic_datagram_socket from another.
+ </p>
+ <p>
+ Move-construct a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/bind.html" title="basic_datagram_socket::bind"><span class="bold"><strong>bind</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bind the socket to the given local endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/cancel.html" title="basic_datagram_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Cancel all asynchronous operations associated with the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/close.html" title="basic_datagram_socket::close"><span class="bold"><strong>close</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Close the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/connect.html" title="basic_datagram_socket::connect"><span class="bold"><strong>connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Connect the socket to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/get_io_service.html" title="basic_datagram_socket::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the io_service associated with the object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/get_option.html" title="basic_datagram_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get an option from the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/io_control.html" title="basic_datagram_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Perform an IO control command on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/is_open.html" title="basic_datagram_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is open.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/local_endpoint.html" title="basic_datagram_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the local endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/lowest_layer.html" title="basic_datagram_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get a reference to the lowest layer.
+ </p>
+ <p>
+ Get a const reference to the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/native.html" title="basic_datagram_socket::native"><span class="bold"><strong>native</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle().) Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/native_handle.html" title="basic_datagram_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/native_non_blocking.html" title="basic_datagram_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the native socket implementation.
+ </p>
+ <p>
+ Sets the non-blocking mode of the native socket implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/non_blocking.html" title="basic_datagram_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the socket.
+ </p>
+ <p>
+ Sets the non-blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/open.html" title="basic_datagram_socket::open"><span class="bold"><strong>open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Open the socket using the specified protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/operator_eq_.html" title="basic_datagram_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-assign a basic_datagram_socket from another.
+ </p>
+ <p>
+ Move-assign a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/receive.html" title="basic_datagram_socket::receive"><span class="bold"><strong>receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/receive_from.html" title="basic_datagram_socket::receive_from"><span class="bold"><strong>receive_from</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive a datagram with the endpoint of the sender.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/remote_endpoint.html" title="basic_datagram_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the remote endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/send.html" title="basic_datagram_socket::send"><span class="bold"><strong>send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/send_to.html" title="basic_datagram_socket::send_to"><span class="bold"><strong>send_to</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send a datagram to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/set_option.html" title="basic_datagram_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set an option on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/shutdown.html" title="basic_datagram_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable sends or receives on the socket.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.protected_member_functions">Protected
+ Member Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/get_implementation.html" title="basic_datagram_socket::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying implementation of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/get_service.html" title="basic_datagram_socket::get_service"><span class="bold"><strong>get_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the service associated with the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.data_members">Data
+ Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/max_connections.html" title="basic_datagram_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The maximum length of the queue of pending incoming connections.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/message_do_not_route.html" title="basic_datagram_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specify that the data should not be subject to routing.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/message_end_of_record.html" title="basic_datagram_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specifies that the data marks the end of a record.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/message_out_of_band.html" title="basic_datagram_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Process out-of-band data.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/message_peek.html" title="basic_datagram_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Peek at incoming data without removing it from the input queue.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.protected_data_members">Protected
+ Data Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/implementation.html" title="basic_datagram_socket::implementation"><span class="bold"><strong>implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_implementation().) The underlying implementation
+ of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_datagram_socket/service.html" title="basic_datagram_socket::service"><span class="bold"><strong>service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_service().) The service associated with
+ the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../basic_datagram_socket.html" title="basic_datagram_socket"><code class="computeroutput"><span class="identifier">basic_datagram_socket</span></code></a> class template
+ provides asynchronous and blocking datagram-oriented socket functionality.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__datagram_protocol.socket.h6"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__datagram_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__datagram_protocol.socket.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/datagram_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__datagram_protocol/type.html b/doc/html/boost_asio/reference/generic__datagram_protocol/type.html
new file mode 100644
index 0000000000..88d8407d82
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__datagram_protocol/type.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::datagram_protocol::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__datagram_protocol.html" title="generic::datagram_protocol">
+<link rel="prev" href="socket.html" title="generic::datagram_protocol::socket">
+<link rel="next" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__datagram_protocol.type"></a><a class="link" href="type.html" title="generic::datagram_protocol::type">generic::datagram_protocol::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168887792"></a>
+Obtain an identifier for the type of the
+ protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol.html b/doc/html/boost_asio/reference/generic__raw_protocol.html
new file mode 100644
index 0000000000..fe14c0f7b3
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol.html
@@ -0,0 +1,259 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="generic__datagram_protocol/type.html" title="generic::datagram_protocol::type">
+<link rel="next" href="generic__raw_protocol/endpoint.html" title="generic::raw_protocol::endpoint">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__datagram_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__raw_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.generic__raw_protocol"></a><a class="link" href="generic__raw_protocol.html" title="generic::raw_protocol">generic::raw_protocol</a>
+</h3></div></div></div>
+<p>
+ Encapsulates the flags needed for a generic raw socket.
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">raw_protocol</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.types"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/endpoint.html" title="generic::raw_protocol::endpoint"><span class="bold"><strong>endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of an endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/socket.html" title="generic::raw_protocol::socket"><span class="bold"><strong>socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The generic socket type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.member_functions"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/family.html" title="generic::raw_protocol::family"><span class="bold"><strong>family</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol family.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/protocol.html" title="generic::raw_protocol::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/raw_protocol.html" title="generic::raw_protocol::raw_protocol"><span class="bold"><strong>raw_protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+ <p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/type.html" title="generic::raw_protocol::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the type of the protocol.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.friends"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.friends">Friends</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/operator_not__eq_.html" title="generic::raw_protocol::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__raw_protocol/operator_eq__eq_.html" title="generic::raw_protocol::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for equality.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="generic__raw_protocol.html" title="generic::raw_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">raw_protocol</span></code></a> class contains flags
+ necessary for raw sockets of any address family and protocol.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.examples"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.examples">Examples</a>
+ </h5>
+<p>
+ Constructing using a native address family and socket protocol:
+ </p>
+<pre class="programlisting"><span class="identifier">raw_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">AF_INET</span><span class="special">,</span> <span class="identifier">IPPROTO_ICMP</span><span class="special">);</span>
+</pre>
+<p>
+ Constructing from a specific protocol type:
+ </p>
+<pre class="programlisting"><span class="identifier">raw_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">icmp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.thread_safety"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.thread_safety">Thread
+ Safety</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__raw_protocol.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.requirements"></a></span><a class="link" href="generic__raw_protocol.html#boost_asio.reference.generic__raw_protocol.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/raw_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__datagram_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__raw_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html b/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html
new file mode 100644
index 0000000000..d0e761c4c9
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html
@@ -0,0 +1,344 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::endpoint</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="next" href="family.html" title="generic::raw_protocol::family">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.endpoint"></a><a class="link" href="endpoint.html" title="generic::raw_protocol::endpoint">generic::raw_protocol::endpoint</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp168979008"></a>
+The type of an endpoint.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">raw_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data_type.html" title="generic::basic_endpoint::data_type"><span class="bold"><strong>data_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the endpoint structure. This type is dependent on
+ the underlying implementation of the socket layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol_type.html" title="generic::basic_endpoint::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type associated with the endpoint.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint"><span class="bold"><strong>basic_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Default constructor.
+ </p>
+ <p>
+ Construct an endpoint from the specified socket address.
+ </p>
+ <p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+ <p>
+ Copy constructor.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/capacity.html" title="generic::basic_endpoint::capacity"><span class="bold"><strong>capacity</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the capacity of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data.html" title="generic::basic_endpoint::data"><span class="bold"><strong>data</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq_.html" title="generic::basic_endpoint::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign from another endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol.html" title="generic::basic_endpoint::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol associated with the endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/resize.html" title="generic::basic_endpoint::resize"><span class="bold"><strong>resize</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/size.html" title="generic::basic_endpoint::size"><span class="bold"><strong>size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.friends">Friends</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_not__eq_.html" title="generic::basic_endpoint::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt_.html" title="generic::basic_endpoint::operator&lt;"><span class="bold"><strong>operator&lt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;="><span class="bold"><strong>operator&lt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq__eq_.html" title="generic::basic_endpoint::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for equality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt_.html" title="generic::basic_endpoint::operator&gt;"><span class="bold"><strong>operator&gt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;="><span class="bold"><strong>operator&gt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a> class template
+ describes an endpoint that may be associated with any socket type.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.remarks"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.remarks">Remarks</a>
+ </h6>
+<p>
+ The socket types sockaddr type must be able to fit into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code> structure.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.endpoint.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__raw_protocol.endpoint.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/raw_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/family.html b/doc/html/boost_asio/reference/generic__raw_protocol/family.html
new file mode 100644
index 0000000000..75fb83eed0
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/family.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::family</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="endpoint.html" title="generic::raw_protocol::endpoint">
+<link rel="next" href="operator_not__eq_.html" title="generic::raw_protocol::operator!=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.family"></a><a class="link" href="family.html" title="generic::raw_protocol::family">generic::raw_protocol::family</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169078448"></a>
+Obtain an identifier for the protocol family.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html b/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html
new file mode 100644
index 0000000000..b0a66b291f
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::operator==</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="operator_not__eq_.html" title="generic::raw_protocol::operator!=">
+<link rel="next" href="protocol.html" title="generic::raw_protocol::protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="generic::raw_protocol::operator==">generic::raw_protocol::operator==</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169104688"></a>
+Compare two protocols for equality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
+ <span class="keyword">const</span> <span class="identifier">raw_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">raw_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.operator_eq__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.generic__raw_protocol.operator_eq__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/raw_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html b/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html
new file mode 100644
index 0000000000..a0f7e471d6
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::operator!=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="family.html" title="generic::raw_protocol::family">
+<link rel="next" href="operator_eq__eq_.html" title="generic::raw_protocol::operator==">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::raw_protocol::operator!=">generic::raw_protocol::operator!=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169085664"></a>
+Compare two protocols for inequality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
+ <span class="keyword">const</span> <span class="identifier">raw_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">raw_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.operator_not__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__raw_protocol.operator_not__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/raw_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html b/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html
new file mode 100644
index 0000000000..4ce098c967
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="operator_eq__eq_.html" title="generic::raw_protocol::operator==">
+<link rel="next" href="raw_protocol.html" title="generic::raw_protocol::raw_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="raw_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.protocol"></a><a class="link" href="protocol.html" title="generic::raw_protocol::protocol">generic::raw_protocol::protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169123712"></a>
+Obtain an identifier for the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="raw_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html
new file mode 100644
index 0000000000..83efab667e
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::raw_protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="protocol.html" title="generic::raw_protocol::protocol">
+<link rel="next" href="raw_protocol/overload1.html" title="generic::raw_protocol::raw_protocol (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="raw_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.raw_protocol"></a><a class="link" href="raw_protocol.html" title="generic::raw_protocol::raw_protocol">generic::raw_protocol::raw_protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169130912"></a>
+Construct a protocol object for a specific
+ address family and protocol.
+ </p>
+<pre class="programlisting"><a class="link" href="raw_protocol/overload1.html" title="generic::raw_protocol::raw_protocol (1 of 2 overloads)">raw_protocol</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="raw_protocol/overload1.html" title="generic::raw_protocol::raw_protocol (1 of 2 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<a class="link" href="raw_protocol/overload2.html" title="generic::raw_protocol::raw_protocol (2 of 2 overloads)">raw_protocol</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="raw_protocol/overload2.html" title="generic::raw_protocol::raw_protocol (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="raw_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html
new file mode 100644
index 0000000000..ec8f7170fc
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html
@@ -0,0 +1,51 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::raw_protocol (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../raw_protocol.html" title="generic::raw_protocol::raw_protocol">
+<link rel="prev" href="../raw_protocol.html" title="generic::raw_protocol::raw_protocol">
+<link rel="next" href="overload2.html" title="generic::raw_protocol::raw_protocol (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.raw_protocol.overload1"></a><a class="link" href="overload1.html" title="generic::raw_protocol::raw_protocol (1 of 2 overloads)">generic::raw_protocol::raw_protocol
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><span class="identifier">raw_protocol</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html
new file mode 100644
index 0000000000..8b2bc71bad
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html
@@ -0,0 +1,65 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::raw_protocol (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../raw_protocol.html" title="generic::raw_protocol::raw_protocol">
+<link rel="prev" href="overload1.html" title="generic::raw_protocol::raw_protocol (1 of 2 overloads)">
+<link rel="next" href="../socket.html" title="generic::raw_protocol::socket">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../socket.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.raw_protocol.overload2"></a><a class="link" href="overload2.html" title="generic::raw_protocol::raw_protocol (2 of 2 overloads)">generic::raw_protocol::raw_protocol
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<span class="identifier">raw_protocol</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.raw_protocol.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.raw_protocol.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.generic__raw_protocol.raw_protocol.overload2.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">@c</span></dt>
+<dd><p>
+ bad_cast Thrown if the source protocol is not raw-oriented.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../socket.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/socket.html b/doc/html/boost_asio/reference/generic__raw_protocol/socket.html
new file mode 100644
index 0000000000..9c7c3c24be
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/socket.html
@@ -0,0 +1,992 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::socket</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="raw_protocol/overload2.html" title="generic::raw_protocol::raw_protocol (2 of 2 overloads)">
+<link rel="next" href="type.html" title="generic::raw_protocol::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="raw_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.socket"></a><a class="link" href="socket.html" title="generic::raw_protocol::socket">generic::raw_protocol::socket</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169176384"></a>
+The generic socket type.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">raw_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/broadcast.html" title="basic_raw_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to permit sending of broadcast messages.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/bytes_readable.html" title="basic_raw_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ IO control command to get the amount of data that can be read
+ without blocking.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/debug.html" title="basic_raw_socket::debug"><span class="bold"><strong>debug</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to enable socket-level debugging.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/do_not_route.html" title="basic_raw_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to prevent routing, use local interfaces only.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/enable_connection_aborted.html" title="basic_raw_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to report aborted connections on accept.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/endpoint_type.html" title="basic_raw_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The endpoint type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/implementation_type.html" title="basic_raw_socket::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The underlying implementation type of I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/keep_alive.html" title="basic_raw_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to send keep-alives.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/linger.html" title="basic_raw_socket::linger"><span class="bold"><strong>linger</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to specify whether the socket lingers on close
+ if unsent data is present.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/lowest_layer_type.html" title="basic_raw_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ A basic_socket is always the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/message_flags.html" title="basic_raw_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bitmask type for flags that can be passed to send and receive
+ operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/native_handle_type.html" title="basic_raw_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The native representation of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/native_type.html" title="basic_raw_socket::native_type"><span class="bold"><strong>native_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle_type.) The native representation
+ of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/non_blocking_io.html" title="basic_raw_socket::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use non_blocking().) IO control command to set the
+ blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/protocol_type.html" title="basic_raw_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/receive_buffer_size.html" title="basic_raw_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/receive_low_watermark.html" title="basic_raw_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/reuse_address.html" title="basic_raw_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to allow the socket to be bound to an address that
+ is already in use.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/send_buffer_size.html" title="basic_raw_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/send_low_watermark.html" title="basic_raw_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/service_type.html" title="basic_raw_socket::service_type"><span class="bold"><strong>service_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the service that will be used to provide I/O operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/shutdown_type.html" title="basic_raw_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Different ways a socket may be shutdown.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/assign.html" title="basic_raw_socket::assign"><span class="bold"><strong>assign</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign an existing native socket to the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/async_connect.html" title="basic_raw_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous connect.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/async_receive.html" title="basic_raw_socket::async_receive"><span class="bold"><strong>async_receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/async_receive_from.html" title="basic_raw_socket::async_receive_from"><span class="bold"><strong>async_receive_from</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/async_send.html" title="basic_raw_socket::async_send"><span class="bold"><strong>async_send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/async_send_to.html" title="basic_raw_socket::async_send_to"><span class="bold"><strong>async_send_to</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/at_mark.html" title="basic_raw_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is at the out-of-band data mark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/available.html" title="basic_raw_socket::available"><span class="bold"><strong>available</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine the number of bytes available for reading.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/basic_raw_socket.html" title="basic_raw_socket::basic_raw_socket"><span class="bold"><strong>basic_raw_socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a basic_raw_socket without opening it.
+ </p>
+ <p>
+ Construct and open a basic_raw_socket.
+ </p>
+ <p>
+ Construct a basic_raw_socket, opening it and binding it to the
+ given local endpoint.
+ </p>
+ <p>
+ Construct a basic_raw_socket on an existing native socket.
+ </p>
+ <p>
+ Move-construct a basic_raw_socket from another.
+ </p>
+ <p>
+ Move-construct a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/bind.html" title="basic_raw_socket::bind"><span class="bold"><strong>bind</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bind the socket to the given local endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/cancel.html" title="basic_raw_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Cancel all asynchronous operations associated with the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/close.html" title="basic_raw_socket::close"><span class="bold"><strong>close</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Close the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/connect.html" title="basic_raw_socket::connect"><span class="bold"><strong>connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Connect the socket to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/get_io_service.html" title="basic_raw_socket::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the io_service associated with the object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/get_option.html" title="basic_raw_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get an option from the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/io_control.html" title="basic_raw_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Perform an IO control command on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/is_open.html" title="basic_raw_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is open.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/local_endpoint.html" title="basic_raw_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the local endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/lowest_layer.html" title="basic_raw_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get a reference to the lowest layer.
+ </p>
+ <p>
+ Get a const reference to the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/native.html" title="basic_raw_socket::native"><span class="bold"><strong>native</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle().) Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/native_handle.html" title="basic_raw_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/native_non_blocking.html" title="basic_raw_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the native socket implementation.
+ </p>
+ <p>
+ Sets the non-blocking mode of the native socket implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/non_blocking.html" title="basic_raw_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the socket.
+ </p>
+ <p>
+ Sets the non-blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/open.html" title="basic_raw_socket::open"><span class="bold"><strong>open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Open the socket using the specified protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/operator_eq_.html" title="basic_raw_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-assign a basic_raw_socket from another.
+ </p>
+ <p>
+ Move-assign a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/receive.html" title="basic_raw_socket::receive"><span class="bold"><strong>receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/receive_from.html" title="basic_raw_socket::receive_from"><span class="bold"><strong>receive_from</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive raw data with the endpoint of the sender.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/remote_endpoint.html" title="basic_raw_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the remote endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/send.html" title="basic_raw_socket::send"><span class="bold"><strong>send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/send_to.html" title="basic_raw_socket::send_to"><span class="bold"><strong>send_to</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send raw data to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/set_option.html" title="basic_raw_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set an option on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/shutdown.html" title="basic_raw_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable sends or receives on the socket.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.protected_member_functions">Protected
+ Member Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/get_implementation.html" title="basic_raw_socket::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying implementation of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/get_service.html" title="basic_raw_socket::get_service"><span class="bold"><strong>get_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the service associated with the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.data_members">Data
+ Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/max_connections.html" title="basic_raw_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The maximum length of the queue of pending incoming connections.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/message_do_not_route.html" title="basic_raw_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specify that the data should not be subject to routing.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/message_end_of_record.html" title="basic_raw_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specifies that the data marks the end of a record.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/message_out_of_band.html" title="basic_raw_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Process out-of-band data.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/message_peek.html" title="basic_raw_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Peek at incoming data without removing it from the input queue.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.protected_data_members">Protected
+ Data Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/implementation.html" title="basic_raw_socket::implementation"><span class="bold"><strong>implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_implementation().) The underlying implementation
+ of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_raw_socket/service.html" title="basic_raw_socket::service"><span class="bold"><strong>service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_service().) The service associated with
+ the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../basic_raw_socket.html" title="basic_raw_socket"><code class="computeroutput"><span class="identifier">basic_raw_socket</span></code></a> class template
+ provides asynchronous and blocking raw-oriented socket functionality.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__raw_protocol.socket.h6"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__raw_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__raw_protocol.socket.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/raw_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="raw_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__raw_protocol/type.html b/doc/html/boost_asio/reference/generic__raw_protocol/type.html
new file mode 100644
index 0000000000..5d3ed0fa21
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__raw_protocol/type.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::raw_protocol::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__raw_protocol.html" title="generic::raw_protocol">
+<link rel="prev" href="socket.html" title="generic::raw_protocol::socket">
+<link rel="next" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__raw_protocol.type"></a><a class="link" href="type.html" title="generic::raw_protocol::type">generic::raw_protocol::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169445840"></a>
+Obtain an identifier for the type of the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__raw_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol.html
new file mode 100644
index 0000000000..fa2ce11f53
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol.html
@@ -0,0 +1,255 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="generic__raw_protocol/type.html" title="generic::raw_protocol::type">
+<link rel="next" href="generic__seq_packet_protocol/endpoint.html" title="generic::seq_packet_protocol::endpoint">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__raw_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__seq_packet_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol"></a><a class="link" href="generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">generic::seq_packet_protocol</a>
+</h3></div></div></div>
+<p>
+ Encapsulates the flags needed for a generic sequenced packet socket.
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">seq_packet_protocol</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.types"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/endpoint.html" title="generic::seq_packet_protocol::endpoint"><span class="bold"><strong>endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of an endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/socket.html" title="generic::seq_packet_protocol::socket"><span class="bold"><strong>socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The generic socket type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.member_functions"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/family.html" title="generic::seq_packet_protocol::family"><span class="bold"><strong>family</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol family.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/protocol.html" title="generic::seq_packet_protocol::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol"><span class="bold"><strong>seq_packet_protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+ <p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/type.html" title="generic::seq_packet_protocol::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the type of the protocol.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.friends"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.friends">Friends</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/operator_not__eq_.html" title="generic::seq_packet_protocol::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__seq_packet_protocol/operator_eq__eq_.html" title="generic::seq_packet_protocol::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for equality.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="generic__seq_packet_protocol.html" title="generic::seq_packet_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">seq_packet_protocol</span></code></a> class contains
+ flags necessary for seq_packet-oriented sockets of any address family and
+ protocol.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.examples"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.examples">Examples</a>
+ </h5>
+<p>
+ Constructing using a native address family and socket protocol:
+ </p>
+<pre class="programlisting"><span class="identifier">seq_packet_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">AF_INET</span><span class="special">,</span> <span class="identifier">IPPROTO_SCTP</span><span class="special">);</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.thread_safety"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.thread_safety">Thread
+ Safety</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__seq_packet_protocol.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.requirements"></a></span><a class="link" href="generic__seq_packet_protocol.html#boost_asio.reference.generic__seq_packet_protocol.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/seq_packet_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__raw_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__seq_packet_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html
new file mode 100644
index 0000000000..eca10a2ff7
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html
@@ -0,0 +1,344 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::endpoint</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="next" href="family.html" title="generic::seq_packet_protocol::family">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint"></a><a class="link" href="endpoint.html" title="generic::seq_packet_protocol::endpoint">generic::seq_packet_protocol::endpoint</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169529088"></a>
+The type of an endpoint.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data_type.html" title="generic::basic_endpoint::data_type"><span class="bold"><strong>data_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the endpoint structure. This type is dependent on
+ the underlying implementation of the socket layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol_type.html" title="generic::basic_endpoint::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type associated with the endpoint.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint"><span class="bold"><strong>basic_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Default constructor.
+ </p>
+ <p>
+ Construct an endpoint from the specified socket address.
+ </p>
+ <p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+ <p>
+ Copy constructor.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/capacity.html" title="generic::basic_endpoint::capacity"><span class="bold"><strong>capacity</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the capacity of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data.html" title="generic::basic_endpoint::data"><span class="bold"><strong>data</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq_.html" title="generic::basic_endpoint::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign from another endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol.html" title="generic::basic_endpoint::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol associated with the endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/resize.html" title="generic::basic_endpoint::resize"><span class="bold"><strong>resize</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/size.html" title="generic::basic_endpoint::size"><span class="bold"><strong>size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.friends">Friends</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_not__eq_.html" title="generic::basic_endpoint::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt_.html" title="generic::basic_endpoint::operator&lt;"><span class="bold"><strong>operator&lt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;="><span class="bold"><strong>operator&lt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq__eq_.html" title="generic::basic_endpoint::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for equality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt_.html" title="generic::basic_endpoint::operator&gt;"><span class="bold"><strong>operator&gt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;="><span class="bold"><strong>operator&gt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a> class template
+ describes an endpoint that may be associated with any socket type.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.remarks"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.remarks">Remarks</a>
+ </h6>
+<p>
+ The socket types sockaddr type must be able to fit into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code> structure.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__seq_packet_protocol.endpoint.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/seq_packet_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html
new file mode 100644
index 0000000000..0d3a2e92d5
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::family</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="endpoint.html" title="generic::seq_packet_protocol::endpoint">
+<link rel="next" href="operator_not__eq_.html" title="generic::seq_packet_protocol::operator!=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.family"></a><a class="link" href="family.html" title="generic::seq_packet_protocol::family">generic::seq_packet_protocol::family</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169629168"></a>
+Obtain an identifier for the protocol
+ family.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html
new file mode 100644
index 0000000000..128ad25f2c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::operator==</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="operator_not__eq_.html" title="generic::seq_packet_protocol::operator!=">
+<link rel="next" href="protocol.html" title="generic::seq_packet_protocol::protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="generic::seq_packet_protocol::operator==">generic::seq_packet_protocol::operator==</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169655456"></a>
+Compare two protocols for equality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
+ <span class="keyword">const</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.operator_eq__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.generic__seq_packet_protocol.operator_eq__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/seq_packet_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html
new file mode 100644
index 0000000000..7bcd41e78a
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::operator!=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="family.html" title="generic::seq_packet_protocol::family">
+<link rel="next" href="operator_eq__eq_.html" title="generic::seq_packet_protocol::operator==">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::seq_packet_protocol::operator!=">generic::seq_packet_protocol::operator!=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169636480"></a>
+Compare two protocols for inequality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
+ <span class="keyword">const</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.operator_not__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__seq_packet_protocol.operator_not__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/seq_packet_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html
new file mode 100644
index 0000000000..967f03b3be
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="operator_eq__eq_.html" title="generic::seq_packet_protocol::operator==">
+<link rel="next" href="seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="seq_packet_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.protocol"></a><a class="link" href="protocol.html" title="generic::seq_packet_protocol::protocol">generic::seq_packet_protocol::protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169674448"></a>
+Obtain an identifier for the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="seq_packet_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html
new file mode 100644
index 0000000000..f0e0ecd9ec
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::seq_packet_protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="protocol.html" title="generic::seq_packet_protocol::protocol">
+<link rel="next" href="seq_packet_protocol/overload1.html" title="generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="seq_packet_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol"></a><a class="link" href="seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol">generic::seq_packet_protocol::seq_packet_protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169681744"></a>
+Construct a protocol object
+ for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><a class="link" href="seq_packet_protocol/overload1.html" title="generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)">seq_packet_protocol</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="seq_packet_protocol/overload1.html" title="generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<a class="link" href="seq_packet_protocol/overload2.html" title="generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)">seq_packet_protocol</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="seq_packet_protocol/overload2.html" title="generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="seq_packet_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html
new file mode 100644
index 0000000000..9471c8db66
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html
@@ -0,0 +1,51 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol">
+<link rel="prev" href="../seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol">
+<link rel="next" href="overload2.html" title="generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol.overload1"></a><a class="link" href="overload1.html" title="generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)">generic::seq_packet_protocol::seq_packet_protocol
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><span class="identifier">seq_packet_protocol</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html
new file mode 100644
index 0000000000..d289da6417
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html
@@ -0,0 +1,66 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../seq_packet_protocol.html" title="generic::seq_packet_protocol::seq_packet_protocol">
+<link rel="prev" href="overload1.html" title="generic::seq_packet_protocol::seq_packet_protocol (1 of 2 overloads)">
+<link rel="next" href="../socket.html" title="generic::seq_packet_protocol::socket">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../socket.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol.overload2"></a><a class="link" href="overload2.html" title="generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)">generic::seq_packet_protocol::seq_packet_protocol
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<span class="identifier">seq_packet_protocol</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.generic__seq_packet_protocol.seq_packet_protocol.overload2.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">@c</span></dt>
+<dd><p>
+ bad_cast Thrown if the source protocol is not based around sequenced
+ packets.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../socket.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html
new file mode 100644
index 0000000000..afd0bf9b0c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html
@@ -0,0 +1,947 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::socket</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="seq_packet_protocol/overload2.html" title="generic::seq_packet_protocol::seq_packet_protocol (2 of 2 overloads)">
+<link rel="next" href="type.html" title="generic::seq_packet_protocol::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="seq_packet_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket"></a><a class="link" href="socket.html" title="generic::seq_packet_protocol::socket">generic::seq_packet_protocol::socket</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169727728"></a>
+The generic socket type.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_seq_packet_socket</span><span class="special">&lt;</span> <span class="identifier">seq_packet_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/broadcast.html" title="basic_seq_packet_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to permit sending of broadcast messages.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/bytes_readable.html" title="basic_seq_packet_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ IO control command to get the amount of data that can be read
+ without blocking.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/debug.html" title="basic_seq_packet_socket::debug"><span class="bold"><strong>debug</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to enable socket-level debugging.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/do_not_route.html" title="basic_seq_packet_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to prevent routing, use local interfaces only.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/enable_connection_aborted.html" title="basic_seq_packet_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to report aborted connections on accept.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/endpoint_type.html" title="basic_seq_packet_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The endpoint type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/implementation_type.html" title="basic_seq_packet_socket::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The underlying implementation type of I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/keep_alive.html" title="basic_seq_packet_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to send keep-alives.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/linger.html" title="basic_seq_packet_socket::linger"><span class="bold"><strong>linger</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to specify whether the socket lingers on close
+ if unsent data is present.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/lowest_layer_type.html" title="basic_seq_packet_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ A basic_socket is always the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/message_flags.html" title="basic_seq_packet_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bitmask type for flags that can be passed to send and receive
+ operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/native_handle_type.html" title="basic_seq_packet_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The native representation of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/native_type.html" title="basic_seq_packet_socket::native_type"><span class="bold"><strong>native_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle_type.) The native representation
+ of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/non_blocking_io.html" title="basic_seq_packet_socket::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use non_blocking().) IO control command to set the
+ blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/protocol_type.html" title="basic_seq_packet_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/receive_buffer_size.html" title="basic_seq_packet_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/receive_low_watermark.html" title="basic_seq_packet_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/reuse_address.html" title="basic_seq_packet_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to allow the socket to be bound to an address that
+ is already in use.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/send_buffer_size.html" title="basic_seq_packet_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/send_low_watermark.html" title="basic_seq_packet_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/service_type.html" title="basic_seq_packet_socket::service_type"><span class="bold"><strong>service_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the service that will be used to provide I/O operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/shutdown_type.html" title="basic_seq_packet_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Different ways a socket may be shutdown.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/assign.html" title="basic_seq_packet_socket::assign"><span class="bold"><strong>assign</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign an existing native socket to the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/async_connect.html" title="basic_seq_packet_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous connect.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/async_receive.html" title="basic_seq_packet_socket::async_receive"><span class="bold"><strong>async_receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/async_send.html" title="basic_seq_packet_socket::async_send"><span class="bold"><strong>async_send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/at_mark.html" title="basic_seq_packet_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is at the out-of-band data mark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/available.html" title="basic_seq_packet_socket::available"><span class="bold"><strong>available</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine the number of bytes available for reading.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket"><span class="bold"><strong>basic_seq_packet_socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a basic_seq_packet_socket without opening it.
+ </p>
+ <p>
+ Construct and open a basic_seq_packet_socket.
+ </p>
+ <p>
+ Construct a basic_seq_packet_socket, opening it and binding it
+ to the given local endpoint.
+ </p>
+ <p>
+ Construct a basic_seq_packet_socket on an existing native socket.
+ </p>
+ <p>
+ Move-construct a basic_seq_packet_socket from another.
+ </p>
+ <p>
+ Move-construct a basic_seq_packet_socket from a socket of another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/bind.html" title="basic_seq_packet_socket::bind"><span class="bold"><strong>bind</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bind the socket to the given local endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/cancel.html" title="basic_seq_packet_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Cancel all asynchronous operations associated with the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/close.html" title="basic_seq_packet_socket::close"><span class="bold"><strong>close</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Close the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/connect.html" title="basic_seq_packet_socket::connect"><span class="bold"><strong>connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Connect the socket to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/get_io_service.html" title="basic_seq_packet_socket::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the io_service associated with the object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/get_option.html" title="basic_seq_packet_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get an option from the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/io_control.html" title="basic_seq_packet_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Perform an IO control command on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/is_open.html" title="basic_seq_packet_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is open.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/local_endpoint.html" title="basic_seq_packet_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the local endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/lowest_layer.html" title="basic_seq_packet_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get a reference to the lowest layer.
+ </p>
+ <p>
+ Get a const reference to the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/native.html" title="basic_seq_packet_socket::native"><span class="bold"><strong>native</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle().) Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/native_handle.html" title="basic_seq_packet_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the native socket implementation.
+ </p>
+ <p>
+ Sets the non-blocking mode of the native socket implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/non_blocking.html" title="basic_seq_packet_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the socket.
+ </p>
+ <p>
+ Sets the non-blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/open.html" title="basic_seq_packet_socket::open"><span class="bold"><strong>open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Open the socket using the specified protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/operator_eq_.html" title="basic_seq_packet_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-assign a basic_seq_packet_socket from another.
+ </p>
+ <p>
+ Move-assign a basic_seq_packet_socket from a socket of another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/receive.html" title="basic_seq_packet_socket::receive"><span class="bold"><strong>receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive some data on the socket.
+ </p>
+ <p>
+ Receive some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the remote endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/send.html" title="basic_seq_packet_socket::send"><span class="bold"><strong>send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send some data on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/set_option.html" title="basic_seq_packet_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set an option on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/shutdown.html" title="basic_seq_packet_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable sends or receives on the socket.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.protected_member_functions">Protected
+ Member Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/get_implementation.html" title="basic_seq_packet_socket::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying implementation of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/get_service.html" title="basic_seq_packet_socket::get_service"><span class="bold"><strong>get_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the service associated with the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.data_members">Data
+ Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/max_connections.html" title="basic_seq_packet_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The maximum length of the queue of pending incoming connections.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/message_do_not_route.html" title="basic_seq_packet_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specify that the data should not be subject to routing.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/message_end_of_record.html" title="basic_seq_packet_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specifies that the data marks the end of a record.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/message_out_of_band.html" title="basic_seq_packet_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Process out-of-band data.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/message_peek.html" title="basic_seq_packet_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Peek at incoming data without removing it from the input queue.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.protected_data_members">Protected
+ Data Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/implementation.html" title="basic_seq_packet_socket::implementation"><span class="bold"><strong>implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_implementation().) The underlying implementation
+ of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_seq_packet_socket/service.html" title="basic_seq_packet_socket::service"><span class="bold"><strong>service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_service().) The service associated with
+ the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput"><span class="identifier">basic_seq_packet_socket</span></code></a> class
+ template provides asynchronous and blocking sequenced packet socket functionality.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__seq_packet_protocol.socket.h6"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__seq_packet_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__seq_packet_protocol.socket.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/seq_packet_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="seq_packet_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html b/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html
new file mode 100644
index 0000000000..bff6789327
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::seq_packet_protocol::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__seq_packet_protocol.html" title="generic::seq_packet_protocol">
+<link rel="prev" href="socket.html" title="generic::seq_packet_protocol::socket">
+<link rel="next" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__seq_packet_protocol.type"></a><a class="link" href="type.html" title="generic::seq_packet_protocol::type">generic::seq_packet_protocol::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp169985696"></a>
+Obtain an identifier for the type of the
+ protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__seq_packet_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol.html b/doc/html/boost_asio/reference/generic__stream_protocol.html
new file mode 100644
index 0000000000..2ce0973c2b
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol.html
@@ -0,0 +1,271 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="generic__seq_packet_protocol/type.html" title="generic::seq_packet_protocol::type">
+<link rel="next" href="generic__stream_protocol/endpoint.html" title="generic::stream_protocol::endpoint">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__seq_packet_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__stream_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.generic__stream_protocol"></a><a class="link" href="generic__stream_protocol.html" title="generic::stream_protocol">generic::stream_protocol</a>
+</h3></div></div></div>
+<p>
+ Encapsulates the flags needed for a generic stream-oriented socket.
+ </p>
+<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">stream_protocol</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.types"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/endpoint.html" title="generic::stream_protocol::endpoint"><span class="bold"><strong>endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of an endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/iostream.html" title="generic::stream_protocol::iostream"><span class="bold"><strong>iostream</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The generic socket iostream type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/socket.html" title="generic::stream_protocol::socket"><span class="bold"><strong>socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The generic socket type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.member_functions"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/family.html" title="generic::stream_protocol::family"><span class="bold"><strong>family</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol family.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/protocol.html" title="generic::stream_protocol::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/stream_protocol.html" title="generic::stream_protocol::stream_protocol"><span class="bold"><strong>stream_protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+ <p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/type.html" title="generic::stream_protocol::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain an identifier for the type of the protocol.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.friends"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.friends">Friends</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/operator_not__eq_.html" title="generic::stream_protocol::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="generic__stream_protocol/operator_eq__eq_.html" title="generic::stream_protocol::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two protocols for equality.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="generic__stream_protocol.html" title="generic::stream_protocol"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">stream_protocol</span></code></a> class contains flags
+ necessary for stream-oriented sockets of any address family and protocol.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.examples"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.examples">Examples</a>
+ </h5>
+<p>
+ Constructing using a native address family and socket protocol:
+ </p>
+<pre class="programlisting"><span class="identifier">stream_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">AF_INET</span><span class="special">,</span> <span class="identifier">IPPROTO_TCP</span><span class="special">);</span>
+</pre>
+<p>
+ Constructing from a specific protocol type:
+ </p>
+<pre class="programlisting"><span class="identifier">stream_protocol</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.thread_safety"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.thread_safety">Thread
+ Safety</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<h5>
+<a name="boost_asio.reference.generic__stream_protocol.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.requirements"></a></span><a class="link" href="generic__stream_protocol.html#boost_asio.reference.generic__stream_protocol.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__seq_packet_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic__stream_protocol/endpoint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html b/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html
new file mode 100644
index 0000000000..47f683cf4c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html
@@ -0,0 +1,344 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::endpoint</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="next" href="family.html" title="generic::stream_protocol::family">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.endpoint"></a><a class="link" href="endpoint.html" title="generic::stream_protocol::endpoint">generic::stream_protocol::endpoint</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170080176"></a>
+The type of an endpoint.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data_type.html" title="generic::basic_endpoint::data_type"><span class="bold"><strong>data_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the endpoint structure. This type is dependent on
+ the underlying implementation of the socket layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol_type.html" title="generic::basic_endpoint::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type associated with the endpoint.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/basic_endpoint.html" title="generic::basic_endpoint::basic_endpoint"><span class="bold"><strong>basic_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Default constructor.
+ </p>
+ <p>
+ Construct an endpoint from the specified socket address.
+ </p>
+ <p>
+ Construct an endpoint from the specific endpoint type.
+ </p>
+ <p>
+ Copy constructor.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/capacity.html" title="generic::basic_endpoint::capacity"><span class="bold"><strong>capacity</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the capacity of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/data.html" title="generic::basic_endpoint::data"><span class="bold"><strong>data</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq_.html" title="generic::basic_endpoint::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign from another endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/protocol.html" title="generic::basic_endpoint::protocol"><span class="bold"><strong>protocol</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol associated with the endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/resize.html" title="generic::basic_endpoint::resize"><span class="bold"><strong>resize</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/size.html" title="generic::basic_endpoint::size"><span class="bold"><strong>size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying size of the endpoint in the native type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.friends">Friends</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_not__eq_.html" title="generic::basic_endpoint::operator!="><span class="bold"><strong>operator!=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for inequality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt_.html" title="generic::basic_endpoint::operator&lt;"><span class="bold"><strong>operator&lt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_lt__eq_.html" title="generic::basic_endpoint::operator&lt;="><span class="bold"><strong>operator&lt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_eq__eq_.html" title="generic::basic_endpoint::operator=="><span class="bold"><strong>operator==</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare two endpoints for equality.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt_.html" title="generic::basic_endpoint::operator&gt;"><span class="bold"><strong>operator&gt;</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../generic__basic_endpoint/operator_gt__eq_.html" title="generic::basic_endpoint::operator&gt;="><span class="bold"><strong>operator&gt;=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Compare endpoints for ordering.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../generic__basic_endpoint.html" title="generic::basic_endpoint"><code class="computeroutput"><span class="identifier">generic</span><span class="special">::</span><span class="identifier">basic_endpoint</span></code></a> class template
+ describes an endpoint that may be associated with any socket type.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.remarks"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.remarks">Remarks</a>
+ </h6>
+<p>
+ The socket types sockaddr type must be able to fit into a <code class="computeroutput"><span class="identifier">sockaddr_storage</span></code> structure.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.endpoint.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.generic__stream_protocol.endpoint.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="family.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/family.html b/doc/html/boost_asio/reference/generic__stream_protocol/family.html
new file mode 100644
index 0000000000..06b870a55a
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/family.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::family</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="endpoint.html" title="generic::stream_protocol::endpoint">
+<link rel="next" href="iostream.html" title="generic::stream_protocol::iostream">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostream.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.family"></a><a class="link" href="family.html" title="generic::stream_protocol::family">generic::stream_protocol::family</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170180048"></a>
+Obtain an identifier for the protocol family.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iostream.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html b/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html
new file mode 100644
index 0000000000..4c2d78e859
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html
@@ -0,0 +1,239 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::iostream</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="family.html" title="generic::stream_protocol::family">
+<link rel="next" href="operator_not__eq_.html" title="generic::stream_protocol::operator!=">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.iostream"></a><a class="link" href="iostream.html" title="generic::stream_protocol::iostream">generic::stream_protocol::iostream</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170187200"></a>
+The generic socket iostream type.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket_iostream</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">iostream</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.iostream.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.iostream.types"></a></span><a class="link" href="iostream.html#boost_asio.reference.generic__stream_protocol.iostream.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/duration_type.html" title="basic_socket_iostream::duration_type"><span class="bold"><strong>duration_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The duration type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/endpoint_type.html" title="basic_socket_iostream::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The endpoint type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/time_type.html" title="basic_socket_iostream::time_type"><span class="bold"><strong>time_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The time type.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.iostream.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.iostream.member_functions"></a></span><a class="link" href="iostream.html#boost_asio.reference.generic__stream_protocol.iostream.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/basic_socket_iostream.html" title="basic_socket_iostream::basic_socket_iostream"><span class="bold"><strong>basic_socket_iostream</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a basic_socket_iostream without establishing a connection.
+ </p>
+ <p>
+ Establish a connection to an endpoint corresponding to a resolver
+ query.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/close.html" title="basic_socket_iostream::close"><span class="bold"><strong>close</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Close the connection.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/connect.html" title="basic_socket_iostream::connect"><span class="bold"><strong>connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Establish a connection to an endpoint corresponding to a resolver
+ query.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/error.html" title="basic_socket_iostream::error"><span class="bold"><strong>error</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the last error associated with the stream.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/expires_at.html" title="basic_socket_iostream::expires_at"><span class="bold"><strong>expires_at</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the stream's expiry time as an absolute time.
+ </p>
+ <p>
+ Set the stream's expiry time as an absolute time.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/expires_from_now.html" title="basic_socket_iostream::expires_from_now"><span class="bold"><strong>expires_from_now</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the timer's expiry time relative to now.
+ </p>
+ <p>
+ Set the stream's expiry time relative to now.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_socket_iostream/rdbuf.html" title="basic_socket_iostream::rdbuf"><span class="bold"><strong>rdbuf</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Return a pointer to the underlying streambuf.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.iostream.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.iostream.requirements"></a></span><a class="link" href="iostream.html#boost_asio.reference.generic__stream_protocol.iostream.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="family.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html b/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html
new file mode 100644
index 0000000000..0920bd400e
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::operator==</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="operator_not__eq_.html" title="generic::stream_protocol::operator!=">
+<link rel="next" href="protocol.html" title="generic::stream_protocol::protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="generic::stream_protocol::operator==">generic::stream_protocol::operator==</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170269152"></a>
+Compare two protocols for equality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
+ <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.operator_eq__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.generic__stream_protocol.operator_eq__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html b/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html
new file mode 100644
index 0000000000..e290b5035c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::operator!=</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="iostream.html" title="generic::stream_protocol::iostream">
+<link rel="next" href="operator_eq__eq_.html" title="generic::stream_protocol::operator==">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="iostream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::stream_protocol::operator!=">generic::stream_protocol::operator!=</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170250000"></a>
+Compare two protocols for inequality.
+ </p>
+<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
+ <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__stream_protocol.operator_not__eq_.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="iostream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html b/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html
new file mode 100644
index 0000000000..d172afa0d0
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="operator_eq__eq_.html" title="generic::stream_protocol::operator==">
+<link rel="next" href="socket.html" title="generic::stream_protocol::socket">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.protocol"></a><a class="link" href="protocol.html" title="generic::stream_protocol::protocol">generic::stream_protocol::protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170288128"></a>
+Obtain an identifier for the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/socket.html b/doc/html/boost_asio/reference/generic__stream_protocol/socket.html
new file mode 100644
index 0000000000..a971ba3d6c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/socket.html
@@ -0,0 +1,995 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::socket</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="protocol.html" title="generic::stream_protocol::protocol">
+<link rel="next" href="stream_protocol.html" title="generic::stream_protocol::stream_protocol">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stream_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.socket"></a><a class="link" href="socket.html" title="generic::stream_protocol::socket">generic::stream_protocol::socket</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170295344"></a>
+The generic socket type.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.types">Types</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/broadcast.html" title="basic_stream_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to permit sending of broadcast messages.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/bytes_readable.html" title="basic_stream_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ IO control command to get the amount of data that can be read
+ without blocking.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/debug.html" title="basic_stream_socket::debug"><span class="bold"><strong>debug</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to enable socket-level debugging.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/do_not_route.html" title="basic_stream_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to prevent routing, use local interfaces only.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/enable_connection_aborted.html" title="basic_stream_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to report aborted connections on accept.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/endpoint_type.html" title="basic_stream_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The endpoint type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/implementation_type.html" title="basic_stream_socket::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The underlying implementation type of I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/keep_alive.html" title="basic_stream_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to send keep-alives.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/linger.html" title="basic_stream_socket::linger"><span class="bold"><strong>linger</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to specify whether the socket lingers on close
+ if unsent data is present.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/lowest_layer_type.html" title="basic_stream_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ A basic_socket is always the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/message_flags.html" title="basic_stream_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bitmask type for flags that can be passed to send and receive
+ operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/native_handle_type.html" title="basic_stream_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The native representation of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/native_type.html" title="basic_stream_socket::native_type"><span class="bold"><strong>native_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle_type.) The native representation
+ of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/non_blocking_io.html" title="basic_stream_socket::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use non_blocking().) IO control command to set the
+ blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/protocol_type.html" title="basic_stream_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/receive_buffer_size.html" title="basic_stream_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/receive_low_watermark.html" title="basic_stream_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the receive low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/reuse_address.html" title="basic_stream_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option to allow the socket to be bound to an address that
+ is already in use.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/send_buffer_size.html" title="basic_stream_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send buffer size of a socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/send_low_watermark.html" title="basic_stream_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Socket option for the send low watermark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/service_type.html" title="basic_stream_socket::service_type"><span class="bold"><strong>service_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The type of the service that will be used to provide I/O operations.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/shutdown_type.html" title="basic_stream_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Different ways a socket may be shutdown.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.member_functions">Member
+ Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/assign.html" title="basic_stream_socket::assign"><span class="bold"><strong>assign</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Assign an existing native socket to the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/async_connect.html" title="basic_stream_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous connect.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/async_read_some.html" title="basic_stream_socket::async_read_some"><span class="bold"><strong>async_read_some</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous read.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/async_receive.html" title="basic_stream_socket::async_receive"><span class="bold"><strong>async_receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous receive.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/async_send.html" title="basic_stream_socket::async_send"><span class="bold"><strong>async_send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous send.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/async_write_some.html" title="basic_stream_socket::async_write_some"><span class="bold"><strong>async_write_some</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Start an asynchronous write.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/at_mark.html" title="basic_stream_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is at the out-of-band data mark.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/available.html" title="basic_stream_socket::available"><span class="bold"><strong>available</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine the number of bytes available for reading.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/basic_stream_socket.html" title="basic_stream_socket::basic_stream_socket"><span class="bold"><strong>basic_stream_socket</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a basic_stream_socket without opening it.
+ </p>
+ <p>
+ Construct and open a basic_stream_socket.
+ </p>
+ <p>
+ Construct a basic_stream_socket, opening it and binding it to
+ the given local endpoint.
+ </p>
+ <p>
+ Construct a basic_stream_socket on an existing native socket.
+ </p>
+ <p>
+ Move-construct a basic_stream_socket from another.
+ </p>
+ <p>
+ Move-construct a basic_stream_socket from a socket of another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/bind.html" title="basic_stream_socket::bind"><span class="bold"><strong>bind</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Bind the socket to the given local endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/cancel.html" title="basic_stream_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Cancel all asynchronous operations associated with the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/close.html" title="basic_stream_socket::close"><span class="bold"><strong>close</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Close the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/connect.html" title="basic_stream_socket::connect"><span class="bold"><strong>connect</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Connect the socket to the specified endpoint.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/get_io_service.html" title="basic_stream_socket::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the io_service associated with the object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/get_option.html" title="basic_stream_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get an option from the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/io_control.html" title="basic_stream_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Perform an IO control command on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/is_open.html" title="basic_stream_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the socket is open.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/local_endpoint.html" title="basic_stream_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the local endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/lowest_layer.html" title="basic_stream_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get a reference to the lowest layer.
+ </p>
+ <p>
+ Get a const reference to the lowest layer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/native.html" title="basic_stream_socket::native"><span class="bold"><strong>native</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use native_handle().) Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/native_handle.html" title="basic_stream_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the native socket representation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/native_non_blocking.html" title="basic_stream_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the native socket implementation.
+ </p>
+ <p>
+ Sets the non-blocking mode of the native socket implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/non_blocking.html" title="basic_stream_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Gets the non-blocking mode of the socket.
+ </p>
+ <p>
+ Sets the non-blocking mode of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/open.html" title="basic_stream_socket::open"><span class="bold"><strong>open</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Open the socket using the specified protocol.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/operator_eq_.html" title="basic_stream_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-assign a basic_stream_socket from another.
+ </p>
+ <p>
+ Move-assign a basic_stream_socket from a socket of another protocol
+ type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/read_some.html" title="basic_stream_socket::read_some"><span class="bold"><strong>read_some</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Read some data from the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/receive.html" title="basic_stream_socket::receive"><span class="bold"><strong>receive</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Receive some data on the socket.
+ </p>
+ <p>
+ Receive some data on a connected socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/remote_endpoint.html" title="basic_stream_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the remote endpoint of the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/send.html" title="basic_stream_socket::send"><span class="bold"><strong>send</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Send some data on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/set_option.html" title="basic_stream_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set an option on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/shutdown.html" title="basic_stream_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable sends or receives on the socket.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/write_some.html" title="basic_stream_socket::write_some"><span class="bold"><strong>write_some</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Write some data to the socket.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.protected_member_functions">Protected
+ Member Functions</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/get_implementation.html" title="basic_stream_socket::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the underlying implementation of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/get_service.html" title="basic_stream_socket::get_service"><span class="bold"><strong>get_service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Get the service associated with the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.data_members">Data
+ Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/max_connections.html" title="basic_stream_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The maximum length of the queue of pending incoming connections.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/message_do_not_route.html" title="basic_stream_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specify that the data should not be subject to routing.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/message_end_of_record.html" title="basic_stream_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specifies that the data marks the end of a record.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/message_out_of_band.html" title="basic_stream_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Process out-of-band data.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/message_peek.html" title="basic_stream_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Peek at incoming data without removing it from the input queue.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.protected_data_members">Protected
+ Data Members</a>
+ </h6>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/implementation.html" title="basic_stream_socket::implementation"><span class="bold"><strong>implementation</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_implementation().) The underlying implementation
+ of the I/O object.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="../basic_stream_socket/service.html" title="basic_stream_socket::service"><span class="bold"><strong>service</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ (Deprecated: Use get_service().) The service associated with
+ the I/O object.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="../basic_stream_socket.html" title="basic_stream_socket"><code class="computeroutput"><span class="identifier">basic_stream_socket</span></code></a> class template
+ provides asynchronous and blocking stream-oriented socket functionality.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h5"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.thread_safety">Thread
+ Safety</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
+ </p>
+<p>
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
+ </p>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.socket.h6"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.generic__stream_protocol.socket.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="protocol.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stream_protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html
new file mode 100644
index 0000000000..ba17ae6fda
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::stream_protocol</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="socket.html" title="generic::stream_protocol::socket">
+<link rel="next" href="stream_protocol/overload1.html" title="generic::stream_protocol::stream_protocol (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stream_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.stream_protocol"></a><a class="link" href="stream_protocol.html" title="generic::stream_protocol::stream_protocol">generic::stream_protocol::stream_protocol</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170565200"></a>
+Construct a protocol object for
+ a specific address family and protocol.
+ </p>
+<pre class="programlisting"><a class="link" href="stream_protocol/overload1.html" title="generic::stream_protocol::stream_protocol (1 of 2 overloads)">stream_protocol</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="stream_protocol/overload1.html" title="generic::stream_protocol::stream_protocol (1 of 2 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<a class="link" href="stream_protocol/overload2.html" title="generic::stream_protocol::stream_protocol (2 of 2 overloads)">stream_protocol</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="stream_protocol/overload2.html" title="generic::stream_protocol::stream_protocol (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stream_protocol/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html
new file mode 100644
index 0000000000..2fd25ac620
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html
@@ -0,0 +1,51 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::stream_protocol (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../stream_protocol.html" title="generic::stream_protocol::stream_protocol">
+<link rel="prev" href="../stream_protocol.html" title="generic::stream_protocol::stream_protocol">
+<link rel="next" href="overload2.html" title="generic::stream_protocol::stream_protocol (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.stream_protocol.overload1"></a><a class="link" href="overload1.html" title="generic::stream_protocol::stream_protocol (1 of 2 overloads)">generic::stream_protocol::stream_protocol
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a protocol object for a specific address family and protocol.
+ </p>
+<pre class="programlisting"><span class="identifier">stream_protocol</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">address_family</span><span class="special">,</span>
+ <span class="keyword">int</span> <span class="identifier">socket_protocol</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html
new file mode 100644
index 0000000000..f38b5eed9d
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html
@@ -0,0 +1,65 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::stream_protocol (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../stream_protocol.html" title="generic::stream_protocol::stream_protocol">
+<link rel="prev" href="overload1.html" title="generic::stream_protocol::stream_protocol (1 of 2 overloads)">
+<link rel="next" href="../type.html" title="generic::stream_protocol::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.stream_protocol.overload2"></a><a class="link" href="overload2.html" title="generic::stream_protocol::stream_protocol (2 of 2 overloads)">generic::stream_protocol::stream_protocol
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct a generic protocol object from a specific protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../Protocol.html" title="Protocol requirements">Protocol</a><span class="special">&gt;</span>
+<span class="identifier">stream_protocol</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Protocol</span> <span class="special">&amp;</span> <span class="identifier">source_protocol</span><span class="special">);</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.generic__stream_protocol.stream_protocol.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.generic__stream_protocol.stream_protocol.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.generic__stream_protocol.stream_protocol.overload2.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">@c</span></dt>
+<dd><p>
+ bad_cast Thrown if the source protocol is not stream-oriented.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_protocol.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/generic__stream_protocol/type.html b/doc/html/boost_asio/reference/generic__stream_protocol/type.html
new file mode 100644
index 0000000000..97f8c3ff7c
--- /dev/null
+++ b/doc/html/boost_asio/reference/generic__stream_protocol/type.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>generic::stream_protocol::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol">
+<link rel="prev" href="stream_protocol/overload2.html" title="generic::stream_protocol::stream_protocol (2 of 2 overloads)">
+<link rel="next" href="../handler_type.html" title="handler_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="stream_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handler_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.generic__stream_protocol.type"></a><a class="link" href="type.html" title="generic::stream_protocol::type">generic::stream_protocol::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170610784"></a>
+Obtain an identifier for the type of the protocol.
+ </p>
+<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="stream_protocol/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handler_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/handler_type.html b/doc/html/boost_asio/reference/handler_type.html
new file mode 100644
index 0000000000..830aa364b8
--- /dev/null
+++ b/doc/html/boost_asio/reference/handler_type.html
@@ -0,0 +1,104 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>handler_type</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="generic__stream_protocol/type.html" title="generic::stream_protocol::type">
+<link rel="next" href="handler_type/type.html" title="handler_type::type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__stream_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="handler_type/type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.handler_type"></a><a class="link" href="handler_type.html" title="handler_type">handler_type</a>
+</h3></div></div></div>
+<p>
+ Default handler type traits provided for all handlers.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Handler.html" title="Handlers">Handler</a><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">Signature</span><span class="special">&gt;</span>
+<span class="keyword">struct</span> <span class="identifier">handler_type</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.handler_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.handler_type.types"></a></span><a class="link" href="handler_type.html#boost_asio.reference.handler_type.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody><tr>
+<td>
+ <p>
+ <a class="link" href="handler_type/type.html" title="handler_type::type"><span class="bold"><strong>type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The handler type for the specific signature.
+ </p>
+ </td>
+</tr></tbody>
+</table></div>
+<p>
+ The <a class="link" href="handler_type.html" title="handler_type"><code class="computeroutput"><span class="identifier">handler_type</span></code></a>
+ traits class is used for determining the concrete handler type to be used
+ for an asynchronous operation. It allows the handler type to be determined
+ at the point where the specific completion handler signature is known.
+ </p>
+<p>
+ This template may be specialised for user-defined handler types.
+ </p>
+<h5>
+<a name="boost_asio.reference.handler_type.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.handler_type.requirements"></a></span><a class="link" href="handler_type.html#boost_asio.reference.handler_type.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_type.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="generic__stream_protocol/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="handler_type/type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/handler_type/type.html b/doc/html/boost_asio/reference/handler_type/type.html
new file mode 100644
index 0000000000..682bb6beba
--- /dev/null
+++ b/doc/html/boost_asio/reference/handler_type/type.html
@@ -0,0 +1,59 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>handler_type::type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../handler_type.html" title="handler_type">
+<link rel="prev" href="../handler_type.html" title="handler_type">
+<link rel="next" href="../has_service.html" title="has_service">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../handler_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handler_type.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../has_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.handler_type.type"></a><a class="link" href="type.html" title="handler_type::type">handler_type::type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp170646016"></a>
+The handler type for the specific signature.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Handler</span> <span class="identifier">type</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.handler_type.type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.handler_type.type.requirements"></a></span><a class="link" href="type.html#boost_asio.reference.handler_type.type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/handler_type.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../handler_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handler_type.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../has_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/has_service.html b/doc/html/boost_asio/reference/has_service.html
index 7f8e6048b5..0f2b2153a8 100644
--- a/doc/html/boost_asio/reference/has_service.html
+++ b/doc/html/boost_asio/reference/has_service.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>has_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="error__system_category.html" title="error::system_category">
+<link rel="prev" href="handler_type/type.html" title="handler_type::type">
<link rel="next" href="high_resolution_timer.html" title="high_resolution_timer">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="error__system_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="high_resolution_timer.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="handler_type/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="high_resolution_timer.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.has_service"></a><a class="link" href="has_service.html" title="has_service">has_service</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1346731"></a>
+ <a class="indexterm" name="idp170658400"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="Service.html" title="Service requirements">Service</a><span class="special">&gt;</span>
@@ -40,11 +40,11 @@
</p>
<h5>
<a name="boost_asio.reference.has_service.h0"></a>
- <span><a name="boost_asio.reference.has_service.parameters"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.has_service.parameters"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.parameters">Parameters</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>
@@ -54,7 +54,7 @@
</div>
<h5>
<a name="boost_asio.reference.has_service.h1"></a>
- <span><a name="boost_asio.reference.has_service.return_value"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.has_service.return_value"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.return_value">Return
Value</a>
</h5>
<p>
@@ -62,18 +62,18 @@
</p>
<h5>
<a name="boost_asio.reference.has_service.h2"></a>
- <span><a name="boost_asio.reference.has_service.requirements"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.has_service.requirements"></a></span><a class="link" href="has_service.html#boost_asio.reference.has_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -81,7 +81,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="error__system_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="high_resolution_timer.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="handler_type/type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="high_resolution_timer.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/high_resolution_timer.html b/doc/html/boost_asio/reference/high_resolution_timer.html
index 966ad35837..bd904e60d1 100644
--- a/doc/html/boost_asio/reference/high_resolution_timer.html
+++ b/doc/html/boost_asio/reference/high_resolution_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>high_resolution_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="has_service.html" title="has_service">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.high_resolution_timer"></a><a class="link" href="high_resolution_timer.html" title="high_resolution_timer">high_resolution_timer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1347002"></a>
+ <a class="indexterm" name="idp170689808"></a>
Typedef for a timer based on the high resolution clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_waitable_timer</span><span class="special">&lt;</span> <span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span> <span class="identifier">high_resolution_timer</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h0"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.types"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.types"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ Typedef for a timer based on the high resolution clock.
</table></div>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h1"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.member_functions"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.member_functions"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -263,7 +263,7 @@ Typedef for a timer based on the high resolution clock.
</table></div>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h2"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.protected_member_functions"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.protected_member_functions"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -312,7 +312,7 @@ Typedef for a timer based on the high resolution clock.
</table></div>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h3"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.protected_data_members"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.protected_data_members"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,11 +372,11 @@ Typedef for a timer based on the high resolution clock.
the wait operation will complete immediately.
</p>
<p>
- Most applications will use the boost::asio::waitable_timer typedef.
+ Most applications will use one of the <a class="link" href="steady_timer.html" title="steady_timer"><code class="computeroutput"><span class="identifier">steady_timer</span></code></a>, <a class="link" href="system_timer.html" title="system_timer"><code class="computeroutput"><span class="identifier">system_timer</span></code></a> or <a class="link" href="high_resolution_timer.html" title="high_resolution_timer"><code class="computeroutput"><span class="identifier">high_resolution_timer</span></code></a> typedefs.
</p>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h4"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.remarks"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.remarks"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.remarks">Remarks</a>
</h5>
<p>
This waitable timer functionality is for use with the C++11 standard library's
@@ -384,35 +384,33 @@ Typedef for a timer based on the high resolution clock.
</p>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h5"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.thread_safety"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.thread_safety"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h6"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.examples"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.examples"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.examples">Examples</a>
</h5>
<p>
- Performing a blocking wait:
+ Performing a blocking wait (C++11):
</p>
<pre class="programlisting"><span class="comment">// Construct a timer without setting an expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="comment">// Set an expiry time relative to now.</span>
-<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
+<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
<span class="comment">// Wait for the timer to expire.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">wait</span><span class="special">();</span>
</pre>
<p>
- Performing an asynchronous wait:
+ Performing an asynchronous wait (C++11):
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -425,16 +423,16 @@ Typedef for a timer based on the high resolution clock.
<span class="special">...</span>
<span class="comment">// Construct a timer with an absolute expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">time_from_string</span><span class="special">(</span><span class="string">"2005-12-07 23:59:59.000"</span><span class="special">));</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">()</span> <span class="special">+</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">60</span><span class="special">));</span>
<span class="comment">// Start an asynchronous wait.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">async_wait</span><span class="special">(</span><span class="identifier">handler</span><span class="special">);</span>
</pre>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h7"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
- an active waitable_timer's expiry time</a>
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
+ an active waitable timer's expiry time</a>
</h5>
<p>
Changing the expiry time of a timer while there are pending asynchronous
@@ -463,7 +461,7 @@ Typedef for a timer based on the high resolution clock.
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_waitable_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -485,18 +483,18 @@ Typedef for a timer based on the high resolution clock.
</pre>
<h5>
<a name="boost_asio.reference.high_resolution_timer.h8"></a>
- <span><a name="boost_asio.reference.high_resolution_timer.requirements"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.high_resolution_timer.requirements"></a></span><a class="link" href="high_resolution_timer.html#boost_asio.reference.high_resolution_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/high_resolution_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/high_resolution_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span>None
+ <span class="emphasis"><em>Convenience header: </em></span>None
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/invalid_service_owner.html b/doc/html/boost_asio/reference/invalid_service_owner.html
index 4281d62cf1..a919b2340b 100644
--- a/doc/html/boost_asio/reference/invalid_service_owner.html
+++ b/doc/html/boost_asio/reference/invalid_service_owner.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>invalid_service_owner</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="high_resolution_timer.html" title="high_resolution_timer">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.invalid_service_owner.h0"></a>
- <span><a name="boost_asio.reference.invalid_service_owner.member_functions"></a></span><a class="link" href="invalid_service_owner.html#boost_asio.reference.invalid_service_owner.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.invalid_service_owner.member_functions"></a></span><a class="link" href="invalid_service_owner.html#boost_asio.reference.invalid_service_owner.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -66,18 +66,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.invalid_service_owner.h1"></a>
- <span><a name="boost_asio.reference.invalid_service_owner.requirements"></a></span><a class="link" href="invalid_service_owner.html#boost_asio.reference.invalid_service_owner.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.invalid_service_owner.requirements"></a></span><a class="link" href="invalid_service_owner.html#boost_asio.reference.invalid_service_owner.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html b/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html
index 590bafbcab..f65aecccfe 100644
--- a/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html
+++ b/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>invalid_service_owner::invalid_service_owner</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../invalid_service_owner.html" title="invalid_service_owner">
<link rel="prev" href="../invalid_service_owner.html" title="invalid_service_owner">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.invalid_service_owner.invalid_service_owner"></a><a class="link" href="invalid_service_owner.html" title="invalid_service_owner::invalid_service_owner">invalid_service_owner::invalid_service_owner</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1349230"></a>
+ <a class="indexterm" name="idp170957648"></a>
</p>
<pre class="programlisting"><span class="identifier">invalid_service_owner</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service.html b/doc/html/boost_asio/reference/io_service.html
index 79ed93fa28..8c50eb935d 100644
--- a/doc/html/boost_asio/reference/io_service.html
+++ b/doc/html/boost_asio/reference/io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="invalid_service_owner/invalid_service_owner.html" title="invalid_service_owner::invalid_service_owner">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service.h0"></a>
- <span><a name="boost_asio.reference.io_service.types"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.types"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -118,7 +118,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service.h1"></a>
- <span><a name="boost_asio.reference.io_service.member_functions"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.io_service.member_functions"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -303,7 +303,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service.h2"></a>
- <span><a name="boost_asio.reference.io_service.friends"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.friends"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -366,7 +366,7 @@
class provides the core I/O functionality for users of the asynchronous I/O
objects, including:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span></code>
</li>
@@ -387,16 +387,15 @@
</p>
<h5>
<a name="boost_asio.reference.io_service.h3"></a>
- <span><a name="boost_asio.reference.io_service.thread_safety"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.io_service.thread_safety"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe, with the specific exceptions of the <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">notify_fork</span><span class="special">()</span></code> functions. Calling <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code> while there are unfinished <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>,
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe, with the
+ specific exceptions of the <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">notify_fork</span><span class="special">()</span></code> functions. Calling <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code> while there are unfinished <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>,
<code class="computeroutput"><span class="identifier">run_one</span><span class="special">()</span></code>,
<code class="computeroutput"><span class="identifier">poll</span><span class="special">()</span></code>
or <code class="computeroutput"><span class="identifier">poll_one</span><span class="special">()</span></code>
@@ -407,7 +406,7 @@
</p>
<h5>
<a name="boost_asio.reference.io_service.h4"></a>
- <span><a name="boost_asio.reference.io_service.synchronous_and_asynchronous_operations"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.synchronous_and_asynchronous_operations">Synchronous
+ <span class="phrase"><a name="boost_asio.reference.io_service.synchronous_and_asynchronous_operations"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.synchronous_and_asynchronous_operations">Synchronous
and asynchronous operations</a>
</h5>
<p>
@@ -428,7 +427,7 @@
</p>
<h5>
<a name="boost_asio.reference.io_service.h5"></a>
- <span><a name="boost_asio.reference.io_service.effect_of_exceptions_thrown_from_handlers"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.effect_of_exceptions_thrown_from_handlers">Effect
+ <span class="phrase"><a name="boost_asio.reference.io_service.effect_of_exceptions_thrown_from_handlers"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.effect_of_exceptions_thrown_from_handlers">Effect
of exceptions thrown from handlers</a>
</h5>
<p>
@@ -438,7 +437,7 @@
to catch the exception.
</p>
<p>
- After the exception has been caught, the <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">poll_one</span><span class="special">()</span></code> call may be restarted <span class="bold"><strong>without</strong></span>
+ After the exception has been caught, the <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">run_one</span><span class="special">()</span></code>, <code class="computeroutput"><span class="identifier">poll</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">poll_one</span><span class="special">()</span></code> call may be restarted <span class="emphasis"><em>without</em></span>
the need for an intervening call to <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code>. This allows the thread to rejoin the
<a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>
object's thread pool without impacting any other threads in the pool.
@@ -463,7 +462,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service.h6"></a>
- <span><a name="boost_asio.reference.io_service.stopping_the_io_service_from_running_out_of_work"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.stopping_the_io_service_from_running_out_of_work">Stopping
+ <span class="phrase"><a name="boost_asio.reference.io_service.stopping_the_io_service_from_running_out_of_work"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.stopping_the_io_service_from_running_out_of_work">Stopping
the io_service from running out of work</a>
</h5>
<p>
@@ -494,7 +493,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service.h7"></a>
- <span><a name="boost_asio.reference.io_service.the_io_service_class_and_i_o_services"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.the_io_service_class_and_i_o_services">The
+ <span class="phrase"><a name="boost_asio.reference.io_service.the_io_service_class_and_i_o_services"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.the_io_service_class_and_i_o_services">The
io_service class and I/O services</a>
</h5>
<p>
@@ -545,18 +544,18 @@
</p>
<h5>
<a name="boost_asio.reference.io_service.h8"></a>
- <span><a name="boost_asio.reference.io_service.requirements"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.requirements"></a></span><a class="link" href="io_service.html#boost_asio.reference.io_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/_io_service.html b/doc/html/boost_asio/reference/io_service/_io_service.html
index a22f7697b3..1b3a412101 100644
--- a/doc/html/boost_asio/reference/io_service/_io_service.html
+++ b/doc/html/boost_asio/reference/io_service/_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::~io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="wrap.html" title="io_service::wrap">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service._io_service"></a><a class="link" href="_io_service.html" title="io_service::~io_service">io_service::~io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1359289"></a>
+ <a class="indexterm" name="idp172133376"></a>
Destructor.
</p>
<pre class="programlisting"><span class="special">~</span><span class="identifier">io_service</span><span class="special">();</span>
@@ -36,7 +36,7 @@ Destructor.
On destruction, the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> performs the following
sequence of operations:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
For each service object <code class="computeroutput"><span class="identifier">svc</span></code>
in the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> set, in reverse
@@ -55,7 +55,7 @@ Destructor.
</ul></div>
<h6>
<a name="boost_asio.reference.io_service._io_service.h0"></a>
- <span><a name="boost_asio.reference.io_service._io_service.remarks"></a></span><a class="link" href="_io_service.html#boost_asio.reference.io_service._io_service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service._io_service.remarks"></a></span><a class="link" href="_io_service.html#boost_asio.reference.io_service._io_service.remarks">Remarks</a>
</h6>
<p>
The destruction sequence described above permits programs to simplify their
@@ -65,7 +65,7 @@ Destructor.
to the object would be bound into the handlers for all asynchronous operations
associated with it. This works as follows:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
When a single connection ends, all associated asynchronous operations
complete. The corresponding handler objects are destroyed, and all
@@ -82,7 +82,7 @@ Destructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/add_service.html b/doc/html/boost_asio/reference/io_service/add_service.html
index 78e2404ea3..4af5670c8d 100644
--- a/doc/html/boost_asio/reference/io_service/add_service.html
+++ b/doc/html/boost_asio/reference/io_service/add_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::add_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="../io_service.html" title="io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.add_service"></a><a class="link" href="add_service.html" title="io_service::add_service">io_service::add_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1352108"></a>
+ <a class="indexterm" name="idp171293376"></a>
Add a service object to the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,11 +41,11 @@ Add a service object to the <a class="link" href="../io_service.html" title="io_
</p>
<h6>
<a name="boost_asio.reference.io_service.add_service.h0"></a>
- <span><a name="boost_asio.reference.io_service.add_service.parameters"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.add_service.parameters"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns
@@ -67,11 +67,11 @@ Add a service object to the <a class="link" href="../io_service.html" title="io_
</div>
<h6>
<a name="boost_asio.reference.io_service.add_service.h1"></a>
- <span><a name="boost_asio.reference.io_service.add_service.exceptions"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.add_service.exceptions"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::asio::service_already_exists</span></dt>
<dd><p>
Thrown if a service of the given type is already present in the
@@ -86,18 +86,18 @@ Add a service object to the <a class="link" href="../io_service.html" title="io_
</div>
<h6>
<a name="boost_asio.reference.io_service.add_service.h2"></a>
- <span><a name="boost_asio.reference.io_service.add_service.requirements"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.add_service.requirements"></a></span><a class="link" href="add_service.html#boost_asio.reference.io_service.add_service.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/dispatch.html b/doc/html/boost_asio/reference/io_service/dispatch.html
index 935f64e6db..fd5c3f8c7b 100644
--- a/doc/html/boost_asio/reference/io_service/dispatch.html
+++ b/doc/html/boost_asio/reference/io_service/dispatch.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::dispatch</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="add_service.html" title="io_service::add_service">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.io_service.dispatch"></a><a class="link" href="dispatch.html" title="io_service::dispatch">io_service::dispatch</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1352582"></a>
+ <a class="indexterm" name="idp171348656"></a>
Request the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> to invoke the given
handler.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">dispatch</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">dispatch</span><span class="special">(</span>
<span class="identifier">CompletionHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -52,11 +52,11 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</p>
<h6>
<a name="boost_asio.reference.io_service.dispatch.h0"></a>
- <span><a name="boost_asio.reference.io_service.dispatch.parameters"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service.dispatch.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.dispatch.parameters"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service.dispatch.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -73,12 +73,12 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</div>
<h6>
<a name="boost_asio.reference.io_service.dispatch.h1"></a>
- <span><a name="boost_asio.reference.io_service.dispatch.remarks"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service.dispatch.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.dispatch.remarks"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service.dispatch.remarks">Remarks</a>
</h6>
<p>
This function throws an exception only if:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
the handler's <code class="computeroutput"><span class="identifier">asio_handler_allocate</span></code>
function; or
@@ -93,7 +93,7 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/fork_event.html b/doc/html/boost_asio/reference/io_service/fork_event.html
index ddf2bb7c5d..deae36647a 100644
--- a/doc/html/boost_asio/reference/io_service/fork_event.html
+++ b/doc/html/boost_asio/reference/io_service/fork_event.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::fork_event</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="dispatch.html" title="io_service::dispatch">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.io_service.fork_event"></a><a class="link" href="fork_event.html" title="io_service::fork_event">io_service::fork_event</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1352940"></a>
+ <a class="indexterm" name="idp171390544"></a>
Fork-related event notifications.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">fork_event</span>
</pre>
<p>
- <a class="indexterm" name="id1352969"></a>
- <a class="indexterm" name="id1352978"></a>
- <a class="indexterm" name="id1352987"></a>
+ <a class="indexterm" name="idp171394080"></a>
+ <a class="indexterm" name="idp171395184"></a>
+ <a class="indexterm" name="idp171396288"></a>
</p>
<h6>
<a name="boost_asio.reference.io_service.fork_event.h0"></a>
- <span><a name="boost_asio.reference.io_service.fork_event.values"></a></span><a class="link" href="fork_event.html#boost_asio.reference.io_service.fork_event.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.fork_event.values"></a></span><a class="link" href="fork_event.html#boost_asio.reference.io_service.fork_event.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">fork_prepare</span></dt>
<dd><p>
Notify the io_service that the process is about to fork.
@@ -61,7 +61,7 @@ Fork-related event notifications.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/has_service.html b/doc/html/boost_asio/reference/io_service/has_service.html
index 3c895fa868..7f9dea1960 100644
--- a/doc/html/boost_asio/reference/io_service/has_service.html
+++ b/doc/html/boost_asio/reference/io_service/has_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::has_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="fork_event.html" title="io_service::fork_event">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.has_service"></a><a class="link" href="has_service.html" title="io_service::has_service">io_service::has_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1353092"></a>
+ <a class="indexterm" name="idp171408144"></a>
Determine if an <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> contains a specified
service type.
</p>
@@ -42,11 +42,11 @@ Determine if an <a class="link" href="../io_service.html" title="io_service"><co
</p>
<h6>
<a name="boost_asio.reference.io_service.has_service.h0"></a>
- <span><a name="boost_asio.reference.io_service.has_service.parameters"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.has_service.parameters"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns
@@ -56,7 +56,7 @@ Determine if an <a class="link" href="../io_service.html" title="io_service"><co
</div>
<h6>
<a name="boost_asio.reference.io_service.has_service.h1"></a>
- <span><a name="boost_asio.reference.io_service.has_service.return_value"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.has_service.return_value"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.return_value">Return
Value</a>
</h6>
<p>
@@ -64,18 +64,18 @@ Determine if an <a class="link" href="../io_service.html" title="io_service"><co
</p>
<h6>
<a name="boost_asio.reference.io_service.has_service.h2"></a>
- <span><a name="boost_asio.reference.io_service.has_service.requirements"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.has_service.requirements"></a></span><a class="link" href="has_service.html#boost_asio.reference.io_service.has_service.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/io_service.html b/doc/html/boost_asio/reference/io_service/io_service.html
index 6acf80b905..22ed1fad2d 100644
--- a/doc/html/boost_asio/reference/io_service/io_service.html
+++ b/doc/html/boost_asio/reference/io_service/io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="has_service.html" title="io_service::has_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.io_service"></a><a class="link" href="io_service.html" title="io_service::io_service">io_service::io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1353390"></a>
+ <a class="indexterm" name="idp171442624"></a>
Constructor.
</p>
<pre class="programlisting"><a class="link" href="io_service/overload1.html" title="io_service::io_service (1 of 2 overloads)">io_service</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/io_service/overload1.html b/doc/html/boost_asio/reference/io_service/io_service/overload1.html
index c9883bf997..9eedb01b84 100644
--- a/doc/html/boost_asio/reference/io_service/io_service/overload1.html
+++ b/doc/html/boost_asio/reference/io_service/io_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::io_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service::io_service">
<link rel="prev" href="../io_service.html" title="io_service::io_service">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/io_service/overload2.html b/doc/html/boost_asio/reference/io_service/io_service/overload2.html
index e86c7d46e1..77f81708aa 100644
--- a/doc/html/boost_asio/reference/io_service/io_service/overload2.html
+++ b/doc/html/boost_asio/reference/io_service/io_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::io_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service::io_service">
<link rel="prev" href="overload1.html" title="io_service::io_service (1 of 2 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.io_service.overload2.h0"></a>
- <span><a name="boost_asio.reference.io_service.io_service.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.io_service.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.io_service.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.io_service.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">concurrency_hint</span></dt>
<dd><p>
A suggestion to the implementation on how many threads it should
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/notify_fork.html b/doc/html/boost_asio/reference/io_service/notify_fork.html
index 8fa9ca2427..f93411614f 100644
--- a/doc/html/boost_asio/reference/io_service/notify_fork.html
+++ b/doc/html/boost_asio/reference/io_service/notify_fork.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::notify_fork</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="io_service/overload2.html" title="io_service::io_service (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.notify_fork"></a><a class="link" href="notify_fork.html" title="io_service::notify_fork">io_service::notify_fork</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1353655"></a>
+ <a class="indexterm" name="idp171472736"></a>
Notify the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> of a fork-related event.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">notify_fork</span><span class="special">(</span>
@@ -47,11 +47,11 @@ Notify the <a class="link" href="../io_service.html" title="io_service"><code cl
</p>
<h6>
<a name="boost_asio.reference.io_service.notify_fork.h0"></a>
- <span><a name="boost_asio.reference.io_service.notify_fork.parameters"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.notify_fork.parameters"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">event</span></dt>
<dd><p>
A fork-related event.
@@ -60,11 +60,11 @@ Notify the <a class="link" href="../io_service.html" title="io_service"><code cl
</div>
<h6>
<a name="boost_asio.reference.io_service.notify_fork.h1"></a>
- <span><a name="boost_asio.reference.io_service.notify_fork.exceptions"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.notify_fork.exceptions"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the notification fails the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object should
@@ -74,7 +74,7 @@ Notify the <a class="link" href="../io_service.html" title="io_service"><code cl
</div>
<h6>
<a name="boost_asio.reference.io_service.notify_fork.h2"></a>
- <span><a name="boost_asio.reference.io_service.notify_fork.example"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.notify_fork.example"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.example">Example</a>
</h6>
<p>
The following code illustrates how to incorporate the <code class="computeroutput"><span class="identifier">notify_fork</span><span class="special">()</span></code> function:
@@ -93,7 +93,7 @@ Notify the <a class="link" href="../io_service.html" title="io_service"><code cl
</pre>
<h6>
<a name="boost_asio.reference.io_service.notify_fork.h3"></a>
- <span><a name="boost_asio.reference.io_service.notify_fork.remarks"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.notify_fork.remarks"></a></span><a class="link" href="notify_fork.html#boost_asio.reference.io_service.notify_fork.remarks">Remarks</a>
</h6>
<p>
For each service object <code class="computeroutput"><span class="identifier">svc</span></code>
@@ -106,7 +106,7 @@ Notify the <a class="link" href="../io_service.html" title="io_service"><code cl
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll.html b/doc/html/boost_asio/reference/io_service/poll.html
index 91983035b1..ad5563eb11 100644
--- a/doc/html/boost_asio/reference/io_service/poll.html
+++ b/doc/html/boost_asio/reference/io_service/poll.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="notify_fork.html" title="io_service::notify_fork">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.poll"></a><a class="link" href="poll.html" title="io_service::poll">io_service::poll</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1354330"></a>
+ <a class="indexterm" name="idp171552320"></a>
Run the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object's event processing
loop to execute ready handlers.
</p>
@@ -41,7 +41,7 @@ Run the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll/overload1.html b/doc/html/boost_asio/reference/io_service/poll/overload1.html
index 16528ae57d..69b6a9ecf5 100644
--- a/doc/html/boost_asio/reference/io_service/poll/overload1.html
+++ b/doc/html/boost_asio/reference/io_service/poll/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../poll.html" title="io_service::poll">
<link rel="prev" href="../poll.html" title="io_service::poll">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll.overload1.h0"></a>
- <span><a name="boost_asio.reference.io_service.poll.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,11 +49,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll.overload1.h1"></a>
- <span><a name="boost_asio.reference.io_service.poll.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -63,7 +63,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll/overload2.html b/doc/html/boost_asio/reference/io_service/poll/overload2.html
index 82eda3af44..be8e253e9c 100644
--- a/doc/html/boost_asio/reference/io_service/poll/overload2.html
+++ b/doc/html/boost_asio/reference/io_service/poll/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../poll.html" title="io_service::poll">
<link rel="prev" href="overload1.html" title="io_service::poll (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll.overload2.h0"></a>
- <span><a name="boost_asio.reference.io_service.poll.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.io_service.poll.overload2.h1"></a>
- <span><a name="boost_asio.reference.io_service.poll.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -64,7 +64,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll_one.html b/doc/html/boost_asio/reference/io_service/poll_one.html
index 0830671b3d..07f6fe27fa 100644
--- a/doc/html/boost_asio/reference/io_service/poll_one.html
+++ b/doc/html/boost_asio/reference/io_service/poll_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="poll/overload2.html" title="io_service::poll (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.poll_one"></a><a class="link" href="poll_one.html" title="io_service::poll_one">io_service::poll_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1354892"></a>
+ <a class="indexterm" name="idp171617776"></a>
Run the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object's event processing
loop to execute one ready handler.
</p>
@@ -41,7 +41,7 @@ Run the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll_one/overload1.html b/doc/html/boost_asio/reference/io_service/poll_one/overload1.html
index d492f4214c..6cfde27711 100644
--- a/doc/html/boost_asio/reference/io_service/poll_one/overload1.html
+++ b/doc/html/boost_asio/reference/io_service/poll_one/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll_one (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../poll_one.html" title="io_service::poll_one">
<link rel="prev" href="../poll_one.html" title="io_service::poll_one">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll_one.overload1.h0"></a>
- <span><a name="boost_asio.reference.io_service.poll_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll_one.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll_one.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -47,11 +47,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll_one.overload1.h1"></a>
- <span><a name="boost_asio.reference.io_service.poll_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll_one.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.poll_one.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/poll_one/overload2.html b/doc/html/boost_asio/reference/io_service/poll_one/overload2.html
index 08587fc215..d5372f5812 100644
--- a/doc/html/boost_asio/reference/io_service/poll_one/overload2.html
+++ b/doc/html/boost_asio/reference/io_service/poll_one/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::poll_one (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../poll_one.html" title="io_service::poll_one">
<link rel="prev" href="overload1.html" title="io_service::poll_one (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.poll_one.overload2.h0"></a>
- <span><a name="boost_asio.reference.io_service.poll_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll_one.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll_one.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll_one.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.io_service.poll_one.overload2.h1"></a>
- <span><a name="boost_asio.reference.io_service.poll_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll_one.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.poll_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.poll_one.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/post.html b/doc/html/boost_asio/reference/io_service/post.html
index 5ace3de21a..15f8e5cee5 100644
--- a/doc/html/boost_asio/reference/io_service/post.html
+++ b/doc/html/boost_asio/reference/io_service/post.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::post</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="poll_one/overload2.html" title="io_service::poll_one (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.io_service.post"></a><a class="link" href="post.html" title="io_service::post">io_service::post</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1355424"></a>
+ <a class="indexterm" name="idp171679424"></a>
Request the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> to invoke the given
handler and return immediately.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">post</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">post</span><span class="special">(</span>
<span class="identifier">CompletionHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -52,11 +52,11 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</p>
<h6>
<a name="boost_asio.reference.io_service.post.h0"></a>
- <span><a name="boost_asio.reference.io_service.post.parameters"></a></span><a class="link" href="post.html#boost_asio.reference.io_service.post.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.post.parameters"></a></span><a class="link" href="post.html#boost_asio.reference.io_service.post.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -73,12 +73,12 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</div>
<h6>
<a name="boost_asio.reference.io_service.post.h1"></a>
- <span><a name="boost_asio.reference.io_service.post.remarks"></a></span><a class="link" href="post.html#boost_asio.reference.io_service.post.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.post.remarks"></a></span><a class="link" href="post.html#boost_asio.reference.io_service.post.remarks">Remarks</a>
</h6>
<p>
This function throws an exception only if:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
the handler's <code class="computeroutput"><span class="identifier">asio_handler_allocate</span></code>
function; or
@@ -93,7 +93,7 @@ Request the <a class="link" href="../io_service.html" title="io_service"><code c
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/reset.html b/doc/html/boost_asio/reference/io_service/reset.html
index 5adeb565bd..d622431176 100644
--- a/doc/html/boost_asio/reference/io_service/reset.html
+++ b/doc/html/boost_asio/reference/io_service/reset.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::reset</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="post.html" title="io_service::post">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.reset"></a><a class="link" href="reset.html" title="io_service::reset">io_service::reset</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1355794"></a>
+ <a class="indexterm" name="idp171723152"></a>
Reset the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> in preparation for
a subsequent <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>
invocation.
@@ -56,7 +56,7 @@ Reset the <a class="link" href="../io_service.html" title="io_service"><code cla
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run.html b/doc/html/boost_asio/reference/io_service/run.html
index c79fbb8869..d345d5ccd0 100644
--- a/doc/html/boost_asio/reference/io_service/run.html
+++ b/doc/html/boost_asio/reference/io_service/run.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="reset.html" title="io_service::reset">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.run"></a><a class="link" href="run.html" title="io_service::run">io_service::run</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1356075"></a>
+ <a class="indexterm" name="idp171756592"></a>
Run the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object's event processing
loop.
</p>
@@ -41,7 +41,7 @@ Run the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run/overload1.html b/doc/html/boost_asio/reference/io_service/run/overload1.html
index eca06aa0bf..b17cfb5327 100644
--- a/doc/html/boost_asio/reference/io_service/run/overload1.html
+++ b/doc/html/boost_asio/reference/io_service/run/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../run.html" title="io_service::run">
<link rel="prev" href="../run.html" title="io_service::run">
@@ -53,7 +53,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run.overload1.h0"></a>
- <span><a name="boost_asio.reference.io_service.run.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run.overload1.h1"></a>
- <span><a name="boost_asio.reference.io_service.run.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.io_service.run.overload1.h2"></a>
- <span><a name="boost_asio.reference.io_service.run.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run.overload1.remarks">Remarks</a>
</h6>
<p>
The <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>
@@ -92,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run/overload2.html b/doc/html/boost_asio/reference/io_service/run/overload2.html
index 9b02a2ba17..2d2da86c4c 100644
--- a/doc/html/boost_asio/reference/io_service/run/overload2.html
+++ b/doc/html/boost_asio/reference/io_service/run/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../run.html" title="io_service::run">
<link rel="prev" href="overload1.html" title="io_service::run (1 of 2 overloads)">
@@ -54,11 +54,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run.overload2.h0"></a>
- <span><a name="boost_asio.reference.io_service.run.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.io_service.run.overload2.h1"></a>
- <span><a name="boost_asio.reference.io_service.run.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -75,7 +75,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run.overload2.h2"></a>
- <span><a name="boost_asio.reference.io_service.run.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.run.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run.overload2.remarks">Remarks</a>
</h6>
<p>
The <code class="computeroutput"><span class="identifier">run</span><span class="special">()</span></code>
@@ -93,7 +93,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run_one.html b/doc/html/boost_asio/reference/io_service/run_one.html
index 74790e4e01..8f669d897d 100644
--- a/doc/html/boost_asio/reference/io_service/run_one.html
+++ b/doc/html/boost_asio/reference/io_service/run_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="run/overload2.html" title="io_service::run (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.run_one"></a><a class="link" href="run_one.html" title="io_service::run_one">io_service::run_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1357287"></a>
+ <a class="indexterm" name="idp171898272"></a>
Run the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object's event processing
loop to execute at most one handler.
</p>
@@ -41,7 +41,7 @@ Run the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run_one/overload1.html b/doc/html/boost_asio/reference/io_service/run_one/overload1.html
index a3b6d525b3..862bfd1bd9 100644
--- a/doc/html/boost_asio/reference/io_service/run_one/overload1.html
+++ b/doc/html/boost_asio/reference/io_service/run_one/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run_one (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../run_one.html" title="io_service::run_one">
<link rel="prev" href="../run_one.html" title="io_service::run_one">
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run_one.overload1.h0"></a>
- <span><a name="boost_asio.reference.io_service.run_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run_one.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.run_one.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run_one.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -54,11 +54,11 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run_one.overload1.h1"></a>
- <span><a name="boost_asio.reference.io_service.run_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run_one.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.run_one.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.io_service.run_one.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/run_one/overload2.html b/doc/html/boost_asio/reference/io_service/run_one/overload2.html
index d7df2931fc..b733bf34e4 100644
--- a/doc/html/boost_asio/reference/io_service/run_one/overload2.html
+++ b/doc/html/boost_asio/reference/io_service/run_one/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::run_one (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../run_one.html" title="io_service::run_one">
<link rel="prev" href="overload1.html" title="io_service::run_one (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.io_service.run_one.overload2.h0"></a>
- <span><a name="boost_asio.reference.io_service.run_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run_one.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.run_one.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.io_service.run_one.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/stop.html b/doc/html/boost_asio/reference/io_service/stop.html
index 13243e5aaa..c8968a19a1 100644
--- a/doc/html/boost_asio/reference/io_service/stop.html
+++ b/doc/html/boost_asio/reference/io_service/stop.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::stop</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="run_one/overload2.html" title="io_service::run_one (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.stop"></a><a class="link" href="stop.html" title="io_service::stop">io_service::stop</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1358042"></a>
+ <a class="indexterm" name="idp171986496"></a>
Stop the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object's event processing
loop.
</p>
@@ -47,7 +47,7 @@ Stop the <a class="link" href="../io_service.html" title="io_service"><code clas
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/stopped.html b/doc/html/boost_asio/reference/io_service/stopped.html
index 8267a37aac..3fca1fcd2a 100644
--- a/doc/html/boost_asio/reference/io_service/stopped.html
+++ b/doc/html/boost_asio/reference/io_service/stopped.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::stopped</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="stop.html" title="io_service::stop">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.stopped"></a><a class="link" href="stopped.html" title="io_service::stopped">io_service::stopped</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1358232"></a>
+ <a class="indexterm" name="idp172009152"></a>
Determine whether the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object has been stopped.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">stopped</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -41,7 +41,7 @@ Determine whether the <a class="link" href="../io_service.html" title="io_servic
</p>
<h6>
<a name="boost_asio.reference.io_service.stopped.h0"></a>
- <span><a name="boost_asio.reference.io_service.stopped.return_value"></a></span><a class="link" href="stopped.html#boost_asio.reference.io_service.stopped.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.stopped.return_value"></a></span><a class="link" href="stopped.html#boost_asio.reference.io_service.stopped.return_value">Return Value</a>
</h6>
<p>
<code class="computeroutput"><span class="keyword">true</span></code> if the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object is stopped,
@@ -50,7 +50,7 @@ Determine whether the <a class="link" href="../io_service.html" title="io_servic
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/use_service.html b/doc/html/boost_asio/reference/io_service/use_service.html
index 9af6125deb..6933464689 100644
--- a/doc/html/boost_asio/reference/io_service/use_service.html
+++ b/doc/html/boost_asio/reference/io_service/use_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::use_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="stopped.html" title="io_service::stopped">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.use_service"></a><a class="link" href="use_service.html" title="io_service::use_service">io_service::use_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1358483"></a>
+ <a class="indexterm" name="idp172038912"></a>
Obtain the service object corresponding to the given
type.
</p>
@@ -44,11 +44,11 @@ Obtain the service object corresponding to the given
</p>
<h6>
<a name="boost_asio.reference.io_service.use_service.h0"></a>
- <span><a name="boost_asio.reference.io_service.use_service.parameters"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.use_service.parameters"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns
@@ -58,7 +58,7 @@ Obtain the service object corresponding to the given
</div>
<h6>
<a name="boost_asio.reference.io_service.use_service.h1"></a>
- <span><a name="boost_asio.reference.io_service.use_service.return_value"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.use_service.return_value"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.return_value">Return
Value</a>
</h6>
<p>
@@ -67,18 +67,18 @@ Obtain the service object corresponding to the given
</p>
<h6>
<a name="boost_asio.reference.io_service.use_service.h2"></a>
- <span><a name="boost_asio.reference.io_service.use_service.requirements"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.use_service.requirements"></a></span><a class="link" href="use_service.html#boost_asio.reference.io_service.use_service.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service/wrap.html b/doc/html/boost_asio/reference/io_service/wrap.html
index 05bed241cd..0145b5f59e 100644
--- a/doc/html/boost_asio/reference/io_service/wrap.html
+++ b/doc/html/boost_asio/reference/io_service/wrap.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::wrap</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service.html" title="io_service">
<link rel="prev" href="use_service.html" title="io_service::use_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service.wrap"></a><a class="link" href="wrap.html" title="io_service::wrap">io_service::wrap</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1358760"></a>
+ <a class="indexterm" name="idp172070736"></a>
Create a new handler that automatically dispatches the wrapped
handler on the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -42,11 +42,11 @@ Create a new handler that automatically dispatches the wrapped
</p>
<h6>
<a name="boost_asio.reference.io_service.wrap.h0"></a>
- <span><a name="boost_asio.reference.io_service.wrap.parameters"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service.wrap.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service.wrap.parameters"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service.wrap.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -63,7 +63,7 @@ Create a new handler that automatically dispatches the wrapped
</div>
<h6>
<a name="boost_asio.reference.io_service.wrap.h1"></a>
- <span><a name="boost_asio.reference.io_service.wrap.return_value"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service.wrap.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service.wrap.return_value"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service.wrap.return_value">Return
Value</a>
</h6>
<p>
@@ -91,7 +91,7 @@ Create a new handler that automatically dispatches the wrapped
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__id.html b/doc/html/boost_asio/reference/io_service__id.html
index 1268a832d9..69f46c5f13 100644
--- a/doc/html/boost_asio/reference/io_service__id.html
+++ b/doc/html/boost_asio/reference/io_service__id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::id</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="io_service/_io_service.html" title="io_service::~io_service">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service__id.h0"></a>
- <span><a name="boost_asio.reference.io_service__id.member_functions"></a></span><a class="link" href="io_service__id.html#boost_asio.reference.io_service__id.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__id.member_functions"></a></span><a class="link" href="io_service__id.html#boost_asio.reference.io_service__id.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -68,18 +68,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service__id.h1"></a>
- <span><a name="boost_asio.reference.io_service__id.requirements"></a></span><a class="link" href="io_service__id.html#boost_asio.reference.io_service__id.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__id.requirements"></a></span><a class="link" href="io_service__id.html#boost_asio.reference.io_service__id.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__id/id.html b/doc/html/boost_asio/reference/io_service__id/id.html
index ff3822ca1b..c6abe9f3d4 100644
--- a/doc/html/boost_asio/reference/io_service__id/id.html
+++ b/doc/html/boost_asio/reference/io_service__id/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::id::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__id.html" title="io_service::id">
<link rel="prev" href="../io_service__id.html" title="io_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__id.id"></a><a class="link" href="id.html" title="io_service::id::id">io_service::id::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1359882"></a>
+ <a class="indexterm" name="idp172201168"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">id</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service.html b/doc/html/boost_asio/reference/io_service__service.html
index d2bfe94e39..7091738a83 100644
--- a/doc/html/boost_asio/reference/io_service__service.html
+++ b/doc/html/boost_asio/reference/io_service__service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="io_service__id/id.html" title="io_service::id::id">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service__service.h0"></a>
- <span><a name="boost_asio.reference.io_service__service.member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.io_service__service.member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -69,7 +69,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service__service.h1"></a>
- <span><a name="boost_asio.reference.io_service__service.protected_member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.io_service__service.protected_member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -118,7 +118,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service__service.h2"></a>
- <span><a name="boost_asio.reference.io_service__service.private_member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.private_member_functions">Private
+ <span class="phrase"><a name="boost_asio.reference.io_service__service.private_member_functions"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.private_member_functions">Private
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -168,18 +168,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.io_service__service.h3"></a>
- <span><a name="boost_asio.reference.io_service__service.requirements"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__service.requirements"></a></span><a class="link" href="io_service__service.html#boost_asio.reference.io_service__service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service/_service.html b/doc/html/boost_asio/reference/io_service__service/_service.html
index ebfc80591a..7494a1725a 100644
--- a/doc/html/boost_asio/reference/io_service__service/_service.html
+++ b/doc/html/boost_asio/reference/io_service__service/_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service::~service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__service.html" title="io_service::service">
<link rel="prev" href="service.html" title="io_service::service::service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__service._service"></a><a class="link" href="_service.html" title="io_service::service::~service">io_service::service::~service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1360610"></a>
+ <a class="indexterm" name="idp172285200"></a>
Destructor.
</p>
<pre class="programlisting"><span class="keyword">virtual</span> <span class="special">~</span><span class="identifier">service</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Destructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service/fork_service.html b/doc/html/boost_asio/reference/io_service__service/fork_service.html
index c81d3c6ddd..5ae7a269be 100644
--- a/doc/html/boost_asio/reference/io_service__service/fork_service.html
+++ b/doc/html/boost_asio/reference/io_service__service/fork_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service::fork_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__service.html" title="io_service::service">
<link rel="prev" href="_service.html" title="io_service::service::~service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__service.fork_service"></a><a class="link" href="fork_service.html" title="io_service::service::fork_service">io_service::service::fork_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1360667"></a>
+ <a class="indexterm" name="idp172291808"></a>
Handle notification of a fork-related event
to perform any necessary housekeeping.
</p>
@@ -41,7 +41,7 @@ Handle notification of a fork-related event
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service/get_io_service.html b/doc/html/boost_asio/reference/io_service__service/get_io_service.html
index 6b5bd4bcba..f065972449 100644
--- a/doc/html/boost_asio/reference/io_service__service/get_io_service.html
+++ b/doc/html/boost_asio/reference/io_service__service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__service.html" title="io_service::service">
<link rel="prev" href="../io_service__service.html" title="io_service::service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__service.get_io_service"></a><a class="link" href="get_io_service.html" title="io_service::service::get_io_service">io_service::service::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1360375"></a>
+ <a class="indexterm" name="idp172257504"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -36,7 +36,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service/service.html b/doc/html/boost_asio/reference/io_service__service/service.html
index 1383c04b65..9267d6fb5b 100644
--- a/doc/html/boost_asio/reference/io_service__service/service.html
+++ b/doc/html/boost_asio/reference/io_service__service/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__service.html" title="io_service::service">
<link rel="prev" href="get_io_service.html" title="io_service::service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__service.service"></a><a class="link" href="service.html" title="io_service::service::service">io_service::service::service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1360466"></a>
+ <a class="indexterm" name="idp172268288"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">service</span><span class="special">(</span>
@@ -35,11 +35,11 @@ Constructor.
</pre>
<h6>
<a name="boost_asio.reference.io_service__service.service.h0"></a>
- <span><a name="boost_asio.reference.io_service__service.service.parameters"></a></span><a class="link" href="service.html#boost_asio.reference.io_service__service.service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__service.service.parameters"></a></span><a class="link" href="service.html#boost_asio.reference.io_service__service.service.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">owner</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns
@@ -50,7 +50,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__service/shutdown_service.html b/doc/html/boost_asio/reference/io_service__service/shutdown_service.html
index 5b263dd9bf..d9643a3c67 100644
--- a/doc/html/boost_asio/reference/io_service__service/shutdown_service.html
+++ b/doc/html/boost_asio/reference/io_service__service/shutdown_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::service::shutdown_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__service.html" title="io_service::service">
<link rel="prev" href="fork_service.html" title="io_service::service::fork_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__service.shutdown_service"></a><a class="link" href="shutdown_service.html" title="io_service::service::shutdown_service">io_service::service::shutdown_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1360774"></a>
+ <a class="indexterm" name="idp172304368"></a>
Destroy all user-defined handler objects
owned by the service.
</p>
@@ -36,7 +36,7 @@ Destroy all user-defined handler objects
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__strand.html b/doc/html/boost_asio/reference/io_service__strand.html
index 749131f562..f7a98ef174 100644
--- a/doc/html/boost_asio/reference/io_service__strand.html
+++ b/doc/html/boost_asio/reference/io_service__strand.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="io_service__service/shutdown_service.html" title="io_service::service::shutdown_service">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service__strand.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.member_functions"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.member_functions"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -93,6 +93,18 @@
<tr>
<td>
<p>
+ <a class="link" href="io_service__strand/running_in_this_thread.html" title="io_service::strand::running_in_this_thread"><span class="bold"><strong>running_in_this_thread</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the strand is running in the current thread.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="io_service__strand/strand.html" title="io_service::strand::strand"><span class="bold"><strong>strand</strong></span></a>
</p>
</td>
@@ -136,13 +148,13 @@
</p>
<h5>
<a name="boost_asio.reference.io_service__strand.h1"></a>
- <span><a name="boost_asio.reference.io_service__strand.order_of_handler_invocation"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.order_of_handler_invocation">Order
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.order_of_handler_invocation"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.order_of_handler_invocation">Order
of handler invocation</a>
</h5>
<p>
Given:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
a strand object <code class="computeroutput"><span class="identifier">s</span></code>
</li>
@@ -168,7 +180,7 @@
<p>
if any of the following conditions are true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">s</span><span class="special">.</span><span class="identifier">post</span><span class="special">(</span><span class="identifier">a</span><span class="special">)</span></code>
happens-before <code class="computeroutput"><span class="identifier">s</span><span class="special">.</span><span class="identifier">post</span><span class="special">(</span><span class="identifier">b</span><span class="special">)</span></code>
@@ -209,30 +221,37 @@
</p>
<h5>
<a name="boost_asio.reference.io_service__strand.h2"></a>
- <span><a name="boost_asio.reference.io_service__strand.thread_safety"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.remarks"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.remarks">Remarks</a>
+ </h5>
+<p>
+ The implementation makes no guarantee that handlers posted or dispatched
+ through different <code class="computeroutput"><span class="identifier">strand</span></code>
+ objects will be invoked concurrently.
+ </p>
+<h5>
+<a name="boost_asio.reference.io_service__strand.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.thread_safety"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.thread_safety">Thread Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
-<a name="boost_asio.reference.io_service__strand.h3"></a>
- <span><a name="boost_asio.reference.io_service__strand.requirements"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.requirements">Requirements</a>
+<a name="boost_asio.reference.io_service__strand.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.requirements"></a></span><a class="link" href="io_service__strand.html#boost_asio.reference.io_service__strand.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/strand.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/strand.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__strand/_strand.html b/doc/html/boost_asio/reference/io_service__strand/_strand.html
index 05e9989872..296b3a9934 100644
--- a/doc/html/boost_asio/reference/io_service__strand/_strand.html
+++ b/doc/html/boost_asio/reference/io_service__strand/_strand.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::~strand</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
<link rel="prev" href="wrap.html" title="io_service::strand::wrap">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__strand._strand"></a><a class="link" href="_strand.html" title="io_service::strand::~strand">io_service::strand::~strand</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1363391"></a>
+ <a class="indexterm" name="idp172604688"></a>
Destructor.
</p>
<pre class="programlisting"><span class="special">~</span><span class="identifier">strand</span><span class="special">();</span>
@@ -42,7 +42,7 @@ Destructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__strand/dispatch.html b/doc/html/boost_asio/reference/io_service__strand/dispatch.html
index f894b85b63..cd71374c34 100644
--- a/doc/html/boost_asio/reference/io_service__strand/dispatch.html
+++ b/doc/html/boost_asio/reference/io_service__strand/dispatch.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::dispatch</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
<link rel="prev" href="../io_service__strand.html" title="io_service::strand">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.io_service__strand.dispatch"></a><a class="link" href="dispatch.html" title="io_service::strand::dispatch">io_service::strand::dispatch</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1361915"></a>
+ <a class="indexterm" name="idp172444928"></a>
Request the strand to invoke the given handler.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">dispatch</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">dispatch</span><span class="special">(</span>
<span class="identifier">CompletionHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -53,11 +53,11 @@ Request the strand to invoke the given handler.
</p>
<h6>
<a name="boost_asio.reference.io_service__strand.dispatch.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.dispatch.parameters"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service__strand.dispatch.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.dispatch.parameters"></a></span><a class="link" href="dispatch.html#boost_asio.reference.io_service__strand.dispatch.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -74,7 +74,7 @@ Request the strand to invoke the given handler.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__strand/get_io_service.html b/doc/html/boost_asio/reference/io_service__strand/get_io_service.html
index 0f6a33575c..8981313559 100644
--- a/doc/html/boost_asio/reference/io_service__strand/get_io_service.html
+++ b/doc/html/boost_asio/reference/io_service__strand/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
<link rel="prev" href="dispatch.html" title="io_service::strand::dispatch">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__strand.get_io_service"></a><a class="link" href="get_io_service.html" title="io_service::strand::get_io_service">io_service::strand::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1362133"></a>
+ <a class="indexterm" name="idp172470112"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
strand.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.io_service__strand.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.io_service__strand.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.io_service__strand.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__strand/post.html b/doc/html/boost_asio/reference/io_service__strand/post.html
index d53485e4ec..22d21d3195 100644
--- a/doc/html/boost_asio/reference/io_service__strand/post.html
+++ b/doc/html/boost_asio/reference/io_service__strand/post.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::post</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
<link rel="prev" href="get_io_service.html" title="io_service::strand::get_io_service">
-<link rel="next" href="strand.html" title="io_service::strand::strand">
+<link rel="next" href="running_in_this_thread.html" title="io_service::strand::running_in_this_thread">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,20 +20,20 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="get_io_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="get_io_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.io_service__strand.post"></a><a class="link" href="post.html" title="io_service::strand::post">io_service::strand::post</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1362293"></a>
+ <a class="indexterm" name="idp172488432"></a>
Request the strand to invoke the given handler and
return immediately.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">post</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">post</span><span class="special">(</span>
<span class="identifier">CompletionHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -49,11 +49,11 @@ Request the strand to invoke the given handler and
</p>
<h6>
<a name="boost_asio.reference.io_service__strand.post.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.post.parameters"></a></span><a class="link" href="post.html#boost_asio.reference.io_service__strand.post.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.post.parameters"></a></span><a class="link" href="post.html#boost_asio.reference.io_service__strand.post.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -70,7 +70,7 @@ Request the strand to invoke the given handler and
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -78,7 +78,7 @@ Request the strand to invoke the given handler and
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="get_io_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="get_io_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html b/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html
new file mode 100644
index 0000000000..722edcfeca
--- /dev/null
+++ b/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>io_service::strand::running_in_this_thread</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../io_service__strand.html" title="io_service::strand">
+<link rel="prev" href="post.html" title="io_service::strand::post">
+<link rel="next" href="strand.html" title="io_service::strand::strand">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="post.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.io_service__strand.running_in_this_thread"></a><a class="link" href="running_in_this_thread.html" title="io_service::strand::running_in_this_thread">io_service::strand::running_in_this_thread</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp172512912"></a>
+Determine whether the strand is
+ running in the current thread.
+ </p>
+<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">running_in_this_thread</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.io_service__strand.running_in_this_thread.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.running_in_this_thread.return_value"></a></span><a class="link" href="running_in_this_thread.html#boost_asio.reference.io_service__strand.running_in_this_thread.return_value">Return
+ Value</a>
+ </h6>
+<p>
+ <code class="computeroutput"><span class="keyword">true</span></code> if the current thread
+ is executing a handler that was submitted to the strand using <code class="computeroutput"><span class="identifier">post</span><span class="special">()</span></code>,
+ <code class="computeroutput"><span class="identifier">dispatch</span><span class="special">()</span></code>
+ or <code class="computeroutput"><span class="identifier">wrap</span><span class="special">()</span></code>.
+ Otherwise returns <code class="computeroutput"><span class="keyword">false</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="post.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/io_service__strand/strand.html b/doc/html/boost_asio/reference/io_service__strand/strand.html
index b9d8316afb..1a37d39514 100644
--- a/doc/html/boost_asio/reference/io_service__strand/strand.html
+++ b/doc/html/boost_asio/reference/io_service__strand/strand.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::strand</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
-<link rel="prev" href="post.html" title="io_service::strand::post">
+<link rel="prev" href="running_in_this_thread.html" title="io_service::strand::running_in_this_thread">
<link rel="next" href="wrap.html" title="io_service::strand::wrap">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="post.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wrap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wrap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.io_service__strand.strand"></a><a class="link" href="strand.html" title="io_service::strand::strand">io_service::strand::strand</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1362503"></a>
+ <a class="indexterm" name="idp172531648"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">strand</span><span class="special">(</span>
@@ -38,11 +38,11 @@ Constructor.
</p>
<h6>
<a name="boost_asio.reference.io_service__strand.strand.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.strand.parameters"></a></span><a class="link" href="strand.html#boost_asio.reference.io_service__strand.strand.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.strand.parameters"></a></span><a class="link" href="strand.html#boost_asio.reference.io_service__strand.strand.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that the
@@ -53,7 +53,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -61,7 +61,7 @@ Constructor.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="post.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wrap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_service__strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wrap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/io_service__strand/wrap.html b/doc/html/boost_asio/reference/io_service__strand/wrap.html
index 6e2dc7db67..28f1b6ffd2 100644
--- a/doc/html/boost_asio/reference/io_service__strand/wrap.html
+++ b/doc/html/boost_asio/reference/io_service__strand/wrap.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::strand::wrap</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__strand.html" title="io_service::strand">
<link rel="prev" href="strand.html" title="io_service::strand::strand">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__strand.wrap"></a><a class="link" href="wrap.html" title="io_service::strand::wrap">io_service::strand::wrap</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1362653"></a>
+ <a class="indexterm" name="idp172549104"></a>
Create a new handler that automatically dispatches
the wrapped handler on the strand.
</p>
@@ -43,11 +43,11 @@ Create a new handler that automatically dispatches
</p>
<h6>
<a name="boost_asio.reference.io_service__strand.wrap.h0"></a>
- <span><a name="boost_asio.reference.io_service__strand.wrap.parameters"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service__strand.wrap.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.wrap.parameters"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service__strand.wrap.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -63,7 +63,7 @@ Create a new handler that automatically dispatches
</div>
<h6>
<a name="boost_asio.reference.io_service__strand.wrap.h1"></a>
- <span><a name="boost_asio.reference.io_service__strand.wrap.return_value"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service__strand.wrap.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.io_service__strand.wrap.return_value"></a></span><a class="link" href="wrap.html#boost_asio.reference.io_service__strand.wrap.return_value">Return
Value</a>
</h6>
<p>
@@ -90,7 +90,7 @@ Create a new handler that automatically dispatches
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work.html b/doc/html/boost_asio/reference/io_service__work.html
index 058c705dbe..aed2e46b38 100644
--- a/doc/html/boost_asio/reference/io_service__work.html
+++ b/doc/html/boost_asio/reference/io_service__work.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="io_service__strand/_strand.html" title="io_service::strand::~strand">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.io_service__work.h0"></a>
- <span><a name="boost_asio.reference.io_service__work.member_functions"></a></span><a class="link" href="io_service__work.html#boost_asio.reference.io_service__work.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__work.member_functions"></a></span><a class="link" href="io_service__work.html#boost_asio.reference.io_service__work.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -106,18 +106,18 @@
</p>
<h5>
<a name="boost_asio.reference.io_service__work.h1"></a>
- <span><a name="boost_asio.reference.io_service__work.requirements"></a></span><a class="link" href="io_service__work.html#boost_asio.reference.io_service__work.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.io_service__work.requirements"></a></span><a class="link" href="io_service__work.html#boost_asio.reference.io_service__work.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work/_work.html b/doc/html/boost_asio/reference/io_service__work/_work.html
index 3673b0caa4..4e73773e93 100644
--- a/doc/html/boost_asio/reference/io_service__work/_work.html
+++ b/doc/html/boost_asio/reference/io_service__work/_work.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work::~work</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__work.html" title="io_service::work">
<link rel="prev" href="work/overload2.html" title="io_service::work::work (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__work._work"></a><a class="link" href="_work.html" title="io_service::work::~work">io_service::work::~work</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1364329"></a>
+ <a class="indexterm" name="idp172713168"></a>
Destructor notifies the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> that the work is complete.
</p>
<pre class="programlisting"><span class="special">~</span><span class="identifier">work</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Destructor notifies the <a class="link" href="../io_service.html" title="io_serv
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work/get_io_service.html b/doc/html/boost_asio/reference/io_service__work/get_io_service.html
index 5144b9e316..2dc3d9bfb5 100644
--- a/doc/html/boost_asio/reference/io_service__work/get_io_service.html
+++ b/doc/html/boost_asio/reference/io_service__work/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__work.html" title="io_service::work">
<link rel="prev" href="../io_service__work.html" title="io_service::work">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__work.get_io_service"></a><a class="link" href="get_io_service.html" title="io_service::work::get_io_service">io_service::work::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1363769"></a>
+ <a class="indexterm" name="idp172647536"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
work.
</p>
@@ -36,7 +36,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work/work.html b/doc/html/boost_asio/reference/io_service__work/work.html
index eb8bade6a4..8ecf343621 100644
--- a/doc/html/boost_asio/reference/io_service__work/work.html
+++ b/doc/html/boost_asio/reference/io_service__work/work.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work::work</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_service__work.html" title="io_service::work">
<link rel="prev" href="get_io_service.html" title="io_service::work::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.io_service__work.work"></a><a class="link" href="work.html" title="io_service::work::work">io_service::work::work</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1363859"></a>
+ <a class="indexterm" name="idp172658208"></a>
Constructor notifies the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> that work is starting.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="work/overload1.html" title="io_service::work::work (1 of 2 overloads)">work</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Constructor notifies the <a class="link" href="../io_service.html" title="io_ser
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work/work/overload1.html b/doc/html/boost_asio/reference/io_service__work/work/overload1.html
index e1d8b921b0..fe994bfd20 100644
--- a/doc/html/boost_asio/reference/io_service__work/work/overload1.html
+++ b/doc/html/boost_asio/reference/io_service__work/work/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work::work (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../work.html" title="io_service::work::work">
<link rel="prev" href="../work.html" title="io_service::work::work">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/io_service__work/work/overload2.html b/doc/html/boost_asio/reference/io_service__work/work/overload2.html
index 8728e3071e..f25e0d802e 100644
--- a/doc/html/boost_asio/reference/io_service__work/work/overload2.html
+++ b/doc/html/boost_asio/reference/io_service__work/work/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>io_service::work::work (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../work.html" title="io_service::work::work">
<link rel="prev" href="overload1.html" title="io_service::work::work (1 of 2 overloads)">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address.html b/doc/html/boost_asio/reference/ip__address.html
index bd643feba8..a19fb7c19d 100644
--- a/doc/html/boost_asio/reference/ip__address.html
+++ b/doc/html/boost_asio/reference/ip__address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="io_service__work/_work.html" title="io_service::work::~work">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__address.h0"></a>
- <span><a name="boost_asio.reference.ip__address.member_functions"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__address.member_functions"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -206,7 +206,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address.h1"></a>
- <span><a name="boost_asio.reference.ip__address.friends"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.friends"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -302,7 +302,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address.h2"></a>
- <span><a name="boost_asio.reference.ip__address.related_functions"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.ip__address.related_functions"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -341,31 +341,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__address.h3"></a>
- <span><a name="boost_asio.reference.ip__address.thread_safety"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__address.thread_safety"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__address.h4"></a>
- <span><a name="boost_asio.reference.ip__address.requirements"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.requirements"></a></span><a class="link" href="ip__address.html#boost_asio.reference.ip__address.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/address.html b/doc/html/boost_asio/reference/ip__address/address.html
index 4d1b9aff8a..db328376be 100644
--- a/doc/html/boost_asio/reference/ip__address/address.html
+++ b/doc/html/boost_asio/reference/ip__address/address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="../ip__address.html" title="ip::address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.address"></a><a class="link" href="address.html" title="ip::address::address">ip::address::address</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1365356"></a>
+ <a class="indexterm" name="idp172829696"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="address/overload1.html" title="ip::address::address (1 of 4 overloads)">address</a><span class="special">();</span>
@@ -57,7 +57,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/address/overload1.html b/doc/html/boost_asio/reference/ip__address/address/overload1.html
index 7cacbafc06..987e1972c6 100644
--- a/doc/html/boost_asio/reference/ip__address/address/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address/address/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::address (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::address::address">
<link rel="prev" href="../address.html" title="ip::address::address">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/address/overload2.html b/doc/html/boost_asio/reference/ip__address/address/overload2.html
index 76c44bbe79..395087d971 100644
--- a/doc/html/boost_asio/reference/ip__address/address/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address/address/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::address (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::address::address">
<link rel="prev" href="overload1.html" title="ip::address::address (1 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/address/overload3.html b/doc/html/boost_asio/reference/ip__address/address/overload3.html
index a5be7c7f9d..eb2f3970d8 100644
--- a/doc/html/boost_asio/reference/ip__address/address/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address/address/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::address (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::address::address">
<link rel="prev" href="overload2.html" title="ip::address::address (2 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/address/overload4.html b/doc/html/boost_asio/reference/ip__address/address/overload4.html
index ffa1198734..5cd60d9319 100644
--- a/doc/html/boost_asio/reference/ip__address/address/overload4.html
+++ b/doc/html/boost_asio/reference/ip__address/address/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::address (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::address::address">
<link rel="prev" href="overload3.html" title="ip::address::address (3 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/from_string.html b/doc/html/boost_asio/reference/ip__address/from_string.html
index 65ee356493..baf161cdd4 100644
--- a/doc/html/boost_asio/reference/ip__address/from_string.html
+++ b/doc/html/boost_asio/reference/ip__address/from_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::from_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="address/overload4.html" title="ip::address::address (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.from_string"></a><a class="link" href="from_string.html" title="ip::address::from_string">ip::address::from_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1365934"></a>
+ <a class="indexterm" name="idp172897744"></a>
Create an address from an IPv4 address string in
dotted decimal form, or from an IPv6 address in hexadecimal notation.
</p>
@@ -52,7 +52,7 @@ Create an address from an IPv4 address string in
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/from_string/overload1.html b/doc/html/boost_asio/reference/ip__address/from_string/overload1.html
index dbcf84a071..f76ba24d2e 100644
--- a/doc/html/boost_asio/reference/ip__address/from_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address/from_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::from_string (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address::from_string">
<link rel="prev" href="../from_string.html" title="ip::address::from_string">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/from_string/overload2.html b/doc/html/boost_asio/reference/ip__address/from_string/overload2.html
index c63fe55c74..bc0ecc8b01 100644
--- a/doc/html/boost_asio/reference/ip__address/from_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address/from_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::from_string (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address::from_string">
<link rel="prev" href="overload1.html" title="ip::address::from_string (1 of 4 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/from_string/overload3.html b/doc/html/boost_asio/reference/ip__address/from_string/overload3.html
index f36b888af2..c0c2dac2bb 100644
--- a/doc/html/boost_asio/reference/ip__address/from_string/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address/from_string/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::from_string (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address::from_string">
<link rel="prev" href="overload2.html" title="ip::address::from_string (2 of 4 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/from_string/overload4.html b/doc/html/boost_asio/reference/ip__address/from_string/overload4.html
index 0f1275069e..054c498e3e 100644
--- a/doc/html/boost_asio/reference/ip__address/from_string/overload4.html
+++ b/doc/html/boost_asio/reference/ip__address/from_string/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::from_string (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address::from_string">
<link rel="prev" href="overload3.html" title="ip::address::from_string (3 of 4 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/is_loopback.html b/doc/html/boost_asio/reference/ip__address/is_loopback.html
index f34aaaf550..e4cc1d679f 100644
--- a/doc/html/boost_asio/reference/ip__address/is_loopback.html
+++ b/doc/html/boost_asio/reference/ip__address/is_loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::is_loopback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="from_string/overload4.html" title="ip::address::from_string (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.is_loopback"></a><a class="link" href="is_loopback.html" title="ip::address::is_loopback">ip::address::is_loopback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1366714"></a>
+ <a class="indexterm" name="idp172990272"></a>
Determine whether the address is a loopback address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_loopback</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a loopback address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/is_multicast.html b/doc/html/boost_asio/reference/ip__address/is_multicast.html
index 4e6a3061ef..3fe9d9bda5 100644
--- a/doc/html/boost_asio/reference/ip__address/is_multicast.html
+++ b/doc/html/boost_asio/reference/ip__address/is_multicast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::is_multicast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="is_loopback.html" title="ip::address::is_loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.is_multicast"></a><a class="link" href="is_multicast.html" title="ip::address::is_multicast">ip::address::is_multicast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1366775"></a>
+ <a class="indexterm" name="idp172997520"></a>
Determine whether the address is a multicast address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_multicast</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a multicast address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/is_unspecified.html b/doc/html/boost_asio/reference/ip__address/is_unspecified.html
index 629ddbce0e..7325290c71 100644
--- a/doc/html/boost_asio/reference/ip__address/is_unspecified.html
+++ b/doc/html/boost_asio/reference/ip__address/is_unspecified.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::is_unspecified</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="is_multicast.html" title="ip::address::is_multicast">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.is_unspecified"></a><a class="link" href="is_unspecified.html" title="ip::address::is_unspecified">ip::address::is_unspecified</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1366836"></a>
+ <a class="indexterm" name="idp173004768"></a>
Determine whether the address is unspecified.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_unspecified</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is unspecified.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/is_v4.html b/doc/html/boost_asio/reference/ip__address/is_v4.html
index e37c5b1a38..7717b47705 100644
--- a/doc/html/boost_asio/reference/ip__address/is_v4.html
+++ b/doc/html/boost_asio/reference/ip__address/is_v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::is_v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="is_unspecified.html" title="ip::address::is_unspecified">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.is_v4"></a><a class="link" href="is_v4.html" title="ip::address::is_v4">ip::address::is_v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1366896"></a>
+ <a class="indexterm" name="idp173011920"></a>
Get whether the address is an IP version 4 address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_v4</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get whether the address is an IP version 4 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/is_v6.html b/doc/html/boost_asio/reference/ip__address/is_v6.html
index 9036cdc7e5..d0d256a829 100644
--- a/doc/html/boost_asio/reference/ip__address/is_v6.html
+++ b/doc/html/boost_asio/reference/ip__address/is_v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::is_v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="is_v4.html" title="ip::address::is_v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.is_v6"></a><a class="link" href="is_v6.html" title="ip::address::is_v6">ip::address::is_v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1366957"></a>
+ <a class="indexterm" name="idp173019088"></a>
Get whether the address is an IP version 6 address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_v6</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get whether the address is an IP version 6 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_eq_.html b/doc/html/boost_asio/reference/ip__address/operator_eq_.html
index fa530dcacc..f90ab15130 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_eq_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_lt__eq_.html" title="ip::address::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_eq_"></a><a class="link" href="operator_eq_.html" title="ip::address::operator=">ip::address::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1367819"></a>
+ <a class="indexterm" name="idp173119648"></a>
Assign from another address.
</p>
<pre class="programlisting"><span class="identifier">address</span> <span class="special">&amp;</span> <a class="link" href="operator_eq_/overload1.html" title="ip::address::operator= (1 of 3 overloads)">operator=</a><span class="special">(</span>
@@ -51,7 +51,7 @@ Assign from another address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html
index 493b266e07..e6dc8976cc 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator= (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_eq_.html" title="ip::address::operator=">
<link rel="prev" href="../operator_eq_.html" title="ip::address::operator=">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html
index 78a447af5e..45aa9d2dc2 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator= (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_eq_.html" title="ip::address::operator=">
<link rel="prev" href="overload1.html" title="ip::address::operator= (1 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html
index 402521c55a..8f68b48f69 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator= (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_eq_.html" title="ip::address::operator=">
<link rel="prev" href="overload2.html" title="ip::address::operator= (2 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html
index 67205482d3..9f12e0263c 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_eq_/overload3.html" title="ip::address::operator= (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::address::operator==">ip::address::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1368393"></a>
+ <a class="indexterm" name="idp173187664"></a>
Compare two addresses for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two addresses for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_gt_.html b/doc/html/boost_asio/reference/ip__address/operator_gt_.html
index f69a5a3387..7009284589 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_gt_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_eq__eq_.html" title="ip::address::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_gt_"></a><a class="link" href="operator_gt_.html" title="ip::address::operator&gt;">ip::address::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1368555"></a>
+ <a class="indexterm" name="idp173206544"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html b/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html
index 476c4b78c6..eca28a1c8a 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_gt_.html" title="ip::address::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="ip::address::operator&gt;=">ip::address::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1368720"></a>
+ <a class="indexterm" name="idp173225264"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_lt_.html b/doc/html/boost_asio/reference/ip__address/operator_lt_.html
index c779d371fe..58d87b2fc0 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_lt_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_not__eq_.html" title="ip::address::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_lt_"></a><a class="link" href="operator_lt_.html" title="ip::address::operator&lt;">ip::address::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1367182"></a>
+ <a class="indexterm" name="idp173045296"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html b/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html
index 035ea3258f..26fa6b498e 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_lt__lt_.html" title="ip::address::operator&lt;&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="ip::address::operator&lt;=">ip::address::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1367656"></a>
+ <a class="indexterm" name="idp173100784"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html b/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html
index ffd067b1c7..a6a578f6e1 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator&lt;&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_lt_.html" title="ip::address::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_lt__lt_"></a><a class="link" href="operator_lt__lt_.html" title="ip::address::operator&lt;&lt;">ip::address::operator&lt;&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1367346"></a>
+ <a class="indexterm" name="idp173064208"></a>
Output an address as a string.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,11 +42,11 @@ Output an address as a string.
</p>
<h6>
<a name="boost_asio.reference.ip__address.operator_lt__lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address.operator_lt__lt_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address.operator_lt__lt_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">os</span></dt>
<dd><p>
The output stream to which the string will be written.
@@ -59,7 +59,7 @@ Output an address as a string.
</div>
<h6>
<a name="boost_asio.reference.ip__address.operator_lt__lt_.h1"></a>
- <span><a name="boost_asio.reference.ip__address.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address.operator_lt__lt_.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address.operator_lt__lt_.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@ Output an address as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html
index 72f2efdae1..52ebd87936 100644
--- a/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="is_v6.html" title="ip::address::is_v6">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::address::operator!=">ip::address::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1367018"></a>
+ <a class="indexterm" name="idp173026336"></a>
Compare two addresses for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two addresses for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/to_string.html b/doc/html/boost_asio/reference/ip__address/to_string.html
index d0631ce154..7b3843a5b0 100644
--- a/doc/html/boost_asio/reference/ip__address/to_string.html
+++ b/doc/html/boost_asio/reference/ip__address/to_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::to_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="operator_gt__eq_.html" title="ip::address::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.to_string"></a><a class="link" href="to_string.html" title="ip::address::to_string">ip::address::to_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1368883"></a>
+ <a class="indexterm" name="idp173244064"></a>
Get the address as a string in dotted decimal format.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="to_string/overload1.html" title="ip::address::to_string (1 of 2 overloads)">to_string</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the address as a string in dotted decimal format.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/to_string/overload1.html b/doc/html/boost_asio/reference/ip__address/to_string/overload1.html
index 8ae039c40b..ba14852796 100644
--- a/doc/html/boost_asio/reference/ip__address/to_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address/to_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::to_string (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address::to_string">
<link rel="prev" href="../to_string.html" title="ip::address::to_string">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/to_string/overload2.html b/doc/html/boost_asio/reference/ip__address/to_string/overload2.html
index ae685b70dc..cf0463cc07 100644
--- a/doc/html/boost_asio/reference/ip__address/to_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address/to_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::to_string (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address::to_string">
<link rel="prev" href="overload1.html" title="ip::address::to_string (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/to_v4.html b/doc/html/boost_asio/reference/ip__address/to_v4.html
index de867e5501..c60cb65df5 100644
--- a/doc/html/boost_asio/reference/ip__address/to_v4.html
+++ b/doc/html/boost_asio/reference/ip__address/to_v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::to_v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="to_string/overload2.html" title="ip::address::to_string (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.to_v4"></a><a class="link" href="to_v4.html" title="ip::address::to_v4">ip::address::to_v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1369217"></a>
+ <a class="indexterm" name="idp173283360"></a>
Get the address as an IP version 4 address.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address_v4</span> <span class="identifier">to_v4</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the address as an IP version 4 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address/to_v6.html b/doc/html/boost_asio/reference/ip__address/to_v6.html
index 22e0f1091d..6e04fabfb4 100644
--- a/doc/html/boost_asio/reference/ip__address/to_v6.html
+++ b/doc/html/boost_asio/reference/ip__address/to_v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address::to_v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address.html" title="ip::address">
<link rel="prev" href="to_v4.html" title="ip::address::to_v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address.to_v6"></a><a class="link" href="to_v6.html" title="ip::address::to_v6">ip::address::to_v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1369304"></a>
+ <a class="indexterm" name="idp173293744"></a>
Get the address as an IP version 6 address.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address_v6</span> <span class="identifier">to_v6</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the address as an IP version 6 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4.html b/doc/html/boost_asio/reference/ip__address_v4.html
index 23a65cd8df..21ad4358ca 100644
--- a/doc/html/boost_asio/reference/ip__address_v4.html
+++ b/doc/html/boost_asio/reference/ip__address_v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__address/to_v6.html" title="ip::address::to_v6">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__address_v4.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.types"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.types"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -67,7 +67,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v4.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v4.member_functions"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.member_functions"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -297,7 +297,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v4.h2"></a>
- <span><a name="boost_asio.reference.ip__address_v4.friends"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.friends"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -393,7 +393,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v4.h3"></a>
- <span><a name="boost_asio.reference.ip__address_v4.related_functions"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.related_functions">Related Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.related_functions"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.related_functions">Related Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -431,31 +431,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__address_v4.h4"></a>
- <span><a name="boost_asio.reference.ip__address_v4.thread_safety"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.thread_safety"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__address_v4.h5"></a>
- <span><a name="boost_asio.reference.ip__address_v4.requirements"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.requirements"></a></span><a class="link" href="ip__address_v4.html#boost_asio.reference.ip__address_v4.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/address_v4.html b/doc/html/boost_asio/reference/ip__address_v4/address_v4.html
index e7eaec4852..8c657a8595 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/address_v4.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/address_v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="../ip__address_v4.html" title="ip::address_v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.address_v4"></a><a class="link" href="address_v4.html" title="ip::address_v4::address_v4">ip::address_v4::address_v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1370545"></a>
+ <a class="indexterm" name="idp173434800"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="address_v4/overload1.html" title="ip::address_v4::address_v4 (1 of 4 overloads)">address_v4</a><span class="special">();</span>
@@ -57,7 +57,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html
index 42a2259fb3..021db6181d 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4 (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v4.html" title="ip::address_v4::address_v4">
<link rel="prev" href="../address_v4.html" title="ip::address_v4::address_v4">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html
index 885e33605d..7ebf6add1a 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4 (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v4.html" title="ip::address_v4::address_v4">
<link rel="prev" href="overload1.html" title="ip::address_v4::address_v4 (1 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html
index be88a62b94..1b6f7a8046 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4 (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v4.html" title="ip::address_v4::address_v4">
<link rel="prev" href="overload2.html" title="ip::address_v4::address_v4 (2 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html
index b2a50ecaef..de828cee42 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4 (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v4.html" title="ip::address_v4::address_v4">
<link rel="prev" href="overload3.html" title="ip::address_v4::address_v4 (3 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/any.html b/doc/html/boost_asio/reference/ip__address_v4/any.html
index 85f2c15f51..7650d9e6b2 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/any.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/any.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::any</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="address_v4/overload4.html" title="ip::address_v4::address_v4 (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.any"></a><a class="link" href="any.html" title="ip::address_v4::any">ip::address_v4::any</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1371021"></a>
+ <a class="indexterm" name="idp173490352"></a>
Obtain an address object that represents any address.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">address_v4</span> <span class="identifier">any</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Obtain an address object that represents any address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/broadcast.html b/doc/html/boost_asio/reference/ip__address_v4/broadcast.html
index ab47e10eeb..62672d042d 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/broadcast.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="any.html" title="ip::address_v4::any">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.broadcast"></a><a class="link" href="broadcast.html" title="ip::address_v4::broadcast">ip::address_v4::broadcast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1371077"></a>
+ <a class="indexterm" name="idp173496944"></a>
Obtain an address object that represents the broadcast
address.
</p>
@@ -46,7 +46,7 @@ Obtain an address object that represents the broadcast
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html b/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html
index e7e5289bd6..485d8a00d9 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::broadcast (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../broadcast.html" title="ip::address_v4::broadcast">
<link rel="prev" href="../broadcast.html" title="ip::address_v4::broadcast">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html b/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html
index caa0ad85ae..658ed5c6c9 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::broadcast (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../broadcast.html" title="ip::address_v4::broadcast">
<link rel="prev" href="overload1.html" title="ip::address_v4::broadcast (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html b/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html
index af0a58cd7f..a95ac5ee18 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::bytes_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="broadcast/overload2.html" title="ip::address_v4::broadcast (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.bytes_type"></a><a class="link" href="bytes_type.html" title="ip::address_v4::bytes_type">ip::address_v4::bytes_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1371403"></a>
+ <a class="indexterm" name="idp173534992"></a>
The type used to represent an address as an array
of bytes.
</p>
@@ -35,7 +35,7 @@ The type used to represent an address as an array
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.bytes_type.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.bytes_type.remarks"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v4.bytes_type.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.bytes_type.remarks"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v4.bytes_type.remarks">Remarks</a>
</h6>
<p>
This type is defined in terms of the C++0x template <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span></code>
@@ -43,18 +43,18 @@ The type used to represent an address as an array
</p>
<h6>
<a name="boost_asio.reference.ip__address_v4.bytes_type.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v4.bytes_type.requirements"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v4.bytes_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.bytes_type.requirements"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v4.bytes_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/from_string.html b/doc/html/boost_asio/reference/ip__address_v4/from_string.html
index e43f076dd2..a298be7a8b 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/from_string.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/from_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::from_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="bytes_type.html" title="ip::address_v4::bytes_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.from_string"></a><a class="link" href="from_string.html" title="ip::address_v4::from_string">ip::address_v4::from_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1371614"></a>
+ <a class="indexterm" name="idp173559312"></a>
Create an address from an IP address string in
dotted decimal form.
</p>
@@ -52,7 +52,7 @@ Create an address from an IP address string in
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html
index 2fc92a61e0..26ecc16ca5 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::from_string (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v4::from_string">
<link rel="prev" href="../from_string.html" title="ip::address_v4::from_string">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html
index a7ad330197..8e009da034 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::from_string (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v4::from_string">
<link rel="prev" href="overload1.html" title="ip::address_v4::from_string (1 of 4 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html
index 21d98884a2..39b403500b 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::from_string (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v4::from_string">
<link rel="prev" href="overload2.html" title="ip::address_v4::from_string (2 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html
index e32c7c1ea8..771be4cd44 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::from_string (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v4::from_string">
<link rel="prev" href="overload3.html" title="ip::address_v4::from_string (3 of 4 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html b/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html
index 8a79c6e994..476daa58d5 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_class_a</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="from_string/overload4.html" title="ip::address_v4::from_string (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_class_a"></a><a class="link" href="is_class_a.html" title="ip::address_v4::is_class_a">ip::address_v4::is_class_a</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372389"></a>
+ <a class="indexterm" name="idp173651968"></a>
Determine whether the address is a class A address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_class_a</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a class A address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html b/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html
index 2ce87aec5b..e247a64d06 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_class_b</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_class_a.html" title="ip::address_v4::is_class_a">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_class_b"></a><a class="link" href="is_class_b.html" title="ip::address_v4::is_class_b">ip::address_v4::is_class_b</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372449"></a>
+ <a class="indexterm" name="idp173659216"></a>
Determine whether the address is a class B address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_class_b</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a class B address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html b/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html
index 307bd03504..492b61487c 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_class_c</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_class_b.html" title="ip::address_v4::is_class_b">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_class_c"></a><a class="link" href="is_class_c.html" title="ip::address_v4::is_class_c">ip::address_v4::is_class_c</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372510"></a>
+ <a class="indexterm" name="idp173666464"></a>
Determine whether the address is a class C address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_class_c</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a class C address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html b/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html
index 0ff47fbe35..4d1769313a 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_loopback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_class_c.html" title="ip::address_v4::is_class_c">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_loopback"></a><a class="link" href="is_loopback.html" title="ip::address_v4::is_loopback">ip::address_v4::is_loopback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372570"></a>
+ <a class="indexterm" name="idp173673712"></a>
Determine whether the address is a loopback address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_loopback</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a loopback address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html b/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html
index 4b09dcd67a..fd9b8acacb 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_multicast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_loopback.html" title="ip::address_v4::is_loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_multicast"></a><a class="link" href="is_multicast.html" title="ip::address_v4::is_multicast">ip::address_v4::is_multicast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372631"></a>
+ <a class="indexterm" name="idp173680960"></a>
Determine whether the address is a multicast
address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a multicast
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html b/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html
index 96e2aea8a0..6d6e1488b7 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::is_unspecified</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_multicast.html" title="ip::address_v4::is_multicast">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.is_unspecified"></a><a class="link" href="is_unspecified.html" title="ip::address_v4::is_unspecified">ip::address_v4::is_unspecified</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372693"></a>
+ <a class="indexterm" name="idp173688224"></a>
Determine whether the address is unspecified.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_unspecified</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is unspecified.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/loopback.html b/doc/html/boost_asio/reference/ip__address_v4/loopback.html
index fd0a0ccc5b..057a2562d9 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/loopback.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::loopback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="is_unspecified.html" title="ip::address_v4::is_unspecified">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.loopback"></a><a class="link" href="loopback.html" title="ip::address_v4::loopback">ip::address_v4::loopback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372755"></a>
+ <a class="indexterm" name="idp173695472"></a>
Obtain an address object that represents the loopback
address.
</p>
@@ -36,7 +36,7 @@ Obtain an address object that represents the loopback
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/netmask.html b/doc/html/boost_asio/reference/ip__address_v4/netmask.html
index d66a3285a3..25c216e6dc 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/netmask.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/netmask.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::netmask</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="loopback.html" title="ip::address_v4::loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.netmask"></a><a class="link" href="netmask.html" title="ip::address_v4::netmask">ip::address_v4::netmask</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372813"></a>
+ <a class="indexterm" name="idp173702192"></a>
Obtain the netmask that corresponds to the address,
based on its address class.
</p>
@@ -37,7 +37,7 @@ Obtain the netmask that corresponds to the address,
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html
index 4aa94de9bf..170be38f27 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_lt__eq_.html" title="ip::address_v4::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_eq_"></a><a class="link" href="operator_eq_.html" title="ip::address_v4::operator=">ip::address_v4::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373700"></a>
+ <a class="indexterm" name="idp173805776"></a>
Assign from another address.
</p>
<pre class="programlisting"><span class="identifier">address_v4</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -36,7 +36,7 @@ Assign from another address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html
index c66e7fd427..499370f5e6 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_eq_.html" title="ip::address_v4::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::address_v4::operator==">ip::address_v4::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373784"></a>
+ <a class="indexterm" name="idp173815744"></a>
Compare two addresses for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two addresses for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address_v4.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address_v4.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html
index 8161531a7a..aab24e06d3 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_eq__eq_.html" title="ip::address_v4::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_gt_"></a><a class="link" href="operator_gt_.html" title="ip::address_v4::operator&gt;">ip::address_v4::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373950"></a>
+ <a class="indexterm" name="idp173834624"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address_v4.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address_v4.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html
index 66b826eb31..83f726d21f 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_gt_.html" title="ip::address_v4::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="ip::address_v4::operator&gt;=">ip::address_v4::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1374114"></a>
+ <a class="indexterm" name="idp173853536"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address_v4.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address_v4.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html
index c1967624c8..b214052020 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_not__eq_.html" title="ip::address_v4::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_lt_"></a><a class="link" href="operator_lt_.html" title="ip::address_v4::operator&lt;">ip::address_v4::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373061"></a>
+ <a class="indexterm" name="idp173731216"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address_v4.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address_v4.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html
index 1d82b537a1..830f4af07a 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_lt__lt_.html" title="ip::address_v4::operator&lt;&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="ip::address_v4::operator&lt;=">ip::address_v4::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373537"></a>
+ <a class="indexterm" name="idp173786832"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address_v4.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address_v4.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html
index b8b2f080dd..9b02a6d29b 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator&lt;&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_lt_.html" title="ip::address_v4::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_lt__lt_"></a><a class="link" href="operator_lt__lt_.html" title="ip::address_v4::operator&lt;&lt;">ip::address_v4::operator&lt;&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1373225"></a>
+ <a class="indexterm" name="idp173750128"></a>
Output an address as a string.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,11 +42,11 @@ Output an address as a string.
</p>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v4.operator_lt__lt_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v4.operator_lt__lt_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">os</span></dt>
<dd><p>
The output stream to which the string will be written.
@@ -59,7 +59,7 @@ Output an address as a string.
</div>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v4.operator_lt__lt_.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v4.operator_lt__lt_.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@ Output an address as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html
index 0c7fdebb53..cfe541194e 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="netmask.html" title="ip::address_v4::netmask">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::address_v4::operator!=">ip::address_v4::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1372897"></a>
+ <a class="indexterm" name="idp173712224"></a>
Compare two addresses for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two addresses for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v4.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v4.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address_v4.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v4.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address_v4.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v4.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html b/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html
index b6583e5258..a656b910af 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::to_bytes</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="operator_gt__eq_.html" title="ip::address_v4::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.to_bytes"></a><a class="link" href="to_bytes.html" title="ip::address_v4::to_bytes">ip::address_v4::to_bytes</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1374277"></a>
+ <a class="indexterm" name="idp173872368"></a>
Get the address in bytes, in network byte order.
</p>
<pre class="programlisting"><span class="identifier">bytes_type</span> <span class="identifier">to_bytes</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the address in bytes, in network byte order.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/to_string.html b/doc/html/boost_asio/reference/ip__address_v4/to_string.html
index 8a680e53ec..f666826eb5 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/to_string.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/to_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::to_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="to_bytes.html" title="ip::address_v4::to_bytes">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.to_string"></a><a class="link" href="to_string.html" title="ip::address_v4::to_string">ip::address_v4::to_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1374337"></a>
+ <a class="indexterm" name="idp124041712"></a>
Get the address as a string in dotted decimal format.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="to_string/overload1.html" title="ip::address_v4::to_string (1 of 2 overloads)">to_string</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the address as a string in dotted decimal format.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html b/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html
index a125546b62..6bc2083aee 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::to_string (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address_v4::to_string">
<link rel="prev" href="../to_string.html" title="ip::address_v4::to_string">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html b/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html
index f8be5ae5c4..cb8cca160f 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::to_string (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address_v4::to_string">
<link rel="prev" href="overload1.html" title="ip::address_v4::to_string (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html b/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html
index 980a7f71fc..e4f2daaf9b 100644
--- a/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html
+++ b/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::to_ulong</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v4.html" title="ip::address_v4">
<link rel="prev" href="to_string/overload2.html" title="ip::address_v4::to_string (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v4.to_ulong"></a><a class="link" href="to_ulong.html" title="ip::address_v4::to_ulong">ip::address_v4::to_ulong</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1374670"></a>
+ <a class="indexterm" name="idp124079024"></a>
Get the address as an unsigned long in host byte
order.
</p>
@@ -36,7 +36,7 @@ Get the address as an unsigned long in host byte
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6.html b/doc/html/boost_asio/reference/ip__address_v6.html
index 24797d2a13..323687d8c2 100644
--- a/doc/html/boost_asio/reference/ip__address_v6.html
+++ b/doc/html/boost_asio/reference/ip__address_v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__address_v4/to_ulong.html" title="ip::address_v4::to_ulong">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__address_v6.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.types"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.types"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -67,7 +67,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v6.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v6.member_functions"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.member_functions"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -373,7 +373,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v6.h2"></a>
- <span><a name="boost_asio.reference.ip__address_v6.friends"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.friends"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -469,7 +469,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__address_v6.h3"></a>
- <span><a name="boost_asio.reference.ip__address_v6.related_functions"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.related_functions">Related Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.related_functions"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.related_functions">Related Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -507,31 +507,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__address_v6.h4"></a>
- <span><a name="boost_asio.reference.ip__address_v6.thread_safety"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.thread_safety"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__address_v6.h5"></a>
- <span><a name="boost_asio.reference.ip__address_v6.requirements"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.requirements"></a></span><a class="link" href="ip__address_v6.html#boost_asio.reference.ip__address_v6.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/address_v6.html b/doc/html/boost_asio/reference/ip__address_v6/address_v6.html
index 2c22bf8c23..4aee03bbbb 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/address_v6.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/address_v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::address_v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="../ip__address_v6.html" title="ip::address_v6">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.address_v6"></a><a class="link" href="address_v6.html" title="ip::address_v6::address_v6">ip::address_v6::address_v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1376099"></a>
+ <a class="indexterm" name="idp173962640"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="address_v6/overload1.html" title="ip::address_v6::address_v6 (1 of 3 overloads)">address_v6</a><span class="special">();</span>
@@ -51,7 +51,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html
index 8009a600c6..5686f06da0 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::address_v6 (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v6.html" title="ip::address_v6::address_v6">
<link rel="prev" href="../address_v6.html" title="ip::address_v6::address_v6">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html
index 82de8c4683..7b9a6bad81 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::address_v6 (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v6.html" title="ip::address_v6::address_v6">
<link rel="prev" href="overload1.html" title="ip::address_v6::address_v6 (1 of 3 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html
index b0cd74314d..a121f03fc0 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::address_v6 (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address_v6.html" title="ip::address_v6::address_v6">
<link rel="prev" href="overload2.html" title="ip::address_v6::address_v6 (2 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/any.html b/doc/html/boost_asio/reference/ip__address_v6/any.html
index 44a00f3215..60c78696e0 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/any.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/any.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::any</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="address_v6/overload3.html" title="ip::address_v6::address_v6 (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.any"></a><a class="link" href="any.html" title="ip::address_v6::any">ip::address_v6::any</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1376516"></a>
+ <a class="indexterm" name="idp174005792"></a>
Obtain an address object that represents any address.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">address_v6</span> <span class="identifier">any</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Obtain an address object that represents any address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html b/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html
index 4d9767ddb6..078eb6ce63 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::bytes_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="any.html" title="ip::address_v6::any">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.bytes_type"></a><a class="link" href="bytes_type.html" title="ip::address_v6::bytes_type">ip::address_v6::bytes_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1376572"></a>
+ <a class="indexterm" name="idp174011424"></a>
The type used to represent an address as an array
of bytes.
</p>
@@ -35,7 +35,7 @@ The type used to represent an address as an array
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.bytes_type.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.bytes_type.remarks"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v6.bytes_type.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.bytes_type.remarks"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v6.bytes_type.remarks">Remarks</a>
</h6>
<p>
This type is defined in terms of the C++0x template <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span></code>
@@ -43,18 +43,18 @@ The type used to represent an address as an array
</p>
<h6>
<a name="boost_asio.reference.ip__address_v6.bytes_type.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v6.bytes_type.requirements"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v6.bytes_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.bytes_type.requirements"></a></span><a class="link" href="bytes_type.html#boost_asio.reference.ip__address_v6.bytes_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/from_string.html b/doc/html/boost_asio/reference/ip__address_v6/from_string.html
index c96cc45f27..523273bbfe 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/from_string.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/from_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::from_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="bytes_type.html" title="ip::address_v6::bytes_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.from_string"></a><a class="link" href="from_string.html" title="ip::address_v6::from_string">ip::address_v6::from_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1376782"></a>
+ <a class="indexterm" name="idp174031712"></a>
Create an address from an IP address string.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">address_v6</span> <a class="link" href="from_string/overload1.html" title="ip::address_v6::from_string (1 of 4 overloads)">from_string</a><span class="special">(</span>
@@ -51,7 +51,7 @@ Create an address from an IP address string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html
index c5bdde7fe4..058759b057 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::from_string (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v6::from_string">
<link rel="prev" href="../from_string.html" title="ip::address_v6::from_string">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html
index dbb2be4c4d..71a92e8f22 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::from_string (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v6::from_string">
<link rel="prev" href="overload1.html" title="ip::address_v6::from_string (1 of 4 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html
index 9d49ba1910..4006d1b797 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::from_string (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v6::from_string">
<link rel="prev" href="overload2.html" title="ip::address_v6::from_string (2 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html
index 3f68dd9b37..fdb22ae881 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::from_string (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../from_string.html" title="ip::address_v6::from_string">
<link rel="prev" href="overload3.html" title="ip::address_v6::from_string (3 of 4 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html
index e5c9f73b4e..6cdc72ad73 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_link_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="from_string/overload4.html" title="ip::address_v6::from_string (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_link_local"></a><a class="link" href="is_link_local.html" title="ip::address_v6::is_link_local">ip::address_v6::is_link_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377558"></a>
+ <a class="indexterm" name="idp174114896"></a>
Determine whether the address is link local.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_link_local</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is link local.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html b/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html
index 4e435d84a1..af831a8a35 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_loopback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_link_local.html" title="ip::address_v6::is_link_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_loopback"></a><a class="link" href="is_loopback.html" title="ip::address_v6::is_loopback">ip::address_v6::is_loopback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377620"></a>
+ <a class="indexterm" name="idp174121024"></a>
Determine whether the address is a loopback address.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_loopback</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is a loopback address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html
index 27d888acef..9813df8a85 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_loopback.html" title="ip::address_v6::is_loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast"></a><a class="link" href="is_multicast.html" title="ip::address_v6::is_multicast">ip::address_v6::is_multicast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377681"></a>
+ <a class="indexterm" name="idp174127232"></a>
Determine whether the address is a multicast
address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a multicast
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html
index 0d90eabad3..1fa924975a 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast_global</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast.html" title="ip::address_v6::is_multicast">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast_global"></a><a class="link" href="is_multicast_global.html" title="ip::address_v6::is_multicast_global">ip::address_v6::is_multicast_global</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377743"></a>
+ <a class="indexterm" name="idp174133456"></a>
Determine whether the address is a global
multicast address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a global
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html
index 8da3e533fa..72447cac7b 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast_link_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast_global.html" title="ip::address_v6::is_multicast_global">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast_link_local"></a><a class="link" href="is_multicast_link_local.html" title="ip::address_v6::is_multicast_link_local">ip::address_v6::is_multicast_link_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377806"></a>
+ <a class="indexterm" name="idp174140080"></a>
Determine whether the address is a
link-local multicast address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html
index 5c0dd1b291..2bdb819bc8 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast_node_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast_link_local.html" title="ip::address_v6::is_multicast_link_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast_node_local"></a><a class="link" href="is_multicast_node_local.html" title="ip::address_v6::is_multicast_node_local">ip::address_v6::is_multicast_node_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377869"></a>
+ <a class="indexterm" name="idp174146624"></a>
Determine whether the address is a
node-local multicast address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html
index 6c4bb22166..eca9cf848a 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast_org_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast_node_local.html" title="ip::address_v6::is_multicast_node_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast_org_local"></a><a class="link" href="is_multicast_org_local.html" title="ip::address_v6::is_multicast_org_local">ip::address_v6::is_multicast_org_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377932"></a>
+ <a class="indexterm" name="idp174153168"></a>
Determine whether the address is a
org-local multicast address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html
index e881e9c1ef..c30b3506ef 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_multicast_site_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast_org_local.html" title="ip::address_v6::is_multicast_org_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_multicast_site_local"></a><a class="link" href="is_multicast_site_local.html" title="ip::address_v6::is_multicast_site_local">ip::address_v6::is_multicast_site_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1377995"></a>
+ <a class="indexterm" name="idp174159712"></a>
Determine whether the address is a
site-local multicast address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html b/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html
index 283c2fa327..4b04f73e18 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_site_local</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_multicast_site_local.html" title="ip::address_v6::is_multicast_site_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_site_local"></a><a class="link" href="is_site_local.html" title="ip::address_v6::is_site_local">ip::address_v6::is_site_local</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378058"></a>
+ <a class="indexterm" name="idp174165936"></a>
Determine whether the address is site local.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_site_local</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is site local.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html b/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html
index b6d1064c1d..88ec3cc209 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_unspecified</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_site_local.html" title="ip::address_v6::is_site_local">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_unspecified"></a><a class="link" href="is_unspecified.html" title="ip::address_v6::is_unspecified">ip::address_v6::is_unspecified</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378120"></a>
+ <a class="indexterm" name="idp174172064"></a>
Determine whether the address is unspecified.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_unspecified</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the address is unspecified.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html b/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html
index fcf54afe0c..a986167e88 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_v4_compatible</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_unspecified.html" title="ip::address_v6::is_unspecified">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_v4_compatible"></a><a class="link" href="is_v4_compatible.html" title="ip::address_v6::is_v4_compatible">ip::address_v6::is_v4_compatible</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378181"></a>
+ <a class="indexterm" name="idp174178192"></a>
Determine whether the address is an IPv4-compatible
address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is an IPv4-compatible
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html b/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html
index ac953a390f..ecc9810daf 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::is_v4_mapped</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_v4_compatible.html" title="ip::address_v6::is_v4_compatible">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.is_v4_mapped"></a><a class="link" href="is_v4_mapped.html" title="ip::address_v6::is_v4_mapped">ip::address_v6::is_v4_mapped</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378244"></a>
+ <a class="indexterm" name="idp174184416"></a>
Determine whether the address is a mapped IPv4
address.
</p>
@@ -36,7 +36,7 @@ Determine whether the address is a mapped IPv4
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/loopback.html b/doc/html/boost_asio/reference/ip__address_v6/loopback.html
index f0a10e2ada..2eb666565d 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/loopback.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::loopback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="is_v4_mapped.html" title="ip::address_v6::is_v4_mapped">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.loopback"></a><a class="link" href="loopback.html" title="ip::address_v6::loopback">ip::address_v6::loopback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378306"></a>
+ <a class="indexterm" name="idp174190640"></a>
Obtain an address object that represents the loopback
address.
</p>
@@ -36,7 +36,7 @@ Obtain an address object that represents the loopback
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html
index 25f93b2d3f..0948f10d36 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_lt__eq_.html" title="ip::address_v6::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_eq_"></a><a class="link" href="operator_eq_.html" title="ip::address_v6::operator=">ip::address_v6::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379169"></a>
+ <a class="indexterm" name="idp174277984"></a>
Assign from another address.
</p>
<pre class="programlisting"><span class="identifier">address_v6</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -36,7 +36,7 @@ Assign from another address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html
index 2631f2e21d..900e1c175a 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_eq_.html" title="ip::address_v6::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::address_v6::operator==">ip::address_v6::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379253"></a>
+ <a class="indexterm" name="idp174286608"></a>
Compare two addresses for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two addresses for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html
index 39b19deaf0..8a4c1215c7 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_eq__eq_.html" title="ip::address_v6::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_gt_"></a><a class="link" href="operator_gt_.html" title="ip::address_v6::operator&gt;">ip::address_v6::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379418"></a>
+ <a class="indexterm" name="idp174302928"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address_v6.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__address_v6.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html
index e571afe4c2..ccafb59e14 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_gt_.html" title="ip::address_v6::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="ip::address_v6::operator&gt;=">ip::address_v6::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379584"></a>
+ <a class="indexterm" name="idp174319248"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address_v6.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__address_v6.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html
index d2f9700e1d..99301e570b 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_not__eq_.html" title="ip::address_v6::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_lt_"></a><a class="link" href="operator_lt_.html" title="ip::address_v6::operator&lt;">ip::address_v6::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378528"></a>
+ <a class="indexterm" name="idp174212928"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address_v6.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__address_v6.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html
index 9288e848e2..57f1c9e8de 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_lt__lt_.html" title="ip::address_v6::operator&lt;&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="ip::address_v6::operator&lt;=">ip::address_v6::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379004"></a>
+ <a class="indexterm" name="idp174261568"></a>
Compare addresses for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare addresses for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address_v6.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__address_v6.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html
index c1891ac069..d6b8334377 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator&lt;&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_lt_.html" title="ip::address_v6::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_lt__lt_"></a><a class="link" href="operator_lt__lt_.html" title="ip::address_v6::operator&lt;&lt;">ip::address_v6::operator&lt;&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378692"></a>
+ <a class="indexterm" name="idp174229248"></a>
Output an address as a string.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,11 +42,11 @@ Output an address as a string.
</p>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v6.operator_lt__lt_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v6.operator_lt__lt_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">os</span></dt>
<dd><p>
The output stream to which the string will be written.
@@ -59,7 +59,7 @@ Output an address as a string.
</div>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.h1"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v6.operator_lt__lt_.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__address_v6.operator_lt__lt_.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@ Output an address as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html
index a1aa0e8ed2..e2aa59a1f0 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="loopback.html" title="ip::address_v6::loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::address_v6::operator!=">ip::address_v6::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1378363"></a>
+ <a class="indexterm" name="idp174196368"></a>
Compare two addresses for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two addresses for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__address_v6.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__address_v6.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address_v6.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__address_v6.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__address_v6.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/scope_id.html b/doc/html/boost_asio/reference/ip__address_v6/scope_id.html
index f65e65145b..5295a9a74d 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/scope_id.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/scope_id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::scope_id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="operator_gt__eq_.html" title="ip::address_v6::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.scope_id"></a><a class="link" href="scope_id.html" title="ip::address_v6::scope_id">ip::address_v6::scope_id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1379749"></a>
+ <a class="indexterm" name="idp174335568"></a>
The scope ID of the address.
</p>
<pre class="programlisting"><span class="keyword">unsigned</span> <span class="keyword">long</span> <a class="link" href="scope_id/overload1.html" title="ip::address_v6::scope_id (1 of 2 overloads)">scope_id</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ The scope ID of the address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html b/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html
index be8f88b834..f6f5550711 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::scope_id (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../scope_id.html" title="ip::address_v6::scope_id">
<link rel="prev" href="../scope_id.html" title="ip::address_v6::scope_id">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html b/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html
index 8c7404a2ae..b68d51326a 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::scope_id (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../scope_id.html" title="ip::address_v6::scope_id">
<link rel="prev" href="overload1.html" title="ip::address_v6::scope_id (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html b/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html
index 7a56099c00..2df2a2302e 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::to_bytes</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="scope_id/overload2.html" title="ip::address_v6::scope_id (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.to_bytes"></a><a class="link" href="to_bytes.html" title="ip::address_v6::to_bytes">ip::address_v6::to_bytes</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1380013"></a>
+ <a class="indexterm" name="idp174361168"></a>
Get the address in bytes, in network byte order.
</p>
<pre class="programlisting"><span class="identifier">bytes_type</span> <span class="identifier">to_bytes</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the address in bytes, in network byte order.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/to_string.html b/doc/html/boost_asio/reference/ip__address_v6/to_string.html
index bf503fa538..2cc6d5cc7c 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/to_string.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/to_string.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::to_string</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="to_bytes.html" title="ip::address_v6::to_bytes">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.to_string"></a><a class="link" href="to_string.html" title="ip::address_v6::to_string">ip::address_v6::to_string</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1380074"></a>
+ <a class="indexterm" name="idp174367392"></a>
Get the address as a string.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="to_string/overload1.html" title="ip::address_v6::to_string (1 of 2 overloads)">to_string</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -40,7 +40,7 @@ Get the address as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html b/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html
index fea5f07309..0d0bb0450b 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::to_string (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address_v6::to_string">
<link rel="prev" href="../to_string.html" title="ip::address_v6::to_string">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html b/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html
index 5bf2f57339..00c549481d 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::to_string (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../to_string.html" title="ip::address_v6::to_string">
<link rel="prev" href="overload1.html" title="ip::address_v6::to_string (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/to_v4.html b/doc/html/boost_asio/reference/ip__address_v6/to_v4.html
index 58f5cc19b3..c4c1ba58e1 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/to_v4.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/to_v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::to_v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="to_string/overload2.html" title="ip::address_v6::to_string (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.to_v4"></a><a class="link" href="to_v4.html" title="ip::address_v6::to_v4">ip::address_v6::to_v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1380677"></a>
+ <a class="indexterm" name="idp174401056"></a>
Converts an IPv4-mapped or IPv4-compatible address to
an IPv4 address.
</p>
@@ -36,7 +36,7 @@ Converts an IPv4-mapped or IPv4-compatible address to
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html b/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html
index 9d99570283..db2df8ef26 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::v4_compatible</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="to_v4.html" title="ip::address_v6::to_v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.v4_compatible"></a><a class="link" href="v4_compatible.html" title="ip::address_v6::v4_compatible">ip::address_v6::v4_compatible</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1380738"></a>
+ <a class="indexterm" name="idp174407296"></a>
Create an IPv4-compatible IPv6 address.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">address_v6</span> <span class="identifier">v4_compatible</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Create an IPv4-compatible IPv6 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html b/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html
index 3d2a0f4a26..cee1608bf6 100644
--- a/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html
+++ b/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::v4_mapped</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__address_v6.html" title="ip::address_v6">
<link rel="prev" href="v4_compatible.html" title="ip::address_v6::v4_compatible">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__address_v6.v4_mapped"></a><a class="link" href="v4_mapped.html" title="ip::address_v6::v4_mapped">ip::address_v6::v4_mapped</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1380823"></a>
+ <a class="indexterm" name="idp174415920"></a>
Create an IPv4-mapped IPv6 address.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">address_v6</span> <span class="identifier">v4_mapped</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Create an IPv4-mapped IPv6 address.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint.html b/doc/html/boost_asio/reference/ip__basic_endpoint.html
index afb46a32db..39fd73d78f 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__address_v6/v4_mapped.html" title="ip::address_v6::v4_mapped">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.types"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.types"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.member_functions"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.member_functions"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -239,7 +239,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.friends"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.friends"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -335,7 +335,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.related_functions"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.related_functions"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -375,30 +375,28 @@
</p>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.thread_safety"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.thread_safety"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.thread_safety">Thread Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__basic_endpoint.h5"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.requirements"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.requirements"></a></span><a class="link" href="ip__basic_endpoint.html#boost_asio.reference.ip__basic_endpoint.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/address.html b/doc/html/boost_asio/reference/ip__basic_endpoint/address.html
index 989aa4420d..7b72482faa 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/address.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.address"></a><a class="link" href="address.html" title="ip::basic_endpoint::address">ip::basic_endpoint::address</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1381925"></a>
+ <a class="indexterm" name="idp174524016"></a>
Get the IP address associated with the endpoint.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address</span> <a class="link" href="address/overload1.html" title="ip::basic_endpoint::address (1 of 2 overloads)">address</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -43,7 +43,7 @@ Get the IP address associated with the endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html b/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html
index cb6a1ac8ff..3e601cd83a 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::address (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::basic_endpoint::address">
<link rel="prev" href="../address.html" title="ip::basic_endpoint::address">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html b/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html
index 77712df6ec..6ea1307d03 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::address (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../address.html" title="ip::basic_endpoint::address">
<link rel="prev" href="overload1.html" title="ip::basic_endpoint::address (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html
index 9f9de6311b..68bdeffe22 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::basic_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="address/overload2.html" title="ip::basic_endpoint::address (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.basic_endpoint"></a><a class="link" href="basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">ip::basic_endpoint::basic_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1382297"></a>
+ <a class="indexterm" name="idp174563328"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="basic_endpoint/overload1.html" title="ip::basic_endpoint::basic_endpoint (1 of 4 overloads)">basic_endpoint</a><span class="special">();</span>
@@ -63,7 +63,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html
index 0b0fb2fb04..1be79a856b 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::basic_endpoint (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">
<link rel="prev" href="../basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html
index a6af62294f..b6ce711ace 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::basic_endpoint (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload1.html" title="ip::basic_endpoint::basic_endpoint (1 of 4 overloads)">
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.basic_endpoint.overload2.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.basic_endpoint.overload2.examples"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_endpoint.basic_endpoint.overload2.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.basic_endpoint.overload2.examples"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_endpoint.basic_endpoint.overload2.examples">Examples</a>
</h6>
<p>
To initialise an IPv4 TCP endpoint for port 1234, use:
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html
index 12bc6a46a3..7c0e7c7a28 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::basic_endpoint (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload2.html" title="ip::basic_endpoint::basic_endpoint (2 of 4 overloads)">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html
index 5d3da59c55..93b307c81c 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="ip::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload3.html" title="ip::basic_endpoint::basic_endpoint (3 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html b/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html
index d3ddae16db..112c4c1313 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::capacity</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="basic_endpoint/overload4.html" title="ip::basic_endpoint::basic_endpoint (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.capacity"></a><a class="link" href="capacity.html" title="ip::basic_endpoint::capacity">ip::basic_endpoint::capacity</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1383184"></a>
+ <a class="indexterm" name="idp174655984"></a>
Get the capacity of the endpoint in the native
type.
</p>
@@ -36,7 +36,7 @@ Get the capacity of the endpoint in the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/data.html b/doc/html/boost_asio/reference/ip__basic_endpoint/data.html
index 4ef2858a4f..2eda4931e3 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/data.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/data.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::data</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="capacity.html" title="ip::basic_endpoint::capacity">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.data"></a><a class="link" href="data.html" title="ip::basic_endpoint::data">ip::basic_endpoint::data</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1383254"></a>
+ <a class="indexterm" name="idp174663200"></a>
Get the underlying endpoint in the native type.
</p>
<pre class="programlisting"><span class="identifier">data_type</span> <span class="special">*</span> <a class="link" href="data/overload1.html" title="ip::basic_endpoint::data (1 of 2 overloads)">data</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the underlying endpoint in the native type.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html b/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html
index d19c7a4b91..8cb146eeb1 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::data (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../data.html" title="ip::basic_endpoint::data">
<link rel="prev" href="../data.html" title="ip::basic_endpoint::data">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html b/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html
index d946379281..c898de2ce8 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::data (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../data.html" title="ip::basic_endpoint::data">
<link rel="prev" href="overload1.html" title="ip::basic_endpoint::data (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html b/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html
index 494865210e..7a7c2765ac 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::data_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="data/overload2.html" title="ip::basic_endpoint::data (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.data_type"></a><a class="link" href="data_type.html" title="ip::basic_endpoint::data_type">ip::basic_endpoint::data_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1383490"></a>
+ <a class="indexterm" name="idp174685936"></a>
The type of the endpoint structure. This type
is dependent on the underlying implementation of the socket layer.
</p>
@@ -35,18 +35,18 @@ The type of the endpoint structure. This type
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.data_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.ip__basic_endpoint.data_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.ip__basic_endpoint.data_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html
index 7c52ac168c..b00a2ecebc 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_lt__eq_.html" title="ip::basic_endpoint::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_eq_"></a><a class="link" href="operator_eq_.html" title="ip::basic_endpoint::operator=">ip::basic_endpoint::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384483"></a>
+ <a class="indexterm" name="idp174787312"></a>
Assign from another endpoint.
</p>
<pre class="programlisting"><span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -36,7 +36,7 @@ Assign from another endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html
index f3a97e0595..40c725ace6 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_eq_.html" title="ip::basic_endpoint::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::basic_endpoint::operator==">ip::basic_endpoint::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384567"></a>
+ <a class="indexterm" name="idp174796256"></a>
Compare two endpoints for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two endpoints for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html
index a5448618fd..aa0a654632 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_eq__eq_.html" title="ip::basic_endpoint::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_gt_"></a><a class="link" href="operator_gt_.html" title="ip::basic_endpoint::operator&gt;">ip::basic_endpoint::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384765"></a>
+ <a class="indexterm" name="idp174816224"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__basic_endpoint.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.ip__basic_endpoint.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html
index 6cd40fafa5..4808479f49 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_gt_.html" title="ip::basic_endpoint::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="ip::basic_endpoint::operator&gt;=">ip::basic_endpoint::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384963"></a>
+ <a class="indexterm" name="idp174836432"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html
index 7936853040..5eedef798f 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_not__eq_.html" title="ip::basic_endpoint::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt_"></a><a class="link" href="operator_lt_.html" title="ip::basic_endpoint::operator&lt;">ip::basic_endpoint::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1383802"></a>
+ <a class="indexterm" name="idp174716784"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html
index 10b5d13a3b..389c28a7eb 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_lt__lt_.html" title="ip::basic_endpoint::operator&lt;&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="ip::basic_endpoint::operator&lt;=">ip::basic_endpoint::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384285"></a>
+ <a class="indexterm" name="idp174767168"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html
index 20966e5b0a..f26011d38b 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator&lt;&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_lt_.html" title="ip::basic_endpoint::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_"></a><a class="link" href="operator_lt__lt_.html" title="ip::basic_endpoint::operator&lt;&lt;">ip::basic_endpoint::operator&lt;&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1384000"></a>
+ <a class="indexterm" name="idp174736992"></a>
Output an endpoint as a string.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">Elem</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">&lt;&lt;(</span>
@@ -39,11 +39,11 @@ Output an endpoint as a string.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">os</span></dt>
<dd><p>
The output stream to which the string will be written.
@@ -56,7 +56,7 @@ Output an endpoint as a string.
</div>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.ip__basic_endpoint.operator_lt__lt_.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@ Output an endpoint as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html
index 0338e5c3e3..6fa233e698 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="data_type.html" title="ip::basic_endpoint::data_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::basic_endpoint::operator!=">ip::basic_endpoint::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1383603"></a>
+ <a class="indexterm" name="idp174696816"></a>
Compare two endpoints for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two endpoints for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/port.html b/doc/html/boost_asio/reference/ip__basic_endpoint/port.html
index fc5a8167ea..a85abf14c0 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/port.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/port.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::port</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="operator_gt__eq_.html" title="ip::basic_endpoint::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.port"></a><a class="link" href="port.html" title="ip::basic_endpoint::port">ip::basic_endpoint::port</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1385159"></a>
+ <a class="indexterm" name="idp174856480"></a>
Get the port associated with the endpoint. The port
number is always in the host's byte order.
</p>
@@ -45,7 +45,7 @@ Get the port associated with the endpoint. The port
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html b/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html
index ef098dc136..301a15e98e 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::port (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../port.html" title="ip::basic_endpoint::port">
<link rel="prev" href="../port.html" title="ip::basic_endpoint::port">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html b/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html
index 3040640a75..92d3b1725b 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::port (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../port.html" title="ip::basic_endpoint::port">
<link rel="prev" href="overload1.html" title="ip::basic_endpoint::port (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html b/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html
index bac482414c..36e8f556c2 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="port/overload2.html" title="ip::basic_endpoint::port (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.protocol"></a><a class="link" href="protocol.html" title="ip::basic_endpoint::protocol">ip::basic_endpoint::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1385431"></a>
+ <a class="indexterm" name="idp174882656"></a>
The protocol associated with the endpoint.
</p>
<pre class="programlisting"><span class="identifier">protocol_type</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The protocol associated with the endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html b/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html
index 7c0208b733..3410414e42 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="protocol.html" title="ip::basic_endpoint::protocol">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__basic_endpoint.protocol_type"></a><a class="link" href="protocol_type.html" title="ip::basic_endpoint::protocol_type">ip::basic_endpoint::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1385493"></a>
+ <a class="indexterm" name="idp174888784"></a>
The protocol type associated with the endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_endpoint.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_endpoint.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_endpoint.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_endpoint.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_endpoint.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html b/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html
index 3aa2500681..5a85a4a910 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::resize</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="protocol_type.html" title="ip::basic_endpoint::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.resize"></a><a class="link" href="resize.html" title="ip::basic_endpoint::resize">ip::basic_endpoint::resize</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1385606"></a>
+ <a class="indexterm" name="idp174899360"></a>
Set the underlying size of the endpoint in the
native type.
</p>
@@ -37,7 +37,7 @@ Set the underlying size of the endpoint in the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_endpoint/size.html b/doc/html/boost_asio/reference/ip__basic_endpoint/size.html
index dc0720e827..b64f2d4bae 100644
--- a/doc/html/boost_asio/reference/ip__basic_endpoint/size.html
+++ b/doc/html/boost_asio/reference/ip__basic_endpoint/size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_endpoint::size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_endpoint.html" title="ip::basic_endpoint">
<link rel="prev" href="resize.html" title="ip::basic_endpoint::resize">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_endpoint.size"></a><a class="link" href="size.html" title="ip::basic_endpoint::size">ip::basic_endpoint::size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1385682"></a>
+ <a class="indexterm" name="idp174907200"></a>
Get the underlying size of the endpoint in the native
type.
</p>
@@ -36,7 +36,7 @@ Get the underlying size of the endpoint in the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver.html b/doc/html/boost_asio/reference/ip__basic_resolver.html
index d941394594..7cffae3778 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__basic_endpoint/size.html" title="ip::basic_endpoint::size">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.types"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.types"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -133,7 +133,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.member_functions"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.member_functions"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -226,7 +226,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.protected_member_functions"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.protected_member_functions"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -275,7 +275,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.protected_data_members"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.protected_data_members"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -330,30 +330,28 @@
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.thread_safety"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.thread_safety"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.thread_safety">Thread Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver.h5"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.requirements"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.requirements"></a></span><a class="link" href="ip__basic_resolver.html#boost_asio.reference.ip__basic_resolver.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html
index a21fa1c034..9df02c5851 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::async_resolve</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="../ip__basic_resolver.html" title="ip::basic_resolver">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.ip__basic_resolver.async_resolve"></a><a class="link" href="async_resolve.html" title="ip::basic_resolver::async_resolve">ip::basic_resolver::async_resolve</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1386730"></a>
+ <a class="indexterm" name="idp175010224"></a>
Asynchronously perform forward resolution
of a query to a list of entries.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_resolve/overload1.html" title="ip::basic_resolver::async_resolve (1 of 2 overloads)">async_resolve</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_resolve/overload1.html" title="ip::basic_resolver::async_resolve (1 of 2 overloads)">async_resolve</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">query</span> <span class="special">&amp;</span> <span class="identifier">q</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_resolve/overload1.html" title="ip::basic_resolver::async_resolve (1 of 2 overloads)">more...</a></em></span>
@@ -43,7 +43,7 @@ Asynchronously perform forward resolution
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_resolve/overload2.html" title="ip::basic_resolver::async_resolve (2 of 2 overloads)">async_resolve</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_resolve/overload2.html" title="ip::basic_resolver::async_resolve (2 of 2 overloads)">async_resolve</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">e</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="async_resolve/overload2.html" title="ip::basic_resolver::async_resolve (2 of 2 overloads)">more...</a></em></span>
@@ -51,7 +51,7 @@ Asynchronously perform forward resolution
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html
index 8fab1c9eca..3db2d7ee09 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::async_resolve (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_resolve.html" title="ip::basic_resolver::async_resolve">
<link rel="prev" href="../async_resolve.html" title="ip::basic_resolver::async_resolve">
@@ -32,7 +32,7 @@
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_resolve</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_resolve</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">query</span> <span class="special">&amp;</span> <span class="identifier">q</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">q</span></dt>
<dd><p>
A query object that determines what endpoints will be returned.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload1.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -88,7 +88,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html
index 038345dca5..b8db62f0d6 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::async_resolve (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_resolve.html" title="ip::basic_resolver::async_resolve">
<link rel="prev" href="overload1.html" title="ip::basic_resolver::async_resolve (1 of 2 overloads)">
@@ -33,7 +33,7 @@
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_resolve</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_resolve</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">e</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">e</span></dt>
<dd><p>
An endpoint object that determines what endpoints will be returned.
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.async_resolve.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.async_resolve.overload2.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -89,7 +89,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html b/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html
index 3f26fba1d6..6cd0b208cb 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::basic_resolver</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="async_resolve/overload2.html" title="ip::basic_resolver::async_resolve (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver.basic_resolver"></a><a class="link" href="basic_resolver.html" title="ip::basic_resolver::basic_resolver">ip::basic_resolver::basic_resolver</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1387741"></a>
+ <a class="indexterm" name="idp175116176"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">basic_resolver</span><span class="special">(</span>
@@ -38,11 +38,11 @@ Constructor.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.basic_resolver.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.basic_resolver.parameters"></a></span><a class="link" href="basic_resolver.html#boost_asio.reference.ip__basic_resolver.basic_resolver.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.basic_resolver.parameters"></a></span><a class="link" href="basic_resolver.html#boost_asio.reference.ip__basic_resolver.basic_resolver.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that the
@@ -54,7 +54,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html b/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html
index 2dc1b689cc..38af36984e 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="basic_resolver.html" title="ip::basic_resolver::basic_resolver">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver.cancel"></a><a class="link" href="cancel.html" title="ip::basic_resolver::cancel">ip::basic_resolver::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1387917"></a>
+ <a class="indexterm" name="idp175133792"></a>
Cancel any asynchronous operations that are waiting
on the resolver.
</p>
@@ -42,7 +42,7 @@ Cancel any asynchronous operations that are waiting
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html b/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html
index 457c565a9d..47156495af 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="cancel.html" title="ip::basic_resolver::cancel">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__basic_resolver.endpoint_type"></a><a class="link" href="endpoint_type.html" title="ip::basic_resolver::endpoint_type">ip::basic_resolver::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1388014"></a>
+ <a class="indexterm" name="idp175143472"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__basic_resolver.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__basic_resolver.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html
index 9ce1f53796..d574b2ed84 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="endpoint_type.html" title="ip::basic_resolver::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver.get_implementation"></a><a class="link" href="get_implementation.html" title="ip::basic_resolver::get_implementation">ip::basic_resolver::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1388135"></a>
+ <a class="indexterm" name="idp175155280"></a>
Get the underlying implementation of
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html
index 187cd07538..06b3b49fff 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="ip::basic_resolver::get_implementation">
<link rel="prev" href="../get_implementation.html" title="ip::basic_resolver::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html
index 0c2a328e9b..c505cc2304 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="ip::basic_resolver::get_implementation">
<link rel="prev" href="overload1.html" title="ip::basic_resolver::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html
index 78df562489..b283545a77 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="get_implementation/overload2.html" title="ip::basic_resolver::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1388402"></a>
+ <a class="indexterm" name="idp175181728"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.ip__basic_resolver.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.ip__basic_resolver.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html
index 0973186a15..95d917279a 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="get_io_service.html" title="ip::basic_resolver::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver.get_service"></a><a class="link" href="get_service.html" title="ip::basic_resolver::get_service">ip::basic_resolver::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1388562"></a>
+ <a class="indexterm" name="idp175196976"></a>
Get the service associated with the I/O object.
</p>
<pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <a class="link" href="get_service/overload1.html" title="ip::basic_resolver::get_service (1 of 2 overloads)">get_service</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the service associated with the I/O object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html
index 1c12f032d0..d3875f40fd 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="ip::basic_resolver::get_service">
<link rel="prev" href="../get_service.html" title="ip::basic_resolver::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html
index 20f77e7eb8..8911190773 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="ip::basic_resolver::get_service">
<link rel="prev" href="overload1.html" title="ip::basic_resolver::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html b/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html
index 7db85f9112..49f776979a 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="get_service/overload2.html" title="ip::basic_resolver::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1388822"></a>
+ <a class="indexterm" name="idp175226912"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html b/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html
index 88f25b59c4..be9314e9e2 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="implementation.html" title="ip::basic_resolver::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1388897"></a>
+ <a class="indexterm" name="idp175235568"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.ip__basic_resolver.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.ip__basic_resolver.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html b/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html
index 431f8d7009..aa7011d7ce 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="implementation_type.html" title="ip::basic_resolver::implementation_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__basic_resolver.iterator"></a><a class="link" href="iterator.html" title="ip::basic_resolver::iterator">ip::basic_resolver::iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1389020"></a>
+ <a class="indexterm" name="idp175249008"></a>
The iterator type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver_iterator</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="identifier">iterator</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.iterator.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.iterator.types"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.iterator.types"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -118,7 +118,7 @@ The iterator type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.iterator.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.iterator.member_functions"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.iterator.member_functions"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -164,6 +164,10 @@ The iterator type.
<p>
Create an iterator from an endpoint, host name and service name.
</p>
+ <p>
+ Create an iterator from a sequence of endpoints, host and service
+ name.
+ </p>
</td>
</tr>
<tr>
@@ -209,7 +213,7 @@ The iterator type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.iterator.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.iterator.friends"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.iterator.friends"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -267,31 +271,29 @@ The iterator type.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.iterator.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.iterator.thread_safety"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.iterator.thread_safety"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.iterator.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.iterator.requirements"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.iterator.requirements"></a></span><a class="link" href="iterator.html#boost_asio.reference.ip__basic_resolver.iterator.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html b/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html
index a9463a5531..80e5268dd3 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="iterator.html" title="ip::basic_resolver::iterator">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__basic_resolver.protocol_type"></a><a class="link" href="protocol_type.html" title="ip::basic_resolver::protocol_type">ip::basic_resolver::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1389830"></a>
+ <a class="indexterm" name="idp175340064"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/query.html b/doc/html/boost_asio/reference/ip__basic_resolver/query.html
index ecfa7880e4..2ed93a28c6 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/query.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/query.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::query</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="protocol_type.html" title="ip::basic_resolver::protocol_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__basic_resolver.query"></a><a class="link" href="query.html" title="ip::basic_resolver::query">ip::basic_resolver::query</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1389942"></a>
+ <a class="indexterm" name="idp175352320"></a>
The query type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver_query</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="identifier">query</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.query.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.query.types"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.query.types"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@ The query type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.query.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.query.member_functions"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.query.member_functions"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -165,7 +165,7 @@ The query type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.query.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.query.data_members"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.query.data_members"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -284,31 +284,29 @@ The query type.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.query.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.query.thread_safety"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.query.thread_safety"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.query.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.query.requirements"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.query.requirements"></a></span><a class="link" href="query.html#boost_asio.reference.ip__basic_resolver.query.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html b/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html
index 3282288e52..2c4a3a4dd2 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::resolve</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="query.html" title="ip::basic_resolver::query">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver.resolve"></a><a class="link" href="resolve.html" title="ip::basic_resolver::resolve">ip::basic_resolver::resolve</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1390757"></a>
+ <a class="indexterm" name="idp175443024"></a>
Perform forward resolution of a query to a list
of entries.
</p>
@@ -55,7 +55,7 @@ Perform forward resolution of a query to a list
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html
index e82a676a11..614912d082 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::resolve (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::basic_resolver::resolve">
<link rel="prev" href="../resolve.html" title="ip::basic_resolver::resolve">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">q</span></dt>
<dd><p>
A query object that determines what endpoints will be returned.
@@ -51,7 +51,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -60,11 +60,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -73,7 +73,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver.resolve.overload1.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html
index fb370135a8..a53dc9d1ce 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::resolve (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::basic_resolver::resolve">
<link rel="prev" href="overload1.html" title="ip::basic_resolver::resolve (1 of 4 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">q</span></dt>
<dd><p>
A query object that determines what endpoints will be returned.
@@ -56,7 +56,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver.resolve.overload2.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html
index 96c5e6d027..591de95499 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::resolve (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::basic_resolver::resolve">
<link rel="prev" href="overload2.html" title="ip::basic_resolver::resolve (2 of 4 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">e</span></dt>
<dd><p>
An endpoint object that determines what endpoints will be returned.
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver.resolve.overload3.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html
index 443efd358a..3de2de44c9 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::resolve (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::basic_resolver::resolve">
<link rel="prev" href="overload3.html" title="ip::basic_resolver::resolve (3 of 4 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">e</span></dt>
<dd><p>
An endpoint object that determines what endpoints will be returned.
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.return_value">Return
Value</a>
</h6>
<p>
@@ -66,7 +66,7 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.resolve.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver.resolve.overload4.remarks">Remarks</a>
</h6>
<p>
A default constructed iterator represents the end of the list.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/service.html b/doc/html/boost_asio/reference/ip__basic_resolver/service.html
index 4f1866e0ba..e37fea3114 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/service.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="resolve/overload4.html" title="ip::basic_resolver::resolve (4 of 4 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1392084"></a>
+ <a class="indexterm" name="idp175592928"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.service.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.ip__basic_resolver.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.ip__basic_resolver.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html b/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html
index 73eaf3d9ff..1b76af3e9b 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver.html" title="ip::basic_resolver">
<link rel="prev" href="service.html" title="ip::basic_resolver::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1392193"></a>
+ <a class="indexterm" name="idp175605328"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver.service_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.ip__basic_resolver.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.ip__basic_resolver.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry.html
index c7d24a6e63..6f797570d0 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__basic_resolver/service_type.html" title="ip::basic_resolver::service_type">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_entry.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.types"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.types"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_entry.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.member_functions"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.member_functions"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -175,31 +175,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_entry.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.thread_safety"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.thread_safety"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_entry.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.requirements"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.requirements"></a></span><a class="link" href="ip__basic_resolver_entry.html#boost_asio.reference.ip__basic_resolver_entry.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html
index a3e7d79f83..ec784f2684 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::basic_resolver_entry</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.basic_resolver_entry"></a><a class="link" href="basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">ip::basic_resolver_entry::basic_resolver_entry</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1392854"></a>
+ <a class="indexterm" name="idp175678096"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="basic_resolver_entry/overload1.html" title="ip::basic_resolver_entry::basic_resolver_entry (1 of 2 overloads)">basic_resolver_entry</a><span class="special">();</span>
@@ -45,7 +45,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html
index 1dee20783d..a920844f9b 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::basic_resolver_entry (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">
<link rel="prev" href="../basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html
index f835934656..98aedab136 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::basic_resolver_entry (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">
<link rel="prev" href="overload1.html" title="ip::basic_resolver_entry::basic_resolver_entry (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html
index 494a3851d4..85236f9017 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="basic_resolver_entry/overload2.html" title="ip::basic_resolver_entry::basic_resolver_entry (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.endpoint"></a><a class="link" href="endpoint.html" title="ip::basic_resolver_entry::endpoint">ip::basic_resolver_entry::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393224"></a>
+ <a class="indexterm" name="idp175721760"></a>
Get the endpoint associated with the entry.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">endpoint</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the endpoint associated with the entry.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html
index 9c411a177d..613e1f9e57 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="endpoint.html" title="ip::basic_resolver_entry::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.endpoint_type"></a><a class="link" href="endpoint_type.html" title="ip::basic_resolver_entry::endpoint_type">ip::basic_resolver_entry::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393286"></a>
+ <a class="indexterm" name="idp175729008"></a>
The endpoint type associated with
the endpoint entry.
</p>
@@ -35,18 +35,18 @@ The endpoint type associated with
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_entry.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__basic_resolver_entry.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__basic_resolver_entry.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html
index 9cb1dee84a..96c04f8946 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::host_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="endpoint_type.html" title="ip::basic_resolver_entry::endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.host_name"></a><a class="link" href="host_name.html" title="ip::basic_resolver_entry::host_name">ip::basic_resolver_entry::host_name</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393408"></a>
+ <a class="indexterm" name="idp175742608"></a>
Get the host name associated with the
entry.
</p>
@@ -36,7 +36,7 @@ Get the host name associated with the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html
index 098ec9ced9..831ad494d5 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::operator endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="host_name.html" title="ip::basic_resolver_entry::host_name">
@@ -28,7 +28,7 @@
endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393482"></a>
+ <a class="indexterm" name="idp175750816"></a>
Convert to the endpoint associated
with the entry.
</p>
@@ -37,7 +37,7 @@ Convert to the endpoint associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html
index 26b43b49b3..cf6213b8f4 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="operator_endpoint_type.html" title="ip::basic_resolver_entry::operator endpoint_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.protocol_type"></a><a class="link" href="protocol_type.html" title="ip::basic_resolver_entry::protocol_type">ip::basic_resolver_entry::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393544"></a>
+ <a class="indexterm" name="idp175758160"></a>
The protocol type associated with
the endpoint entry.
</p>
@@ -35,18 +35,18 @@ The protocol type associated with
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_entry.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_entry.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver_entry.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_entry.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver_entry.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_entry.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html b/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html
index 1220ec00ed..9d3d5fe084 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::service_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_entry.html" title="ip::basic_resolver_entry">
<link rel="prev" href="protocol_type.html" title="ip::basic_resolver_entry::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_entry.service_name"></a><a class="link" href="service_name.html" title="ip::basic_resolver_entry::service_name">ip::basic_resolver_entry::service_name</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1393657"></a>
+ <a class="indexterm" name="idp175770608"></a>
Get the service name associated with
the entry.
</p>
@@ -36,7 +36,7 @@ Get the service name associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html
index 94d6cb409e..1704894da1 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__basic_resolver_entry/service_name.html" title="ip::basic_resolver_entry::service_name">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_iterator.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.types"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.types"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -119,7 +119,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_iterator.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.member_functions"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.member_functions"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -165,6 +165,10 @@
<p>
Create an iterator from an endpoint, host name and service name.
</p>
+ <p>
+ Create an iterator from a sequence of endpoints, host and service
+ name.
+ </p>
</td>
</tr>
<tr>
@@ -210,7 +214,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_iterator.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.friends"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.friends"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -268,31 +272,29 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_iterator.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.thread_safety"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.thread_safety"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_iterator.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.requirements"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.requirements"></a></span><a class="link" href="ip__basic_resolver_iterator.html#boost_asio.reference.ip__basic_resolver_iterator.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html
index 53c9381484..4c69951e70 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::basic_resolver_iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.basic_resolver_iterator"></a><a class="link" href="basic_resolver_iterator.html" title="ip::basic_resolver_iterator::basic_resolver_iterator">ip::basic_resolver_iterator::basic_resolver_iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1394517"></a>
+ <a class="indexterm" name="idp175867200"></a>
Default constructor creates
an end iterator.
</p>
@@ -36,7 +36,7 @@ Default constructor creates
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html
index ff1f41de8b..3536eb1384 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::create</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="basic_resolver_iterator.html" title="ip::basic_resolver_iterator::basic_resolver_iterator">
-<link rel="next" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 2 overloads)">
+<link rel="next" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 3 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,29 +27,41 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.create"></a><a class="link" href="create.html" title="ip::basic_resolver_iterator::create">ip::basic_resolver_iterator::create</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1394564"></a>
+ <a class="indexterm" name="idp175872480"></a>
Create an iterator from an addrinfo list
returned by getaddrinfo.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <a class="link" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 2 overloads)">create</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <a class="link" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 3 overloads)">create</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">detail</span><span class="special">::</span><span class="identifier">addrinfo_type</span> <span class="special">*</span> <span class="identifier">address_info</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">host_name</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">service_name</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 2 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="create/overload1.html" title="ip::basic_resolver_iterator::create (1 of 3 overloads)">more...</a></em></span>
</pre>
<p>
Create an iterator from an endpoint, host name and service name.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <a class="link" href="create/overload2.html" title="ip::basic_resolver_iterator::create (2 of 2 overloads)">create</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <a class="link" href="create/overload2.html" title="ip::basic_resolver_iterator::create (2 of 3 overloads)">create</a><span class="special">(</span>
<span class="keyword">const</span> <span class="keyword">typename</span> <span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">host_name</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">service_name</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="create/overload2.html" title="ip::basic_resolver_iterator::create (2 of 2 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="create/overload2.html" title="ip::basic_resolver_iterator::create (2 of 3 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Create an iterator from a sequence of endpoints, host and service name.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">EndpointIterator</span><span class="special">&gt;</span>
+<span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <a class="link" href="create/overload3.html" title="ip::basic_resolver_iterator::create (3 of 3 overloads)">create</a><span class="special">(</span>
+ <span class="identifier">EndpointIterator</span> <span class="identifier">begin</span><span class="special">,</span>
+ <span class="identifier">EndpointIterator</span> <span class="identifier">end</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">host_name</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">service_name</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="create/overload3.html" title="ip::basic_resolver_iterator::create (3 of 3 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html
index eb89d5025d..5752a3be34 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>ip::basic_resolver_iterator::create (1 of 2 overloads)</title>
+<title>ip::basic_resolver_iterator::create (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../create.html" title="ip::basic_resolver_iterator::create">
<link rel="prev" href="../create.html" title="ip::basic_resolver_iterator::create">
-<link rel="next" href="overload2.html" title="ip::basic_resolver_iterator::create (2 of 2 overloads)">
+<link rel="next" href="overload2.html" title="ip::basic_resolver_iterator::create (2 of 3 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.ip__basic_resolver_iterator.create.overload1"></a><a class="link" href="overload1.html" title="ip::basic_resolver_iterator::create (1 of 2 overloads)">ip::basic_resolver_iterator::create
- (1 of 2 overloads)</a>
+<a name="boost_asio.reference.ip__basic_resolver_iterator.create.overload1"></a><a class="link" href="overload1.html" title="ip::basic_resolver_iterator::create (1 of 3 overloads)">ip::basic_resolver_iterator::create
+ (1 of 3 overloads)</a>
</h5></div></div></div>
<p>
Create an iterator from an addrinfo list returned by getaddrinfo.
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html
index 624ef0e266..aadba27ab1 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>ip::basic_resolver_iterator::create (2 of 2 overloads)</title>
+<title>ip::basic_resolver_iterator::create (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../create.html" title="ip::basic_resolver_iterator::create">
-<link rel="prev" href="overload1.html" title="ip::basic_resolver_iterator::create (1 of 2 overloads)">
-<link rel="next" href="../difference_type.html" title="ip::basic_resolver_iterator::difference_type">
+<link rel="prev" href="overload1.html" title="ip::basic_resolver_iterator::create (1 of 3 overloads)">
+<link rel="next" href="overload3.html" title="ip::basic_resolver_iterator::create (3 of 3 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../difference_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.ip__basic_resolver_iterator.create.overload2"></a><a class="link" href="overload2.html" title="ip::basic_resolver_iterator::create (2 of 2 overloads)">ip::basic_resolver_iterator::create
- (2 of 2 overloads)</a>
+<a name="boost_asio.reference.ip__basic_resolver_iterator.create.overload2"></a><a class="link" href="overload2.html" title="ip::basic_resolver_iterator::create (2 of 3 overloads)">ip::basic_resolver_iterator::create
+ (2 of 3 overloads)</a>
</h5></div></div></div>
<p>
Create an iterator from an endpoint, host name and service name.
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -46,7 +46,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../difference_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html
new file mode 100644
index 0000000000..bb5add23d7
--- /dev/null
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ip::basic_resolver_iterator::create (3 of 3 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../create.html" title="ip::basic_resolver_iterator::create">
+<link rel="prev" href="overload2.html" title="ip::basic_resolver_iterator::create (2 of 3 overloads)">
+<link rel="next" href="../difference_type.html" title="ip::basic_resolver_iterator::difference_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../difference_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ip__basic_resolver_iterator.create.overload3"></a><a class="link" href="overload3.html" title="ip::basic_resolver_iterator::create (3 of 3 overloads)">ip::basic_resolver_iterator::create
+ (3 of 3 overloads)</a>
+</h5></div></div></div>
+<p>
+ Create an iterator from a sequence of endpoints, host and service name.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">EndpointIterator</span><span class="special">&gt;</span>
+<span class="keyword">static</span> <span class="identifier">basic_resolver_iterator</span> <span class="identifier">create</span><span class="special">(</span>
+ <span class="identifier">EndpointIterator</span> <span class="identifier">begin</span><span class="special">,</span>
+ <span class="identifier">EndpointIterator</span> <span class="identifier">end</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">host_name</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">service_name</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../create.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../difference_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html
index f2120a48f6..9a44fd6677 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::difference_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
-<link rel="prev" href="create/overload2.html" title="ip::basic_resolver_iterator::create (2 of 2 overloads)">
+<link rel="prev" href="create/overload3.html" title="ip::basic_resolver_iterator::create (3 of 3 overloads)">
<link rel="next" href="iterator_category.html" title="ip::basic_resolver_iterator::iterator_category">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="create/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_category.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="create/overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_category.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ip__basic_resolver_iterator.difference_type"></a><a class="link" href="difference_type.html" title="ip::basic_resolver_iterator::difference_type">ip::basic_resolver_iterator::difference_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395248"></a>
+ <a class="indexterm" name="idp175996304"></a>
The type used for the distance
between two iterators.
</p>
@@ -35,18 +35,18 @@ The type used for the distance
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.difference_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.difference_type.requirements"></a></span><a class="link" href="difference_type.html#boost_asio.reference.ip__basic_resolver_iterator.difference_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.difference_type.requirements"></a></span><a class="link" href="difference_type.html#boost_asio.reference.ip__basic_resolver_iterator.difference_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -54,7 +54,7 @@ The type used for the distance
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="create/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_category.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="create/overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_category.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html
index e838fa8892..df3b9c77c0 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::iterator_category</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="difference_type.html" title="ip::basic_resolver_iterator::difference_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.iterator_category"></a><a class="link" href="iterator_category.html" title="ip::basic_resolver_iterator::iterator_category">ip::basic_resolver_iterator::iterator_category</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395372"></a>
+ <a class="indexterm" name="idp176009776"></a>
The iterator category.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">forward_iterator_tag</span> <span class="identifier">iterator_category</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.iterator_category.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.iterator_category.requirements"></a></span><a class="link" href="iterator_category.html#boost_asio.reference.ip__basic_resolver_iterator.iterator_category.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.iterator_category.requirements"></a></span><a class="link" href="iterator_category.html#boost_asio.reference.ip__basic_resolver_iterator.iterator_category.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html
index 3f1703ca69..8733318810 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator *</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="iterator_category.html" title="ip::basic_resolver_iterator::iterator_category">
@@ -28,7 +28,7 @@
*</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395493"></a>
+ <a class="indexterm" name="idp176023264"></a>
Dereference an iterator.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">basic_resolver_entry</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">*()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -36,7 +36,7 @@ Dereference an iterator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html
index c1ad6a09ce..f05e129b2a 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator-&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator_plus__plus_/overload2.html" title="ip::basic_resolver_iterator::operator++ (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_arrow_"></a><a class="link" href="operator_arrow_.html" title="ip::basic_resolver_iterator::operator-&gt;">ip::basic_resolver_iterator::operator-&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395985"></a>
+ <a class="indexterm" name="idp176079328"></a>
Dereference an iterator.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">basic_resolver_entry</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="special">*</span> <span class="keyword">operator</span><span class="special">-&gt;()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Dereference an iterator.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html
index 93fc996bbf..ccdc1993d7 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator_arrow_.html" title="ip::basic_resolver_iterator::operator-&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::basic_resolver_iterator::operator==">ip::basic_resolver_iterator::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1396076"></a>
+ <a class="indexterm" name="idp176089872"></a>
Test two iterators for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Test two iterators for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__basic_resolver_iterator.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html
index db2f59aba4..b2865f3386 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator__star_.html" title="ip::basic_resolver_iterator::operator *">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::basic_resolver_iterator::operator!=">ip::basic_resolver_iterator::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395585"></a>
+ <a class="indexterm" name="idp176033936"></a>
Test two iterators for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Test two iterators for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html
index a9629f4b20..462a88db90 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator++</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator_not__eq_.html" title="ip::basic_resolver_iterator::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_plus__plus_"></a><a class="link" href="operator_plus__plus_.html" title="ip::basic_resolver_iterator::operator++">ip::basic_resolver_iterator::operator++</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1395751"></a>
+ <a class="indexterm" name="idp176052928"></a>
Increment operator (prefix).
</p>
<pre class="programlisting"><span class="identifier">basic_resolver_iterator</span> <span class="special">&amp;</span> <a class="link" href="operator_plus__plus_/overload1.html" title="ip::basic_resolver_iterator::operator++ (1 of 2 overloads)">operator++</a><span class="special">();</span>
@@ -43,7 +43,7 @@ Increment operator (prefix).
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html
index 367c0d0c50..e16537d9c4 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator++ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus__plus_.html" title="ip::basic_resolver_iterator::operator++">
<link rel="prev" href="../operator_plus__plus_.html" title="ip::basic_resolver_iterator::operator++">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html
index 115761344d..6126f10d81 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator++ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus__plus_.html" title="ip::basic_resolver_iterator::operator++">
<link rel="prev" href="overload1.html" title="ip::basic_resolver_iterator::operator++ (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html
index 6014efa66a..7d35016795 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::pointer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator_eq__eq_.html" title="ip::basic_resolver_iterator::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.pointer"></a><a class="link" href="pointer.html" title="ip::basic_resolver_iterator::pointer">ip::basic_resolver_iterator::pointer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1396242"></a>
+ <a class="indexterm" name="idp176108800"></a>
The type of the result of applying <code class="computeroutput"><span class="keyword">operator</span><span class="special">-&gt;()</span></code>
to the iterator.
</p>
@@ -35,18 +35,18 @@ The type of the result of applying <code class="computeroutput"><span class="key
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.pointer.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.pointer.requirements"></a></span><a class="link" href="pointer.html#boost_asio.reference.ip__basic_resolver_iterator.pointer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.pointer.requirements"></a></span><a class="link" href="pointer.html#boost_asio.reference.ip__basic_resolver_iterator.pointer.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html
index 42758aee00..16299f9e09 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::reference</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="pointer.html" title="ip::basic_resolver_iterator::pointer">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.reference"></a><a class="link" href="reference.html" title="ip::basic_resolver_iterator::reference">ip::basic_resolver_iterator::reference</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1396397"></a>
+ <a class="indexterm" name="idp176126208"></a>
The type of the result of applying
<code class="computeroutput"><span class="keyword">operator</span><span class="special">*()</span></code>
to the iterator.
@@ -36,7 +36,7 @@ The type of the result of applying
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.reference.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.types"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.types"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@ The type of the result of applying
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.reference.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.member_functions"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.member_functions"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -176,31 +176,29 @@ The type of the result of applying
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.reference.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.thread_safety"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.thread_safety"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.reference.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.requirements"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.reference.requirements"></a></span><a class="link" href="reference.html#boost_asio.reference.ip__basic_resolver_iterator.reference.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html
index 38f81290aa..d4b89ef8e7 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::value_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="reference.html" title="ip::basic_resolver_iterator::reference">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_iterator.value_type"></a><a class="link" href="value_type.html" title="ip::basic_resolver_iterator::value_type">ip::basic_resolver_iterator::value_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1396970"></a>
+ <a class="indexterm" name="idp176190000"></a>
The type of the value pointed to by
the iterator.
</p>
@@ -35,7 +35,7 @@ The type of the value pointed to by
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.types"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.types"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of the value pointed to by
</table></div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -175,31 +175,29 @@ The type of the value pointed to by
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.thread_safety"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.thread_safety"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_iterator.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.ip__basic_resolver_iterator.value_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query.html b/doc/html/boost_asio/reference/ip__basic_resolver_query.html
index 0e12f20c39..6695ccab95 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__basic_resolver_iterator/value_type.html" title="ip::basic_resolver_iterator::value_type">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_query.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.types"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.types"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_query.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.member_functions"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.member_functions"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -167,7 +167,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_query.h2"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.data_members"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.data_members"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -286,31 +286,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_query.h3"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.thread_safety"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.thread_safety"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.ip__basic_resolver_query.h4"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.requirements"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.requirements"></a></span><a class="link" href="ip__basic_resolver_query.html#boost_asio.reference.ip__basic_resolver_query.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html
index 07dfff7a6d..5c84654142 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::address_configured</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1398612"></a>
+ <a class="indexterm" name="idp176341984"></a>
Only return IPv4 addresses if
a non-loopback IPv4 address is configured for the system. Only return IPv6
addresses if a non-loopback IPv6 address is configured for the system.
@@ -40,7 +40,7 @@ Only return IPv4 addresses if
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html
index dd3f3595ac..6d45dfe44e 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::all_matching</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="address_configured.html" title="ip::basic_resolver_query::address_configured">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1398696"></a>
+ <a class="indexterm" name="idp176351808"></a>
If used with v4_mapped, return all
matching IPv6 and IPv4 addresses.
</p>
@@ -39,7 +39,7 @@ If used with v4_mapped, return all
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html
index e23486b11b..1b3048b056 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::basic_resolver_query</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="all_matching.html" title="ip::basic_resolver_query::all_matching">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query"></a><a class="link" href="basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">ip::basic_resolver_query::basic_resolver_query</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1398774"></a>
+ <a class="indexterm" name="idp176360624"></a>
Construct with specified service
name for any protocol.
</p>
@@ -67,7 +67,7 @@ Construct with specified service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html
index af9c43bff1..8e82515d08 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::basic_resolver_query (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">
<link rel="prev" href="../basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">service</span></dt>
<dd><p>
A string identifying the requested service. This may be a descriptive
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload1.remarks">Remarks</a>
</h6>
<p>
On POSIX systems, service names are typically defined in the file <code class="computeroutput"><span class="special">/</span><span class="identifier">etc</span><span class="special">/</span><span class="identifier">services</span></code>.
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html
index e8640c1dd6..7981bb4fbf 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::basic_resolver_query (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">
<link rel="prev" href="overload1.html" title="ip::basic_resolver_query::basic_resolver_query (1 of 4 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
A protocol object, normally representing either the IPv4 or IPv6
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload2.remarks">Remarks</a>
</h6>
<p>
On POSIX systems, service names are typically defined in the file <code class="computeroutput"><span class="special">/</span><span class="identifier">etc</span><span class="special">/</span><span class="identifier">services</span></code>.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html
index 433098853c..3c1d14aa08 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::basic_resolver_query (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">
<link rel="prev" href="overload2.html" title="ip::basic_resolver_query::basic_resolver_query (2 of 4 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">host</span></dt>
<dd><p>
A string identifying a location. May be a descriptive name or a
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload3.remarks">Remarks</a>
</h6>
<p>
On POSIX systems, host names may be locally defined in the file <code class="computeroutput"><span class="special">/</span><span class="identifier">etc</span><span class="special">/</span><span class="identifier">hosts</span></code>.
@@ -88,7 +88,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html
index 29af218d05..859cc422f9 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::basic_resolver_query (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_query.html" title="ip::basic_resolver_query::basic_resolver_query">
<link rel="prev" href="overload3.html" title="ip::basic_resolver_query::basic_resolver_query (3 of 4 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">protocol</span></dt>
<dd><p>
A protocol object, normally representing either the IPv4 or IPv6
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.h1"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.ip__basic_resolver_query.basic_resolver_query.overload4.remarks">Remarks</a>
</h6>
<p>
On POSIX systems, host names may be locally defined in the file <code class="computeroutput"><span class="special">/</span><span class="identifier">etc</span><span class="special">/</span><span class="identifier">hosts</span></code>.
@@ -94,7 +94,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html
index 330a616b4e..b860339801 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::canonical_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="basic_resolver_query/overload4.html" title="ip::basic_resolver_query::basic_resolver_query (4 of 4 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1400952"></a>
+ <a class="indexterm" name="idp176613584"></a>
Determine the canonical name of the
host specified in the query.
</p>
@@ -39,7 +39,7 @@ Determine the canonical name of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html
index 4f4c134fa9..c055f40047 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="canonical_name.html" title="ip::basic_resolver_query::canonical_name">
@@ -30,25 +30,25 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1401034"></a>
+ <a class="indexterm" name="idp176623280"></a>
A bitmask type (C++ Std [lib.bitmask.types]).
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">unspecified</span> <span class="identifier">flags</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.flags.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.flags.requirements"></a></span><a class="link" href="flags.html#boost_asio.reference.ip__basic_resolver_query.flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.flags.requirements"></a></span><a class="link" href="flags.html#boost_asio.reference.ip__basic_resolver_query.flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html
index c18dd8d5da..0fe2fc0cd7 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::hints</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="flags.html" title="ip::basic_resolver_query::flags">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_query.hints"></a><a class="link" href="hints.html" title="ip::basic_resolver_query::hints">ip::basic_resolver_query::hints</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1401146"></a>
+ <a class="indexterm" name="idp176635488"></a>
Get the hints associated with the query.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">detail</span><span class="special">::</span><span class="identifier">addrinfo_type</span> <span class="special">&amp;</span> <span class="identifier">hints</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get the hints associated with the query.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html
index 4136dd4da3..988f6ef39d 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::host_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="hints.html" title="ip::basic_resolver_query::hints">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_query.host_name"></a><a class="link" href="host_name.html" title="ip::basic_resolver_query::host_name">ip::basic_resolver_query::host_name</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1401247"></a>
+ <a class="indexterm" name="idp176647312"></a>
Get the host name associated with the
query.
</p>
@@ -36,7 +36,7 @@ Get the host name associated with the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html
index ce7c248ebd..a9dba61bb5 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::numeric_host</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="host_name.html" title="ip::basic_resolver_query::host_name">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1401325"></a>
+ <a class="indexterm" name="idp176656384"></a>
Host name should be treated as a numeric
string defining an IPv4 or IPv6 address and no name resolution should be
attempted.
@@ -40,7 +40,7 @@ Host name should be treated as a numeric
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html
index 44ed23f9c3..a04f923144 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::numeric_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="numeric_host.html" title="ip::basic_resolver_query::numeric_host">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1401408"></a>
+ <a class="indexterm" name="idp176666144"></a>
Service name should be treated as
a numeric string defining a port number and no name resolution should be
attempted.
@@ -40,7 +40,7 @@ Service name should be treated as
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html
index 5b939c38ee..fc481415e7 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::passive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="numeric_service.html" title="ip::basic_resolver_query::numeric_service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1401492"></a>
+ <a class="indexterm" name="idp176675808"></a>
Indicate that returned endpoint is intended
for use as a locally bound socket endpoint.
</p>
@@ -39,7 +39,7 @@ Indicate that returned endpoint is intended
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html
index 2cabd9553c..5887cec99d 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="passive.html" title="ip::basic_resolver_query::passive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_query.protocol_type"></a><a class="link" href="protocol_type.html" title="ip::basic_resolver_query::protocol_type">ip::basic_resolver_query::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1401567"></a>
+ <a class="indexterm" name="idp176684560"></a>
The protocol type associated with
the endpoint query.
</p>
@@ -35,18 +35,18 @@ The protocol type associated with
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_query.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.ip__basic_resolver_query.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver_query.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__basic_resolver_query.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__basic_resolver_query.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_query.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html
index 630e15c871..fa05ef2571 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::service_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="protocol_type.html" title="ip::basic_resolver_query::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__basic_resolver_query.service_name"></a><a class="link" href="service_name.html" title="ip::basic_resolver_query::service_name">ip::basic_resolver_query::service_name</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1401681"></a>
+ <a class="indexterm" name="idp176696944"></a>
Get the service name associated with
the query.
</p>
@@ -36,7 +36,7 @@ Get the service name associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html b/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html
index 76a4ff75ae..cce3266a32 100644
--- a/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html
+++ b/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_query::v4_mapped</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_query.html" title="ip::basic_resolver_query">
<link rel="prev" href="service_name.html" title="ip::basic_resolver_query::service_name">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from ip::resolver_query_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1401759"></a>
+ <a class="indexterm" name="idp176706064"></a>
If the query protocol family is specified
as IPv6, return IPv4-mapped IPv6 addresses on finding no IPv6 addresses.
</p>
@@ -39,7 +39,7 @@ If the query protocol family is specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__host_name.html b/doc/html/boost_asio/reference/ip__host_name.html
index 21c0957b35..2fc4fb2967 100644
--- a/doc/html/boost_asio/reference/ip__host_name.html
+++ b/doc/html/boost_asio/reference/ip__host_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::host_name</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__basic_resolver_query/v4_mapped.html" title="ip::basic_resolver_query::v4_mapped">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__host_name"></a><a class="link" href="ip__host_name.html" title="ip::host_name">ip::host_name</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1401835"></a>
+ <a class="indexterm" name="idp176714864"></a>
Get the current host name.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="ip__host_name/overload1.html" title="ip::host_name (1 of 2 overloads)">host_name</a><span class="special">();</span>
@@ -39,18 +39,18 @@ Get the current host name.
</pre>
<h5>
<a name="boost_asio.reference.ip__host_name.h0"></a>
- <span><a name="boost_asio.reference.ip__host_name.requirements"></a></span><a class="link" href="ip__host_name.html#boost_asio.reference.ip__host_name.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__host_name.requirements"></a></span><a class="link" href="ip__host_name.html#boost_asio.reference.ip__host_name.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/host_name.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/host_name.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__host_name/overload1.html b/doc/html/boost_asio/reference/ip__host_name/overload1.html
index bba39919fe..f70b441793 100644
--- a/doc/html/boost_asio/reference/ip__host_name/overload1.html
+++ b/doc/html/boost_asio/reference/ip__host_name/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::host_name (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__host_name.html" title="ip::host_name">
<link rel="prev" href="../ip__host_name.html" title="ip::host_name">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__host_name/overload2.html b/doc/html/boost_asio/reference/ip__host_name/overload2.html
index 795593e091..cf9092e389 100644
--- a/doc/html/boost_asio/reference/ip__host_name/overload2.html
+++ b/doc/html/boost_asio/reference/ip__host_name/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::host_name (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__host_name.html" title="ip::host_name">
<link rel="prev" href="overload1.html" title="ip::host_name (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp.html b/doc/html/boost_asio/reference/ip__icmp.html
index 5d6ba57190..cfdb539a4f 100644
--- a/doc/html/boost_asio/reference/ip__icmp.html
+++ b/doc/html/boost_asio/reference/ip__icmp.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__host_name/overload2.html" title="ip::host_name (2 of 2 overloads)">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__icmp.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.types"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.types"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -93,7 +93,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__icmp.h1"></a>
- <span><a name="boost_asio.reference.ip__icmp.member_functions"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.member_functions"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -178,7 +178,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__icmp.h2"></a>
- <span><a name="boost_asio.reference.ip__icmp.friends"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.friends"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -230,31 +230,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__icmp.h3"></a>
- <span><a name="boost_asio.reference.ip__icmp.thread_safety"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.thread_safety"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
<a name="boost_asio.reference.ip__icmp.h4"></a>
- <span><a name="boost_asio.reference.ip__icmp.requirements"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.requirements"></a></span><a class="link" href="ip__icmp.html#boost_asio.reference.ip__icmp.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/endpoint.html b/doc/html/boost_asio/reference/ip__icmp/endpoint.html
index c24b45829c..b3a1197da9 100644
--- a/doc/html/boost_asio/reference/ip__icmp/endpoint.html
+++ b/doc/html/boost_asio/reference/ip__icmp/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="../ip__icmp.html" title="ip::icmp">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__icmp.endpoint"></a><a class="link" href="endpoint.html" title="ip::icmp::endpoint">ip::icmp::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1402810"></a>
+ <a class="indexterm" name="idp176826160"></a>
The type of a ICMP endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">icmp</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of a ICMP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h1"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -238,7 +238,7 @@ The type of a ICMP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h2"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -334,7 +334,7 @@ The type of a ICMP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h3"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -373,30 +373,28 @@ The type of a ICMP endpoint.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h4"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.endpoint.h5"></a>
- <span><a name="boost_asio.reference.ip__icmp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__icmp.endpoint.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/family.html b/doc/html/boost_asio/reference/ip__icmp/family.html
index d4ff7cfba9..7879cc4f2c 100644
--- a/doc/html/boost_asio/reference/ip__icmp/family.html
+++ b/doc/html/boost_asio/reference/ip__icmp/family.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::family</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="endpoint.html" title="ip::icmp::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.family"></a><a class="link" href="family.html" title="ip::icmp::family">ip::icmp::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1403810"></a>
+ <a class="indexterm" name="idp176938320"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html
index 38145cb52b..01af53cac0 100644
--- a/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="operator_not__eq_.html" title="ip::icmp::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::icmp::operator==">ip::icmp::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1404034"></a>
+ <a class="indexterm" name="idp176964320"></a>
Compare two protocols for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two protocols for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__icmp.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__icmp.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__icmp.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html
index dd45070c90..16cb68b795 100644
--- a/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="family.html" title="ip::icmp::family">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::icmp::operator!=">ip::icmp::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1403871"></a>
+ <a class="indexterm" name="idp176945536"></a>
Compare two protocols for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two protocols for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__icmp.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__icmp.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__icmp.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/protocol.html b/doc/html/boost_asio/reference/ip__icmp/protocol.html
index 9c1a9f4a62..c8c48721e4 100644
--- a/doc/html/boost_asio/reference/ip__icmp/protocol.html
+++ b/doc/html/boost_asio/reference/ip__icmp/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="operator_eq__eq_.html" title="ip::icmp::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.protocol"></a><a class="link" href="protocol.html" title="ip::icmp::protocol">ip::icmp::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1404197"></a>
+ <a class="indexterm" name="idp176983008"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/resolver.html b/doc/html/boost_asio/reference/ip__icmp/resolver.html
index 1db3b2304d..e32235aca4 100644
--- a/doc/html/boost_asio/reference/ip__icmp/resolver.html
+++ b/doc/html/boost_asio/reference/ip__icmp/resolver.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::resolver</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="protocol.html" title="ip::icmp::protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__icmp.resolver"></a><a class="link" href="resolver.html" title="ip::icmp::resolver">ip::icmp::resolver</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1404257"></a>
+ <a class="indexterm" name="idp176990064"></a>
The ICMP resolver type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver</span><span class="special">&lt;</span> <span class="identifier">icmp</span> <span class="special">&gt;</span> <span class="identifier">resolver</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ The ICMP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h1"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -223,7 +223,7 @@ The ICMP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h2"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -272,7 +272,7 @@ The ICMP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h3"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -327,30 +327,28 @@ The ICMP resolver type.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h4"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.resolver.h5"></a>
- <span><a name="boost_asio.reference.ip__icmp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__icmp.resolver.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/socket.html b/doc/html/boost_asio/reference/ip__icmp/socket.html
index f3f4d5926d..a159bc1ecd 100644
--- a/doc/html/boost_asio/reference/ip__icmp/socket.html
+++ b/doc/html/boost_asio/reference/ip__icmp/socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="resolver.html" title="ip::icmp::resolver">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__icmp.socket"></a><a class="link" href="socket.html" title="ip::icmp::socket">ip::icmp::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1405154"></a>
+ <a class="indexterm" name="idp177090736"></a>
The ICMP socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_raw_socket</span><span class="special">&lt;</span> <span class="identifier">icmp</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h0"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -328,7 +328,7 @@ The ICMP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h1"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -468,6 +468,10 @@ The ICMP socket type.
<p>
Move-construct a basic_raw_socket from another.
</p>
+ <p>
+ Move-construct a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -669,6 +673,10 @@ The ICMP socket type.
<p>
Move-assign a basic_raw_socket from another.
</p>
+ <p>
+ Move-assign a basic_raw_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -759,7 +767,7 @@ The ICMP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h2"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -808,7 +816,7 @@ The ICMP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h3"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -893,7 +901,7 @@ The ICMP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h4"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -948,30 +956,28 @@ The ICMP socket type.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h5"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__icmp.socket.h6"></a>
- <span><a name="boost_asio.reference.ip__icmp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__icmp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__icmp.socket.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/icmp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/icmp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/type.html b/doc/html/boost_asio/reference/ip__icmp/type.html
index b86b7e6009..df91e6f1f6 100644
--- a/doc/html/boost_asio/reference/ip__icmp/type.html
+++ b/doc/html/boost_asio/reference/ip__icmp/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="socket.html" title="ip::icmp::socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.type"></a><a class="link" href="type.html" title="ip::icmp::type">ip::icmp::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1407518"></a>
+ <a class="indexterm" name="idp177358624"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/v4.html b/doc/html/boost_asio/reference/ip__icmp/v4.html
index 636677489d..be428ab0bf 100644
--- a/doc/html/boost_asio/reference/ip__icmp/v4.html
+++ b/doc/html/boost_asio/reference/ip__icmp/v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="type.html" title="ip::icmp::type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.v4"></a><a class="link" href="v4.html" title="ip::icmp::v4">ip::icmp::v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1407578"></a>
+ <a class="indexterm" name="idp177365680"></a>
Construct to represent the IPv4 ICMP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">icmp</span> <span class="identifier">v4</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv4 ICMP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__icmp/v6.html b/doc/html/boost_asio/reference/ip__icmp/v6.html
index feb7865ec2..cb65251986 100644
--- a/doc/html/boost_asio/reference/ip__icmp/v6.html
+++ b/doc/html/boost_asio/reference/ip__icmp/v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__icmp.html" title="ip::icmp">
<link rel="prev" href="v4.html" title="ip::icmp::v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__icmp.v6"></a><a class="link" href="v6.html" title="ip::icmp::v6">ip::icmp::v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1407633"></a>
+ <a class="indexterm" name="idp177372192"></a>
Construct to represent the IPv6 ICMP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">icmp</span> <span class="identifier">v6</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv6 ICMP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html b/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html
index 8d7792e1c4..adff9d61d4 100644
--- a/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html
+++ b/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::multicast::enable_loopback</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__icmp/v6.html" title="ip::icmp::v6">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__multicast__enable_loopback"></a><a class="link" href="ip__multicast__enable_loopback.html" title="ip::multicast::enable_loopback">ip::multicast::enable_loopback</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1407690"></a>
+ <a class="indexterm" name="idp177378992"></a>
Socket option determining whether outgoing
multicast packets will be received on the same socket if it is a member of
the multicast group.
@@ -39,7 +39,7 @@ Socket option determining whether outgoing
</p>
<h5>
<a name="boost_asio.reference.ip__multicast__enable_loopback.h0"></a>
- <span><a name="boost_asio.reference.ip__multicast__enable_loopback.examples"></a></span><a class="link" href="ip__multicast__enable_loopback.html#boost_asio.reference.ip__multicast__enable_loopback.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__enable_loopback.examples"></a></span><a class="link" href="ip__multicast__enable_loopback.html#boost_asio.reference.ip__multicast__enable_loopback.examples">Examples</a>
</h5>
<p>
Setting the option:
@@ -60,18 +60,18 @@ Socket option determining whether outgoing
</pre>
<h5>
<a name="boost_asio.reference.ip__multicast__enable_loopback.h1"></a>
- <span><a name="boost_asio.reference.ip__multicast__enable_loopback.requirements"></a></span><a class="link" href="ip__multicast__enable_loopback.html#boost_asio.reference.ip__multicast__enable_loopback.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__enable_loopback.requirements"></a></span><a class="link" href="ip__multicast__enable_loopback.html#boost_asio.reference.ip__multicast__enable_loopback.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/multicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/multicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__multicast__hops.html b/doc/html/boost_asio/reference/ip__multicast__hops.html
index eb92225278..b399e965fc 100644
--- a/doc/html/boost_asio/reference/ip__multicast__hops.html
+++ b/doc/html/boost_asio/reference/ip__multicast__hops.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::multicast::hops</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__multicast__enable_loopback.html" title="ip::multicast::enable_loopback">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__multicast__hops"></a><a class="link" href="ip__multicast__hops.html" title="ip::multicast::hops">ip::multicast::hops</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1408179"></a>
+ <a class="indexterm" name="idp177436976"></a>
Socket option for time-to-live associated with outgoing
multicast packets.
</p>
@@ -38,7 +38,7 @@ Socket option for time-to-live associated with outgoing
</p>
<h5>
<a name="boost_asio.reference.ip__multicast__hops.h0"></a>
- <span><a name="boost_asio.reference.ip__multicast__hops.examples"></a></span><a class="link" href="ip__multicast__hops.html#boost_asio.reference.ip__multicast__hops.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__hops.examples"></a></span><a class="link" href="ip__multicast__hops.html#boost_asio.reference.ip__multicast__hops.examples">Examples</a>
</h5>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for time-to-live associated with outgoing
</pre>
<h5>
<a name="boost_asio.reference.ip__multicast__hops.h1"></a>
- <span><a name="boost_asio.reference.ip__multicast__hops.requirements"></a></span><a class="link" href="ip__multicast__hops.html#boost_asio.reference.ip__multicast__hops.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__hops.requirements"></a></span><a class="link" href="ip__multicast__hops.html#boost_asio.reference.ip__multicast__hops.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/multicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/multicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__multicast__join_group.html b/doc/html/boost_asio/reference/ip__multicast__join_group.html
index 7e0403252f..7b2d312f57 100644
--- a/doc/html/boost_asio/reference/ip__multicast__join_group.html
+++ b/doc/html/boost_asio/reference/ip__multicast__join_group.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::multicast::join_group</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__multicast__hops.html" title="ip::multicast::hops">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__multicast__join_group"></a><a class="link" href="ip__multicast__join_group.html" title="ip::multicast::join_group">ip::multicast::join_group</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1408665"></a>
+ <a class="indexterm" name="idp177494880"></a>
Socket option to join a multicast group on a specified
interface.
</p>
@@ -38,7 +38,7 @@ Socket option to join a multicast group on a specified
</p>
<h5>
<a name="boost_asio.reference.ip__multicast__join_group.h0"></a>
- <span><a name="boost_asio.reference.ip__multicast__join_group.examples"></a></span><a class="link" href="ip__multicast__join_group.html#boost_asio.reference.ip__multicast__join_group.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__join_group.examples"></a></span><a class="link" href="ip__multicast__join_group.html#boost_asio.reference.ip__multicast__join_group.examples">Examples</a>
</h5>
<p>
Setting the option to join a multicast group:
@@ -52,18 +52,18 @@ Socket option to join a multicast group on a specified
</pre>
<h5>
<a name="boost_asio.reference.ip__multicast__join_group.h1"></a>
- <span><a name="boost_asio.reference.ip__multicast__join_group.requirements"></a></span><a class="link" href="ip__multicast__join_group.html#boost_asio.reference.ip__multicast__join_group.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__join_group.requirements"></a></span><a class="link" href="ip__multicast__join_group.html#boost_asio.reference.ip__multicast__join_group.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/multicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/multicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__multicast__leave_group.html b/doc/html/boost_asio/reference/ip__multicast__leave_group.html
index 15d4e2cbe3..aae6ac0b50 100644
--- a/doc/html/boost_asio/reference/ip__multicast__leave_group.html
+++ b/doc/html/boost_asio/reference/ip__multicast__leave_group.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::multicast::leave_group</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__multicast__join_group.html" title="ip::multicast::join_group">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__multicast__leave_group"></a><a class="link" href="ip__multicast__leave_group.html" title="ip::multicast::leave_group">ip::multicast::leave_group</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1409062"></a>
+ <a class="indexterm" name="idp177541888"></a>
Socket option to leave a multicast group on a specified
interface.
</p>
@@ -38,7 +38,7 @@ Socket option to leave a multicast group on a specified
</p>
<h5>
<a name="boost_asio.reference.ip__multicast__leave_group.h0"></a>
- <span><a name="boost_asio.reference.ip__multicast__leave_group.examples"></a></span><a class="link" href="ip__multicast__leave_group.html#boost_asio.reference.ip__multicast__leave_group.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__leave_group.examples"></a></span><a class="link" href="ip__multicast__leave_group.html#boost_asio.reference.ip__multicast__leave_group.examples">Examples</a>
</h5>
<p>
Setting the option to leave a multicast group:
@@ -52,18 +52,18 @@ Socket option to leave a multicast group on a specified
</pre>
<h5>
<a name="boost_asio.reference.ip__multicast__leave_group.h1"></a>
- <span><a name="boost_asio.reference.ip__multicast__leave_group.requirements"></a></span><a class="link" href="ip__multicast__leave_group.html#boost_asio.reference.ip__multicast__leave_group.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__leave_group.requirements"></a></span><a class="link" href="ip__multicast__leave_group.html#boost_asio.reference.ip__multicast__leave_group.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/multicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/multicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html b/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html
index 82a7cb210d..d9122e3582 100644
--- a/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html
+++ b/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::multicast::outbound_interface</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__multicast__leave_group.html" title="ip::multicast::leave_group">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__multicast__outbound_interface"></a><a class="link" href="ip__multicast__outbound_interface.html" title="ip::multicast::outbound_interface">ip::multicast::outbound_interface</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1409460"></a>
+ <a class="indexterm" name="idp177588672"></a>
Socket option for local interface to use
for outgoing multicast packets.
</p>
@@ -38,7 +38,7 @@ Socket option for local interface to use
</p>
<h5>
<a name="boost_asio.reference.ip__multicast__outbound_interface.h0"></a>
- <span><a name="boost_asio.reference.ip__multicast__outbound_interface.examples"></a></span><a class="link" href="ip__multicast__outbound_interface.html#boost_asio.reference.ip__multicast__outbound_interface.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__outbound_interface.examples"></a></span><a class="link" href="ip__multicast__outbound_interface.html#boost_asio.reference.ip__multicast__outbound_interface.examples">Examples</a>
</h5>
<p>
Setting the option:
@@ -52,18 +52,18 @@ Socket option for local interface to use
</pre>
<h5>
<a name="boost_asio.reference.ip__multicast__outbound_interface.h1"></a>
- <span><a name="boost_asio.reference.ip__multicast__outbound_interface.requirements"></a></span><a class="link" href="ip__multicast__outbound_interface.html#boost_asio.reference.ip__multicast__outbound_interface.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__multicast__outbound_interface.requirements"></a></span><a class="link" href="ip__multicast__outbound_interface.html#boost_asio.reference.ip__multicast__outbound_interface.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/multicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/multicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base.html b/doc/html/boost_asio/reference/ip__resolver_query_base.html
index b162ccfea6..e402b442ef 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__multicast__outbound_interface.html" title="ip::multicast::outbound_interface">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__resolver_query_base.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_query_base.types"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_query_base.types"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -69,7 +69,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_query_base.h1"></a>
- <span><a name="boost_asio.reference.ip__resolver_query_base.protected_member_functions"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_query_base.protected_member_functions"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -104,7 +104,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_query_base.h2"></a>
- <span><a name="boost_asio.reference.ip__resolver_query_base.data_members"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_query_base.data_members"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -219,18 +219,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_query_base.h3"></a>
- <span><a name="boost_asio.reference.ip__resolver_query_base.requirements"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_query_base.requirements"></a></span><a class="link" href="ip__resolver_query_base.html#boost_asio.reference.ip__resolver_query_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_query_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_query_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html b/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html
index f1a2f27f18..1fff69700b 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::~resolver_query_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="v4_mapped.html" title="ip::resolver_query_base::v4_mapped">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base._resolver_query_base"></a><a class="link" href="_resolver_query_base.html" title="ip::resolver_query_base::~resolver_query_base">ip::resolver_query_base::~resolver_query_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1411108"></a>
+ <a class="indexterm" name="idp177778048"></a>
Protected destructor to prevent
deletion through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html b/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html
index f3693bf276..1c0cfd349c 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::address_configured</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.address_configured"></a><a class="link" href="address_configured.html" title="ip::resolver_query_base::address_configured">ip::resolver_query_base::address_configured</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410462"></a>
+ <a class="indexterm" name="idp177703920"></a>
Only return IPv4 addresses if
a non-loopback IPv4 address is configured for the system. Only return IPv6
addresses if a non-loopback IPv6 address is configured for the system.
@@ -37,7 +37,7 @@ Only return IPv4 addresses if
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html b/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html
index 7ded795e9e..0e13e611b0 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::all_matching</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="address_configured.html" title="ip::resolver_query_base::address_configured">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.all_matching"></a><a class="link" href="all_matching.html" title="ip::resolver_query_base::all_matching">ip::resolver_query_base::all_matching</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410540"></a>
+ <a class="indexterm" name="idp177712912"></a>
If used with v4_mapped, return all matching
IPv6 and IPv4 addresses.
</p>
@@ -36,7 +36,7 @@ If used with v4_mapped, return all matching
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html b/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html
index 5c6f146003..84969118c9 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::canonical_name</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="all_matching.html" title="ip::resolver_query_base::all_matching">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.canonical_name"></a><a class="link" href="canonical_name.html" title="ip::resolver_query_base::canonical_name">ip::resolver_query_base::canonical_name</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410615"></a>
+ <a class="indexterm" name="idp177721696"></a>
Determine the canonical name of the
host specified in the query.
</p>
@@ -36,7 +36,7 @@ Determine the canonical name of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html b/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html
index b0155b7126..10d4ca4022 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="canonical_name.html" title="ip::resolver_query_base::canonical_name">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__resolver_query_base.flags"></a><a class="link" href="flags.html" title="ip::resolver_query_base::flags">ip::resolver_query_base::flags</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410690"></a>
+ <a class="indexterm" name="idp177730528"></a>
A bitmask type (C++ Std [lib.bitmask.types]).
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">unspecified</span> <span class="identifier">flags</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_query_base.flags.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_query_base.flags.requirements"></a></span><a class="link" href="flags.html#boost_asio.reference.ip__resolver_query_base.flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_query_base.flags.requirements"></a></span><a class="link" href="flags.html#boost_asio.reference.ip__resolver_query_base.flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_query_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_query_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html b/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html
index efc7b1b8f4..106c37a6cf 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::numeric_host</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="flags.html" title="ip::resolver_query_base::flags">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.numeric_host"></a><a class="link" href="numeric_host.html" title="ip::resolver_query_base::numeric_host">ip::resolver_query_base::numeric_host</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410802"></a>
+ <a class="indexterm" name="idp177742784"></a>
Host name should be treated as a numeric
string defining an IPv4 or IPv6 address and no name resolution should be
attempted.
@@ -37,7 +37,7 @@ Host name should be treated as a numeric
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html b/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html
index 03744b38b6..4682b80943 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::numeric_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="numeric_host.html" title="ip::resolver_query_base::numeric_host">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.numeric_service"></a><a class="link" href="numeric_service.html" title="ip::resolver_query_base::numeric_service">ip::resolver_query_base::numeric_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410878"></a>
+ <a class="indexterm" name="idp177751648"></a>
Service name should be treated as
a numeric string defining a port number and no name resolution should be
attempted.
@@ -37,7 +37,7 @@ Service name should be treated as
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html b/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html
index f465fce82a..1056dc0de1 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::passive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="numeric_service.html" title="ip::resolver_query_base::numeric_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.passive"></a><a class="link" href="passive.html" title="ip::resolver_query_base::passive">ip::resolver_query_base::passive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1410954"></a>
+ <a class="indexterm" name="idp177760480"></a>
Indicate that returned endpoint is intended
for use as a locally bound socket endpoint.
</p>
@@ -36,7 +36,7 @@ Indicate that returned endpoint is intended
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html b/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html
index e31c8196c9..8a505e58ea 100644
--- a/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html
+++ b/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_query_base::v4_mapped</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_query_base.html" title="ip::resolver_query_base">
<link rel="prev" href="passive.html" title="ip::resolver_query_base::passive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_query_base.v4_mapped"></a><a class="link" href="v4_mapped.html" title="ip::resolver_query_base::v4_mapped">ip::resolver_query_base::v4_mapped</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1411030"></a>
+ <a class="indexterm" name="idp177769280"></a>
If the query protocol family is specified
as IPv6, return IPv4-mapped IPv6 addresses on finding no IPv6 addresses.
</p>
@@ -36,7 +36,7 @@ If the query protocol family is specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service.html b/doc/html/boost_asio/reference/ip__resolver_service.html
index 80686cfbb3..f5f9e2391a 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__resolver_query_base/_resolver_query_base.html" title="ip::resolver_query_base::~resolver_query_base">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__resolver_service.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.types"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.types"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_service.h1"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.member_functions"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.member_functions"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -235,7 +235,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_service.h2"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.data_members"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.data_members"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -269,18 +269,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__resolver_service.h3"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.requirements"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.requirements"></a></span><a class="link" href="ip__resolver_service.html#boost_asio.reference.ip__resolver_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html
index 0616a74912..377ad22d40 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::async_resolve</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="../ip__resolver_service.html" title="ip::resolver_service">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.ip__resolver_service.async_resolve"></a><a class="link" href="async_resolve.html" title="ip::resolver_service::async_resolve">ip::resolver_service::async_resolve</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1411883"></a>
+ <a class="indexterm" name="idp177866272"></a>
Asynchronously resolve a query to a list
of entries.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_resolve/overload1.html" title="ip::resolver_service::async_resolve (1 of 2 overloads)">async_resolve</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_resolve/overload1.html" title="ip::resolver_service::async_resolve (1 of 2 overloads)">async_resolve</a><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">query_type</span> <span class="special">&amp;</span> <span class="identifier">query</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -44,7 +44,7 @@ Asynchronously resolve a query to a list
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <a class="link" href="async_resolve/overload2.html" title="ip::resolver_service::async_resolve (2 of 2 overloads)">async_resolve</a><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_resolve/overload2.html" title="ip::resolver_service::async_resolve (2 of 2 overloads)">async_resolve</a><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -53,7 +53,7 @@ Asynchronously resolve a query to a list
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html
index 7bc3dd444a..198bcfd026 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::async_resolve (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_resolve.html" title="ip::resolver_service::async_resolve">
<link rel="prev" href="../async_resolve.html" title="ip::resolver_service::async_resolve">
@@ -32,7 +32,7 @@
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_resolve</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_resolve</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">query_type</span> <span class="special">&amp;</span> <span class="identifier">query</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html
index 129cff2920..cd3b9199a7 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::async_resolve (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../async_resolve.html" title="ip::resolver_service::async_resolve">
<link rel="prev" href="overload1.html" title="ip::resolver_service::async_resolve (1 of 2 overloads)">
@@ -32,7 +32,7 @@
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ResolveHandler.html" title="Resolve handler requirements">ResolveHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_resolve</span><span class="special">(</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_resolve</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">,</span>
<span class="identifier">ResolveHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/cancel.html b/doc/html/boost_asio/reference/ip__resolver_service/cancel.html
index 1174c96968..08b4cb0111 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/cancel.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="async_resolve/overload2.html" title="ip::resolver_service::async_resolve (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.cancel"></a><a class="link" href="cancel.html" title="ip::resolver_service::cancel">ip::resolver_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412448"></a>
+ <a class="indexterm" name="idp177934448"></a>
Cancel pending asynchronous operations.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">cancel</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Cancel pending asynchronous operations.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/construct.html b/doc/html/boost_asio/reference/ip__resolver_service/construct.html
index b1b7b64452..8ac14aac82 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/construct.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="cancel.html" title="ip::resolver_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.construct"></a><a class="link" href="construct.html" title="ip::resolver_service::construct">ip::resolver_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412522"></a>
+ <a class="indexterm" name="idp177942992"></a>
Construct a new resolver implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new resolver implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/destroy.html b/doc/html/boost_asio/reference/ip__resolver_service/destroy.html
index 55aff29fb5..58ada2f319 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/destroy.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="construct.html" title="ip::resolver_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.destroy"></a><a class="link" href="destroy.html" title="ip::resolver_service::destroy">ip::resolver_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412595"></a>
+ <a class="indexterm" name="idp177951600"></a>
Destroy a resolver implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a resolver implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html b/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html
index e91bd12554..2612c99b6f 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="destroy.html" title="ip::resolver_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__resolver_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="ip::resolver_service::endpoint_type">ip::resolver_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412669"></a>
+ <a class="indexterm" name="idp177960208"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__resolver_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.ip__resolver_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html b/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html
index 3e06dd80a4..940baacc2c 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="endpoint_type.html" title="ip::resolver_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1412797"></a>
+ <a class="indexterm" name="idp177974432"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/id.html b/doc/html/boost_asio/reference/ip__resolver_service/id.html
index 259563ed1c..a400bdc25b 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/id.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="get_io_service.html" title="ip::resolver_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.id"></a><a class="link" href="id.html" title="ip::resolver_service::id">ip::resolver_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412887"></a>
+ <a class="indexterm" name="idp177985216"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html b/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html
index 50d6b2395b..0f5810c8aa 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="id.html" title="ip::resolver_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__resolver_service.implementation_type"></a><a class="link" href="implementation_type.html" title="ip::resolver_service::implementation_type">ip::resolver_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1412970"></a>
+ <a class="indexterm" name="idp177995040"></a>
The type of a resolver implementation.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.ip__resolver_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.ip__resolver_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html b/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html
index 41733d9031..d483b25552 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::iterator_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="implementation_type.html" title="ip::resolver_service::implementation_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__resolver_service.iterator_type"></a><a class="link" href="iterator_type.html" title="ip::resolver_service::iterator_type">ip::resolver_service::iterator_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1413084"></a>
+ <a class="indexterm" name="idp178007440"></a>
The iterator type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver_iterator</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="identifier">iterator_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.iterator_type.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.iterator_type.types"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.iterator_type.types"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -118,7 +118,7 @@ The iterator type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__resolver_service.iterator_type.h1"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.iterator_type.member_functions"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.iterator_type.member_functions"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -164,6 +164,10 @@ The iterator type.
<p>
Create an iterator from an endpoint, host name and service name.
</p>
+ <p>
+ Create an iterator from a sequence of endpoints, host and service
+ name.
+ </p>
</td>
</tr>
<tr>
@@ -209,7 +213,7 @@ The iterator type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__resolver_service.iterator_type.h2"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.iterator_type.friends"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.iterator_type.friends"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -267,31 +271,29 @@ The iterator type.
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.iterator_type.h3"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.iterator_type.thread_safety"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.iterator_type.thread_safety"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__resolver_service.iterator_type.h4"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.iterator_type.requirements"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.iterator_type.requirements"></a></span><a class="link" href="iterator_type.html#boost_asio.reference.ip__resolver_service.iterator_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html b/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html
index 18f0945f40..f25a2cb353 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="iterator_type.html" title="ip::resolver_service::iterator_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ip__resolver_service.protocol_type"></a><a class="link" href="protocol_type.html" title="ip::resolver_service::protocol_type">ip::resolver_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1413879"></a>
+ <a class="indexterm" name="idp178096800"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__resolver_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.ip__resolver_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/query_type.html b/doc/html/boost_asio/reference/ip__resolver_service/query_type.html
index 2f09d843c3..8d3f5acb3a 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/query_type.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/query_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::query_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="protocol_type.html" title="ip::resolver_service::protocol_type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__resolver_service.query_type"></a><a class="link" href="query_type.html" title="ip::resolver_service::query_type">ip::resolver_service::query_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1413990"></a>
+ <a class="indexterm" name="idp178108928"></a>
The query type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver_query</span><span class="special">&lt;</span> <span class="identifier">InternetProtocol</span> <span class="special">&gt;</span> <span class="identifier">query_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__resolver_service.query_type.h0"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.query_type.types"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.query_type.types"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@ The query type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__resolver_service.query_type.h1"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.query_type.member_functions"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.query_type.member_functions"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -165,7 +165,7 @@ The query type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__resolver_service.query_type.h2"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.query_type.data_members"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.query_type.data_members"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -284,31 +284,29 @@ The query type.
</p>
<h6>
<a name="boost_asio.reference.ip__resolver_service.query_type.h3"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.query_type.thread_safety"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.query_type.thread_safety"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__resolver_service.query_type.h4"></a>
- <span><a name="boost_asio.reference.ip__resolver_service.query_type.requirements"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__resolver_service.query_type.requirements"></a></span><a class="link" href="query_type.html#boost_asio.reference.ip__resolver_service.query_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/resolver_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/resolve.html b/doc/html/boost_asio/reference/ip__resolver_service/resolve.html
index 5e370649ee..c7418b1455 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/resolve.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/resolve.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::resolve</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="query_type.html" title="ip::resolver_service::query_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.resolve"></a><a class="link" href="resolve.html" title="ip::resolver_service::resolve">ip::resolver_service::resolve</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1414793"></a>
+ <a class="indexterm" name="idp178197616"></a>
Resolve a query to a list of entries.
</p>
<pre class="programlisting"><span class="identifier">iterator_type</span> <a class="link" href="resolve/overload1.html" title="ip::resolver_service::resolve (1 of 2 overloads)">resolve</a><span class="special">(</span>
@@ -48,7 +48,7 @@ Resolve a query to a list of entries.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html b/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html
index 9456e102a4..9e1d1ed6f6 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::resolve (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::resolver_service::resolve">
<link rel="prev" href="../resolve.html" title="ip::resolver_service::resolve">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html b/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html
index b9c10800df..1ada61fe9c 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::resolve (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../resolve.html" title="ip::resolver_service::resolve">
<link rel="prev" href="overload1.html" title="ip::resolver_service::resolve (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html b/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html
index 214ea4a3a6..c38630f9af 100644
--- a/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html
+++ b/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::resolver_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service">
<link rel="prev" href="resolve/overload2.html" title="ip::resolver_service::resolve (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__resolver_service.resolver_service"></a><a class="link" href="resolver_service.html" title="ip::resolver_service::resolver_service">ip::resolver_service::resolver_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1415604"></a>
+ <a class="indexterm" name="idp178262256"></a>
Construct a new resolver service for
the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new resolver service for
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp.html b/doc/html/boost_asio/reference/ip__tcp.html
index 63e448245b..f7720b88af 100644
--- a/doc/html/boost_asio/reference/ip__tcp.html
+++ b/doc/html/boost_asio/reference/ip__tcp.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__resolver_service/resolver_service.html" title="ip::resolver_service::resolver_service">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__tcp.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.types"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.types"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -129,7 +129,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__tcp.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.member_functions"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.member_functions"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -214,7 +214,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__tcp.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.friends"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.friends"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -266,31 +266,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__tcp.h3"></a>
- <span><a name="boost_asio.reference.ip__tcp.thread_safety"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.thread_safety"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
<a name="boost_asio.reference.ip__tcp.h4"></a>
- <span><a name="boost_asio.reference.ip__tcp.requirements"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.requirements"></a></span><a class="link" href="ip__tcp.html#boost_asio.reference.ip__tcp.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/acceptor.html b/doc/html/boost_asio/reference/ip__tcp/acceptor.html
index f74d40b782..8fc859c516 100644
--- a/doc/html/boost_asio/reference/ip__tcp/acceptor.html
+++ b/doc/html/boost_asio/reference/ip__tcp/acceptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::acceptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="../ip__tcp.html" title="ip::tcp">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__tcp.acceptor"></a><a class="link" href="acceptor.html" title="ip::tcp::acceptor">ip::tcp::acceptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1416424"></a>
+ <a class="indexterm" name="idp178355904"></a>
The TCP acceptor type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">tcp</span> <span class="special">&gt;</span> <span class="identifier">acceptor</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.types"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.types"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -316,7 +316,7 @@ The TCP acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -398,6 +398,10 @@ The TCP acceptor type.
<p>
Move-construct a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-construct a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -585,6 +589,10 @@ The TCP acceptor type.
<p>
Move-assign a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-assign a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -603,7 +611,7 @@ The TCP acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.protected_member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.protected_member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -652,7 +660,7 @@ The TCP acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h3"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.data_members">Data Members</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -736,7 +744,7 @@ The TCP acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h4"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.protected_data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.protected_data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -791,19 +799,17 @@ The TCP acceptor type.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h5"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.thread_safety"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.thread_safety"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h6"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.example"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.example"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.example">Example</a>
</h6>
<p>
Opening a socket acceptor with the SO_REUSEADDR option enabled:
@@ -817,18 +823,18 @@ The TCP acceptor type.
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.acceptor.h7"></a>
- <span><a name="boost_asio.reference.ip__tcp.acceptor.requirements"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.acceptor.requirements"></a></span><a class="link" href="acceptor.html#boost_asio.reference.ip__tcp.acceptor.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/endpoint.html b/doc/html/boost_asio/reference/ip__tcp/endpoint.html
index 1af2396d21..16c889bb25 100644
--- a/doc/html/boost_asio/reference/ip__tcp/endpoint.html
+++ b/doc/html/boost_asio/reference/ip__tcp/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="acceptor.html" title="ip::tcp::acceptor">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__tcp.endpoint"></a><a class="link" href="endpoint.html" title="ip::tcp::endpoint">ip::tcp::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1418784"></a>
+ <a class="indexterm" name="idp178626112"></a>
The type of a TCP endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">tcp</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of a TCP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -238,7 +238,7 @@ The type of a TCP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -334,7 +334,7 @@ The type of a TCP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h3"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -373,30 +373,28 @@ The type of a TCP endpoint.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h4"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.endpoint.h5"></a>
- <span><a name="boost_asio.reference.ip__tcp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__tcp.endpoint.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/family.html b/doc/html/boost_asio/reference/ip__tcp/family.html
index 96d09eb438..84d8139a00 100644
--- a/doc/html/boost_asio/reference/ip__tcp/family.html
+++ b/doc/html/boost_asio/reference/ip__tcp/family.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::family</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="endpoint.html" title="ip::tcp::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.family"></a><a class="link" href="family.html" title="ip::tcp::family">ip::tcp::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1419785"></a>
+ <a class="indexterm" name="idp178738176"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/iostream.html b/doc/html/boost_asio/reference/ip__tcp/iostream.html
index f6968be442..b059b151a0 100644
--- a/doc/html/boost_asio/reference/ip__tcp/iostream.html
+++ b/doc/html/boost_asio/reference/ip__tcp/iostream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::iostream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="family.html" title="ip::tcp::family">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__tcp.iostream"></a><a class="link" href="iostream.html" title="ip::tcp::iostream">ip::tcp::iostream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1419845"></a>
+ <a class="indexterm" name="idp178745312"></a>
The TCP iostream type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket_iostream</span><span class="special">&lt;</span> <span class="identifier">tcp</span> <span class="special">&gt;</span> <span class="identifier">iostream</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.iostream.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.iostream.types"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.iostream.types"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@ The TCP iostream type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.iostream.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.iostream.member_functions"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.iostream.member_functions"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -214,18 +214,18 @@ The TCP iostream type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.iostream.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.iostream.requirements"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.iostream.requirements"></a></span><a class="link" href="iostream.html#boost_asio.reference.ip__tcp.iostream.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/no_delay.html b/doc/html/boost_asio/reference/ip__tcp/no_delay.html
index 7186b02896..8a9959ad7c 100644
--- a/doc/html/boost_asio/reference/ip__tcp/no_delay.html
+++ b/doc/html/boost_asio/reference/ip__tcp/no_delay.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::no_delay</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="iostream.html" title="ip::tcp::iostream">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.no_delay"></a><a class="link" href="no_delay.html" title="ip::tcp::no_delay">ip::tcp::no_delay</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1420394"></a>
+ <a class="indexterm" name="idp178807344"></a>
Socket option for disabling the Nagle algorithm.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">no_delay</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option for disabling the Nagle algorithm.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.no_delay.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.no_delay.examples"></a></span><a class="link" href="no_delay.html#boost_asio.reference.ip__tcp.no_delay.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.no_delay.examples"></a></span><a class="link" href="no_delay.html#boost_asio.reference.ip__tcp.no_delay.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option for disabling the Nagle algorithm.
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.no_delay.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.no_delay.requirements"></a></span><a class="link" href="no_delay.html#boost_asio.reference.ip__tcp.no_delay.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.no_delay.requirements"></a></span><a class="link" href="no_delay.html#boost_asio.reference.ip__tcp.no_delay.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html
index 4059f214a9..7f590747f5 100644
--- a/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="operator_not__eq_.html" title="ip::tcp::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::tcp::operator==">ip::tcp::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1421041"></a>
+ <a class="indexterm" name="idp178884160"></a>
Compare two protocols for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two protocols for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__tcp.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__tcp.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html
index a6cad2a632..d567ba7c3f 100644
--- a/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="no_delay.html" title="ip::tcp::no_delay">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::tcp::operator!=">ip::tcp::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1420880"></a>
+ <a class="indexterm" name="idp178865440"></a>
Compare two protocols for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two protocols for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__tcp.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__tcp.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/protocol.html b/doc/html/boost_asio/reference/ip__tcp/protocol.html
index 6eb06d4963..8ca79d1270 100644
--- a/doc/html/boost_asio/reference/ip__tcp/protocol.html
+++ b/doc/html/boost_asio/reference/ip__tcp/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="operator_eq__eq_.html" title="ip::tcp::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.protocol"></a><a class="link" href="protocol.html" title="ip::tcp::protocol">ip::tcp::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1421203"></a>
+ <a class="indexterm" name="idp178902720"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/resolver.html b/doc/html/boost_asio/reference/ip__tcp/resolver.html
index 1ff4a16cc1..d5f42a7459 100644
--- a/doc/html/boost_asio/reference/ip__tcp/resolver.html
+++ b/doc/html/boost_asio/reference/ip__tcp/resolver.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::resolver</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="protocol.html" title="ip::tcp::protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__tcp.resolver"></a><a class="link" href="resolver.html" title="ip::tcp::resolver">ip::tcp::resolver</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1421264"></a>
+ <a class="indexterm" name="idp178909664"></a>
The TCP resolver type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver</span><span class="special">&lt;</span> <span class="identifier">tcp</span> <span class="special">&gt;</span> <span class="identifier">resolver</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ The TCP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -223,7 +223,7 @@ The TCP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -272,7 +272,7 @@ The TCP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h3"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -327,30 +327,28 @@ The TCP resolver type.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h4"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.resolver.h5"></a>
- <span><a name="boost_asio.reference.ip__tcp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__tcp.resolver.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/socket.html b/doc/html/boost_asio/reference/ip__tcp/socket.html
index 38356e79e9..ea06cee7da 100644
--- a/doc/html/boost_asio/reference/ip__tcp/socket.html
+++ b/doc/html/boost_asio/reference/ip__tcp/socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="resolver.html" title="ip::tcp::resolver">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__tcp.socket"></a><a class="link" href="socket.html" title="ip::tcp::socket">ip::tcp::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1422160"></a>
+ <a class="indexterm" name="idp179010384"></a>
The TCP socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">tcp</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h0"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -328,7 +328,7 @@ The TCP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h1"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.member_functions">Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -467,6 +467,10 @@ The TCP socket type.
<p>
Move-construct a basic_stream_socket from another.
</p>
+ <p>
+ Move-construct a basic_stream_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -668,6 +672,10 @@ The TCP socket type.
<p>
Move-assign a basic_stream_socket from another.
</p>
+ <p>
+ Move-assign a basic_stream_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -761,7 +769,7 @@ The TCP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h2"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -810,7 +818,7 @@ The TCP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h3"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -895,7 +903,7 @@ The TCP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h4"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -950,31 +958,29 @@ The TCP socket type.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h5"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__tcp.socket.h6"></a>
- <span><a name="boost_asio.reference.ip__tcp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__tcp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__tcp.socket.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/tcp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/tcp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/type.html b/doc/html/boost_asio/reference/ip__tcp/type.html
index dd8ab641b2..843b522666 100644
--- a/doc/html/boost_asio/reference/ip__tcp/type.html
+++ b/doc/html/boost_asio/reference/ip__tcp/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="socket.html" title="ip::tcp::socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.type"></a><a class="link" href="type.html" title="ip::tcp::type">ip::tcp::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1424536"></a>
+ <a class="indexterm" name="idp179279072"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/v4.html b/doc/html/boost_asio/reference/ip__tcp/v4.html
index 8fcb45267d..86f1d65f94 100644
--- a/doc/html/boost_asio/reference/ip__tcp/v4.html
+++ b/doc/html/boost_asio/reference/ip__tcp/v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="type.html" title="ip::tcp::type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.v4"></a><a class="link" href="v4.html" title="ip::tcp::v4">ip::tcp::v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1424594"></a>
+ <a class="indexterm" name="idp179286064"></a>
Construct to represent the IPv4 TCP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">tcp</span> <span class="identifier">v4</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv4 TCP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__tcp/v6.html b/doc/html/boost_asio/reference/ip__tcp/v6.html
index f8b299d68a..943edcb966 100644
--- a/doc/html/boost_asio/reference/ip__tcp/v6.html
+++ b/doc/html/boost_asio/reference/ip__tcp/v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::tcp::v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__tcp.html" title="ip::tcp">
<link rel="prev" href="v4.html" title="ip::tcp::v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__tcp.v6"></a><a class="link" href="v6.html" title="ip::tcp::v6">ip::tcp::v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1424648"></a>
+ <a class="indexterm" name="idp179292544"></a>
Construct to represent the IPv6 TCP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">tcp</span> <span class="identifier">v6</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv6 TCP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp.html b/doc/html/boost_asio/reference/ip__udp.html
index 9899c3d9e9..6b0a770378 100644
--- a/doc/html/boost_asio/reference/ip__udp.html
+++ b/doc/html/boost_asio/reference/ip__udp.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__tcp/v6.html" title="ip::tcp::v6">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ip__udp.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.types"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.types"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -93,7 +93,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__udp.h1"></a>
- <span><a name="boost_asio.reference.ip__udp.member_functions"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.member_functions"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -178,7 +178,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ip__udp.h2"></a>
- <span><a name="boost_asio.reference.ip__udp.friends"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.friends"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -230,31 +230,29 @@
</p>
<h5>
<a name="boost_asio.reference.ip__udp.h3"></a>
- <span><a name="boost_asio.reference.ip__udp.thread_safety"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.thread_safety"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
<a name="boost_asio.reference.ip__udp.h4"></a>
- <span><a name="boost_asio.reference.ip__udp.requirements"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.requirements"></a></span><a class="link" href="ip__udp.html#boost_asio.reference.ip__udp.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/endpoint.html b/doc/html/boost_asio/reference/ip__udp/endpoint.html
index 455747e9f0..44b92f72c5 100644
--- a/doc/html/boost_asio/reference/ip__udp/endpoint.html
+++ b/doc/html/boost_asio/reference/ip__udp/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="../ip__udp.html" title="ip::udp">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__udp.endpoint"></a><a class="link" href="endpoint.html" title="ip::udp::endpoint">ip::udp::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1425338"></a>
+ <a class="indexterm" name="idp179371152"></a>
The type of a UDP endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of a UDP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h1"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -238,7 +238,7 @@ The type of a UDP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h2"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -334,7 +334,7 @@ The type of a UDP endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h3"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -373,30 +373,28 @@ The type of a UDP endpoint.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h4"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.endpoint.h5"></a>
- <span><a name="boost_asio.reference.ip__udp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.ip__udp.endpoint.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/family.html b/doc/html/boost_asio/reference/ip__udp/family.html
index c19c762dc4..ce12f4752f 100644
--- a/doc/html/boost_asio/reference/ip__udp/family.html
+++ b/doc/html/boost_asio/reference/ip__udp/family.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::family</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="endpoint.html" title="ip::udp::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.family"></a><a class="link" href="family.html" title="ip::udp::family">ip::udp::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1426338"></a>
+ <a class="indexterm" name="idp179483184"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
index fcddfb474d..93dbb92c7b 100644
--- a/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="operator_not__eq_.html" title="ip::udp::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::udp::operator==">ip::udp::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1426561"></a>
+ <a class="indexterm" name="idp179509184"></a>
Compare two protocols for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two protocols for equality.
</pre>
<h6>
<a name="boost_asio.reference.ip__udp.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__udp.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__udp.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
index cde0721e63..2f6915f7a4 100644
--- a/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="family.html" title="ip::udp::family">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::udp::operator!=">ip::udp::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1426399"></a>
+ <a class="indexterm" name="idp179490400"></a>
Compare two protocols for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two protocols for inequality.
</pre>
<h6>
<a name="boost_asio.reference.ip__udp.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__udp.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__udp.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/protocol.html b/doc/html/boost_asio/reference/ip__udp/protocol.html
index 886dcf5fe5..0cdbba8490 100644
--- a/doc/html/boost_asio/reference/ip__udp/protocol.html
+++ b/doc/html/boost_asio/reference/ip__udp/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="operator_eq__eq_.html" title="ip::udp::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.protocol"></a><a class="link" href="protocol.html" title="ip::udp::protocol">ip::udp::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1426722"></a>
+ <a class="indexterm" name="idp179527808"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/resolver.html b/doc/html/boost_asio/reference/ip__udp/resolver.html
index 34378c90e6..ced5afc4b2 100644
--- a/doc/html/boost_asio/reference/ip__udp/resolver.html
+++ b/doc/html/boost_asio/reference/ip__udp/resolver.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::resolver</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="protocol.html" title="ip::udp::protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__udp.resolver"></a><a class="link" href="resolver.html" title="ip::udp::resolver">ip::udp::resolver</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1426782"></a>
+ <a class="indexterm" name="idp179534864"></a>
The UDP resolver type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">resolver</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.types"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ The UDP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h1"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -223,7 +223,7 @@ The UDP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h2"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.protected_member_functions"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -272,7 +272,7 @@ The UDP resolver type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h3"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.protected_data_members"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -327,30 +327,28 @@ The UDP resolver type.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h4"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.thread_safety">Thread Safety</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.thread_safety"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.thread_safety">Thread Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.resolver.h5"></a>
- <span><a name="boost_asio.reference.ip__udp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.resolver.requirements"></a></span><a class="link" href="resolver.html#boost_asio.reference.ip__udp.resolver.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/socket.html b/doc/html/boost_asio/reference/ip__udp/socket.html
index bcdfb7e146..befcd2c71c 100644
--- a/doc/html/boost_asio/reference/ip__udp/socket.html
+++ b/doc/html/boost_asio/reference/ip__udp/socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="resolver.html" title="ip::udp::resolver">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ip__udp.socket"></a><a class="link" href="socket.html" title="ip::udp::socket">ip::udp::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1427679"></a>
+ <a class="indexterm" name="idp179635536"></a>
The UDP socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h0"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -328,7 +328,7 @@ The UDP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h1"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.member_functions">Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -467,6 +467,10 @@ The UDP socket type.
<p>
Move-construct a basic_datagram_socket from another.
</p>
+ <p>
+ Move-construct a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -668,6 +672,10 @@ The UDP socket type.
<p>
Move-assign a basic_datagram_socket from another.
</p>
+ <p>
+ Move-assign a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -758,7 +766,7 @@ The UDP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h2"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -807,7 +815,7 @@ The UDP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h3"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -892,7 +900,7 @@ The UDP socket type.
</table></div>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h4"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -947,31 +955,29 @@ The UDP socket type.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h5"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.ip__udp.socket.h6"></a>
- <span><a name="boost_asio.reference.ip__udp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__udp.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.ip__udp.socket.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/udp.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/udp.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/type.html b/doc/html/boost_asio/reference/ip__udp/type.html
index 166cdd09ad..0d04ff0181 100644
--- a/doc/html/boost_asio/reference/ip__udp/type.html
+++ b/doc/html/boost_asio/reference/ip__udp/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="socket.html" title="ip::udp::socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.type"></a><a class="link" href="type.html" title="ip::udp::type">ip::udp::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1430055"></a>
+ <a class="indexterm" name="idp179904160"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/v4.html b/doc/html/boost_asio/reference/ip__udp/v4.html
index a802e5a8c4..609868ed11 100644
--- a/doc/html/boost_asio/reference/ip__udp/v4.html
+++ b/doc/html/boost_asio/reference/ip__udp/v4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::v4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="type.html" title="ip::udp::type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.v4"></a><a class="link" href="v4.html" title="ip::udp::v4">ip::udp::v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1430114"></a>
+ <a class="indexterm" name="idp179911152"></a>
Construct to represent the IPv4 UDP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">udp</span> <span class="identifier">v4</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv4 UDP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__udp/v6.html b/doc/html/boost_asio/reference/ip__udp/v6.html
index 90f12f79cf..ac63bd6e62 100644
--- a/doc/html/boost_asio/reference/ip__udp/v6.html
+++ b/doc/html/boost_asio/reference/ip__udp/v6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::udp::v6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__udp.html" title="ip::udp">
<link rel="prev" href="v4.html" title="ip::udp::v4">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.v6"></a><a class="link" href="v6.html" title="ip::udp::v6">ip::udp::v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1430169"></a>
+ <a class="indexterm" name="idp179917632"></a>
Construct to represent the IPv6 UDP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">udp</span> <span class="identifier">v6</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Construct to represent the IPv6 UDP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__unicast__hops.html b/doc/html/boost_asio/reference/ip__unicast__hops.html
index 441dc05276..104849f78f 100644
--- a/doc/html/boost_asio/reference/ip__unicast__hops.html
+++ b/doc/html/boost_asio/reference/ip__unicast__hops.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::unicast::hops</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__udp/v6.html" title="ip::udp::v6">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__unicast__hops"></a><a class="link" href="ip__unicast__hops.html" title="ip::unicast::hops">ip::unicast::hops</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1430226"></a>
+ <a class="indexterm" name="idp179924304"></a>
Socket option for time-to-live associated with outgoing
unicast packets.
</p>
@@ -38,7 +38,7 @@ Socket option for time-to-live associated with outgoing
</p>
<h5>
<a name="boost_asio.reference.ip__unicast__hops.h0"></a>
- <span><a name="boost_asio.reference.ip__unicast__hops.examples"></a></span><a class="link" href="ip__unicast__hops.html#boost_asio.reference.ip__unicast__hops.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__unicast__hops.examples"></a></span><a class="link" href="ip__unicast__hops.html#boost_asio.reference.ip__unicast__hops.examples">Examples</a>
</h5>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for time-to-live associated with outgoing
</pre>
<h5>
<a name="boost_asio.reference.ip__unicast__hops.h1"></a>
- <span><a name="boost_asio.reference.ip__unicast__hops.requirements"></a></span><a class="link" href="ip__unicast__hops.html#boost_asio.reference.ip__unicast__hops.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__unicast__hops.requirements"></a></span><a class="link" href="ip__unicast__hops.html#boost_asio.reference.ip__unicast__hops.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/unicast.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/unicast.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ip__v6_only.html b/doc/html/boost_asio/reference/ip__v6_only.html
index c8564b45aa..a87739ed35 100644
--- a/doc/html/boost_asio/reference/ip__v6_only.html
+++ b/doc/html/boost_asio/reference/ip__v6_only.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::v6_only</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__unicast__hops.html" title="ip::unicast::hops">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__v6_only"></a><a class="link" href="ip__v6_only.html" title="ip::v6_only">ip::v6_only</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1430710"></a>
+ <a class="indexterm" name="idp179982080"></a>
Socket option for determining whether an IPv6 socket supports
IPv6 communication only.
</p>
@@ -38,7 +38,7 @@ Socket option for determining whether an IPv6 socket supports
</p>
<h5>
<a name="boost_asio.reference.ip__v6_only.h0"></a>
- <span><a name="boost_asio.reference.ip__v6_only.examples"></a></span><a class="link" href="ip__v6_only.html#boost_asio.reference.ip__v6_only.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__v6_only.examples"></a></span><a class="link" href="ip__v6_only.html#boost_asio.reference.ip__v6_only.examples">Examples</a>
</h5>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for determining whether an IPv6 socket supports
</pre>
<h5>
<a name="boost_asio.reference.ip__v6_only.h1"></a>
- <span><a name="boost_asio.reference.ip__v6_only.requirements"></a></span><a class="link" href="ip__v6_only.html#boost_asio.reference.ip__v6_only.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ip__v6_only.requirements"></a></span><a class="link" href="ip__v6_only.html#boost_asio.reference.ip__v6_only.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ip/v6_only.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/v6_only.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html
index 96ba4172a8..ce7e613a72 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="write_at/overload8.html" title="write_at (8 of 8 overloads)">
+<link rel="prev" href="yield_context.html" title="yield_context">
<link rel="next" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;::value">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="write_at/overload8.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="yield_context.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.h0"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__addrinfo_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__addrinfo_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -64,18 +64,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.h1"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__addrinfo_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__addrinfo_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__addrinfo_errors__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -83,7 +83,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="write_at/overload8.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="yield_context.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html
index 554195a86c..e5020dd6d0 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_error_code_enum_lt__addrinfo_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;">
<link rel="prev" href="../is_error_code_enum_lt__addrinfo_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;">
@@ -28,14 +28,14 @@
boost::asio::error::addrinfo_errors &gt;::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1658429"></a>
+ <a class="indexterm" name="idp207449264"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html
index f531ba837a..d64e0e4a16 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::basic_errors &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_error_code_enum_lt__addrinfo_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;::value">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.h0"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__basic_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__basic_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -64,18 +64,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.h1"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__basic_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__basic_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__basic_errors__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html
index bd0db24b33..444ea47c02 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::basic_errors &gt;::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_error_code_enum_lt__basic_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::basic_errors &gt;">
<link rel="prev" href="../is_error_code_enum_lt__basic_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::basic_errors &gt;">
@@ -28,14 +28,14 @@
boost::asio::error::basic_errors &gt;::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1658764"></a>
+ <a class="indexterm" name="idp207486928"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html
index 532164955e..a7438ce0d2 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::misc_errors &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_error_code_enum_lt__basic_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::basic_errors &gt;::value">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.h0"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__misc_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__misc_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -64,18 +64,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.h1"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__misc_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__misc_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__misc_errors__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html
index d663db86be..d14b3e5583 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::misc_errors &gt;::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_error_code_enum_lt__misc_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::misc_errors &gt;">
<link rel="prev" href="../is_error_code_enum_lt__misc_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::misc_errors &gt;">
@@ -28,14 +28,14 @@
boost::asio::error::misc_errors &gt;::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1659097"></a>
+ <a class="indexterm" name="idp207524512"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html
index fcb1245c36..a96c4e87d6 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::netdb_errors &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_error_code_enum_lt__misc_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::misc_errors &gt;::value">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.h0"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__netdb_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__netdb_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -64,18 +64,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.h1"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__netdb_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__netdb_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__netdb_errors__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html
index 1eaae4afe1..1e02154017 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::netdb_errors &gt;::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_error_code_enum_lt__netdb_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::netdb_errors &gt;">
<link rel="prev" href="../is_error_code_enum_lt__netdb_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::netdb_errors &gt;">
@@ -28,14 +28,14 @@
boost::asio::error::netdb_errors &gt;::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1659432"></a>
+ <a class="indexterm" name="idp207562176"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html
index dc2cee7286..43be261d4a 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::ssl_errors &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_error_code_enum_lt__netdb_errors__gt_/value.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::netdb_errors &gt;::value">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.h0"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__ssl_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.data_members"></a></span><a class="link" href="is_error_code_enum_lt__ssl_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -64,18 +64,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.h1"></a>
- <span><a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__ssl_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.requirements"></a></span><a class="link" href="is_error_code_enum_lt__ssl_errors__gt_.html#boost_asio.reference.is_error_code_enum_lt__ssl_errors__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/error.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/error.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html b/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html
index 21f5844be8..ce3775713c 100644
--- a/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html
+++ b/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::system::is_error_code_enum&lt; boost::asio::error::ssl_errors &gt;::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_error_code_enum_lt__ssl_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::ssl_errors &gt;">
<link rel="prev" href="../is_error_code_enum_lt__ssl_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::ssl_errors &gt;">
@@ -28,14 +28,14 @@
boost::asio::error::ssl_errors &gt;::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1659765"></a>
+ <a class="indexterm" name="idp207599888"></a>
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_match_condition.html b/doc/html/boost_asio/reference/is_match_condition.html
index 2201175af8..cde0c359f5 100644
--- a/doc/html/boost_asio/reference/is_match_condition.html
+++ b/doc/html/boost_asio/reference/is_match_condition.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_match_condition</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ip__v6_only.html" title="ip::v6_only">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_match_condition.h0"></a>
- <span><a name="boost_asio.reference.is_match_condition.data_members"></a></span><a class="link" href="is_match_condition.html#boost_asio.reference.is_match_condition.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.is_match_condition.data_members"></a></span><a class="link" href="is_match_condition.html#boost_asio.reference.is_match_condition.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -70,18 +70,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_match_condition.h1"></a>
- <span><a name="boost_asio.reference.is_match_condition.requirements"></a></span><a class="link" href="is_match_condition.html#boost_asio.reference.is_match_condition.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_match_condition.requirements"></a></span><a class="link" href="is_match_condition.html#boost_asio.reference.is_match_condition.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read_until.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read_until.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_match_condition/value.html b/doc/html/boost_asio/reference/is_match_condition/value.html
index 3e463d4911..dc620aa888 100644
--- a/doc/html/boost_asio/reference/is_match_condition/value.html
+++ b/doc/html/boost_asio/reference/is_match_condition/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_match_condition::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_match_condition.html" title="is_match_condition">
<link rel="prev" href="../is_match_condition.html" title="is_match_condition">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.is_match_condition.value"></a><a class="link" href="value.html" title="is_match_condition::value">is_match_condition::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1431381"></a>
+ <a class="indexterm" name="idp180060704"></a>
The value member is true if the type may be used
as a match condition.
</p>
@@ -36,7 +36,7 @@ The value member is true if the type may be used
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_read_buffered.html b/doc/html/boost_asio/reference/is_read_buffered.html
index 5a74dbb408..128a9e72f4 100644
--- a/doc/html/boost_asio/reference/is_read_buffered.html
+++ b/doc/html/boost_asio/reference/is_read_buffered.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_read_buffered</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_match_condition/value.html" title="is_match_condition::value">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_read_buffered.h0"></a>
- <span><a name="boost_asio.reference.is_read_buffered.data_members"></a></span><a class="link" href="is_read_buffered.html#boost_asio.reference.is_read_buffered.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_read_buffered.data_members"></a></span><a class="link" href="is_read_buffered.html#boost_asio.reference.is_read_buffered.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -73,18 +73,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_read_buffered.h1"></a>
- <span><a name="boost_asio.reference.is_read_buffered.requirements"></a></span><a class="link" href="is_read_buffered.html#boost_asio.reference.is_read_buffered.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_read_buffered.requirements"></a></span><a class="link" href="is_read_buffered.html#boost_asio.reference.is_read_buffered.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/is_read_buffered.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/is_read_buffered.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_read_buffered/value.html b/doc/html/boost_asio/reference/is_read_buffered/value.html
index 0cc22ee7dd..642c67ed7b 100644
--- a/doc/html/boost_asio/reference/is_read_buffered/value.html
+++ b/doc/html/boost_asio/reference/is_read_buffered/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_read_buffered::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_read_buffered.html" title="is_read_buffered">
<link rel="prev" href="../is_read_buffered.html" title="is_read_buffered">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.is_read_buffered.value"></a><a class="link" href="value.html" title="is_read_buffered::value">is_read_buffered::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1431667"></a>
+ <a class="indexterm" name="idp180093168"></a>
The value member is true only if the Stream type supports
buffering of read data.
</p>
@@ -36,7 +36,7 @@ The value member is true only if the Stream type supports
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_write_buffered.html b/doc/html/boost_asio/reference/is_write_buffered.html
index 1efb675ed3..488a6fea93 100644
--- a/doc/html/boost_asio/reference/is_write_buffered.html
+++ b/doc/html/boost_asio/reference/is_write_buffered.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_write_buffered</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_read_buffered/value.html" title="is_read_buffered::value">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.is_write_buffered.h0"></a>
- <span><a name="boost_asio.reference.is_write_buffered.data_members"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.is_write_buffered.data_members"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -73,18 +73,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.is_write_buffered.h1"></a>
- <span><a name="boost_asio.reference.is_write_buffered.requirements"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.is_write_buffered.requirements"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/is_write_buffered.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/is_write_buffered.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/is_write_buffered/value.html b/doc/html/boost_asio/reference/is_write_buffered/value.html
index 882f0c8f72..908b6b77fd 100644
--- a/doc/html/boost_asio/reference/is_write_buffered/value.html
+++ b/doc/html/boost_asio/reference/is_write_buffered/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_write_buffered::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../is_write_buffered.html" title="is_write_buffered">
<link rel="prev" href="../is_write_buffered.html" title="is_write_buffered">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.is_write_buffered.value"></a><a class="link" href="value.html" title="is_write_buffered::value">is_write_buffered::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1431955"></a>
+ <a class="indexterm" name="idp180125552"></a>
The value member is true only if the Stream type
supports buffering of written data.
</p>
@@ -36,7 +36,7 @@ The value member is true only if the Stream type
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint.html b/doc/html/boost_asio/reference/local__basic_endpoint.html
index 3debed2dce..823f54e57d 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="is_write_buffered/value.html" title="is_write_buffered::value">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.types"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.types"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -84,7 +84,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h1"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.member_functions"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.member_functions"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -214,7 +214,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h2"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.friends"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.friends"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.friends">Friends</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -310,7 +310,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h3"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.related_functions"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.related_functions"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -349,31 +349,29 @@
</p>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h4"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.thread_safety"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.thread_safety"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.local__basic_endpoint.h5"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.requirements"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.requirements"></a></span><a class="link" href="local__basic_endpoint.html#boost_asio.reference.local__basic_endpoint.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html
index 4f0d9a4bc6..119149a20f 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="../local__basic_endpoint.html" title="local::basic_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.basic_endpoint"></a><a class="link" href="basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">local::basic_endpoint::basic_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1433263"></a>
+ <a class="indexterm" name="idp180242672"></a>
Default constructor.
</p>
<pre class="programlisting"><a class="link" href="basic_endpoint/overload1.html" title="local::basic_endpoint::basic_endpoint (1 of 4 overloads)">basic_endpoint</a><span class="special">();</span>
@@ -54,7 +54,7 @@ Default constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html
index 5b16372ce6..77aadd943d 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html
index d88c5134ef..e709840821 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload1.html" title="local::basic_endpoint::basic_endpoint (1 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html
index 727eaf013a..39b44d5c63 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload2.html" title="local::basic_endpoint::basic_endpoint (2 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html
index ba75bea414..01e8dafa89 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload3.html" title="local::basic_endpoint::basic_endpoint (3 of 4 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html b/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html
index 79e10b528f..401e48c94c 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::capacity</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="basic_endpoint/overload4.html" title="local::basic_endpoint::basic_endpoint (4 of 4 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.capacity"></a><a class="link" href="capacity.html" title="local::basic_endpoint::capacity">local::basic_endpoint::capacity</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1433757"></a>
+ <a class="indexterm" name="idp180298976"></a>
Get the capacity of the endpoint in the native
type.
</p>
@@ -36,7 +36,7 @@ Get the capacity of the endpoint in the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/data.html b/doc/html/boost_asio/reference/local__basic_endpoint/data.html
index 76a7c5cd7c..3c1e974d9c 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/data.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/data.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="capacity.html" title="local::basic_endpoint::capacity">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.data"></a><a class="link" href="data.html" title="local::basic_endpoint::data">local::basic_endpoint::data</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1433827"></a>
+ <a class="indexterm" name="idp180307296"></a>
Get the underlying endpoint in the native type.
</p>
<pre class="programlisting"><span class="identifier">data_type</span> <span class="special">*</span> <a class="link" href="data/overload1.html" title="local::basic_endpoint::data (1 of 2 overloads)">data</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the underlying endpoint in the native type.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html b/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html
index 34d1785367..dac5532bb5 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../data.html" title="local::basic_endpoint::data">
<link rel="prev" href="../data.html" title="local::basic_endpoint::data">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html b/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html
index dd913383eb..d70d6ebe21 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../data.html" title="local::basic_endpoint::data">
<link rel="prev" href="overload1.html" title="local::basic_endpoint::data (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html b/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html
index aa3865c428..dc9b1cec44 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="data/overload2.html" title="local::basic_endpoint::data (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.data_type"></a><a class="link" href="data_type.html" title="local::basic_endpoint::data_type">local::basic_endpoint::data_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1434063"></a>
+ <a class="indexterm" name="idp180334672"></a>
The type of the endpoint structure. This
type is dependent on the underlying implementation of the socket layer.
</p>
@@ -35,18 +35,18 @@ The type of the endpoint structure. This
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.data_type.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.local__basic_endpoint.data_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.local__basic_endpoint.data_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html
index a0dff50985..d062b2b9d4 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_lt__eq_.html" title="local::basic_endpoint::operator&lt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_eq_"></a><a class="link" href="operator_eq_.html" title="local::basic_endpoint::operator=">local::basic_endpoint::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1435058"></a>
+ <a class="indexterm" name="idp180449056"></a>
Assign from another endpoint.
</p>
<pre class="programlisting"><span class="identifier">basic_endpoint</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -36,7 +36,7 @@ Assign from another endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html
index 1b0fe0e377..bf5b6dfdd6 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_eq_.html" title="local::basic_endpoint::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="local::basic_endpoint::operator==">local::basic_endpoint::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1435143"></a>
+ <a class="indexterm" name="idp180459040"></a>
Compare two endpoints for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -36,18 +36,18 @@ Compare two endpoints for equality.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_eq__eq_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.local__basic_endpoint.operator_eq__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.local__basic_endpoint.operator_eq__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html
index 6dbecc6def..694c53c3da 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator&gt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_eq__eq_.html" title="local::basic_endpoint::operator==">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_gt_"></a><a class="link" href="operator_gt_.html" title="local::basic_endpoint::operator&gt;">local::basic_endpoint::operator&gt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1435341"></a>
+ <a class="indexterm" name="idp180481792"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_gt_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.local__basic_endpoint.operator_gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_gt_.requirements"></a></span><a class="link" href="operator_gt_.html#boost_asio.reference.local__basic_endpoint.operator_gt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html
index 4d85158a4b..d6f3b8bba2 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator&gt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_gt_.html" title="local::basic_endpoint::operator&gt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_gt__eq_"></a><a class="link" href="operator_gt__eq_.html" title="local::basic_endpoint::operator&gt;=">local::basic_endpoint::operator&gt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1435539"></a>
+ <a class="indexterm" name="idp180504496"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;=(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_gt__eq_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.local__basic_endpoint.operator_gt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_gt__eq_.requirements"></a></span><a class="link" href="operator_gt__eq_.html#boost_asio.reference.local__basic_endpoint.operator_gt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html
index 245d91ff7f..0d1d4fd2a4 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_not__eq_.html" title="local::basic_endpoint::operator!=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_lt_"></a><a class="link" href="operator_lt_.html" title="local::basic_endpoint::operator&lt;">local::basic_endpoint::operator&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1434377"></a>
+ <a class="indexterm" name="idp180369872"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_lt_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_lt_.requirements"></a></span><a class="link" href="operator_lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html
index 9a523d15f5..bc8ab01e2b 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator&lt;=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_lt__lt_.html" title="local::basic_endpoint::operator&lt;&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_lt__eq_"></a><a class="link" href="operator_lt__eq_.html" title="local::basic_endpoint::operator&lt;=">local::basic_endpoint::operator&lt;=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1434861"></a>
+ <a class="indexterm" name="idp180426368"></a>
Compare endpoints for ordering.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&lt;=(</span>
@@ -36,18 +36,18 @@ Compare endpoints for ordering.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_lt__eq_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.local__basic_endpoint.operator_lt__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_lt__eq_.requirements"></a></span><a class="link" href="operator_lt__eq_.html#boost_asio.reference.local__basic_endpoint.operator_lt__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html
index a4aa9960b9..65d900ede1 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator&lt;&lt;</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_lt_.html" title="local::basic_endpoint::operator&lt;">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_"></a><a class="link" href="operator_lt__lt_.html" title="local::basic_endpoint::operator&lt;&lt;">local::basic_endpoint::operator&lt;&lt;</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1434574"></a>
+ <a class="indexterm" name="idp180392704"></a>
Output an endpoint as a string.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">Elem</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">&lt;&lt;(</span>
@@ -39,11 +39,11 @@ Output an endpoint as a string.
</p>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt__lt_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.parameters"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt__lt_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">os</span></dt>
<dd><p>
The output stream to which the string will be written.
@@ -56,7 +56,7 @@ Output an endpoint as a string.
</div>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.h1"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt__lt_.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_lt__lt_.return_value"></a></span><a class="link" href="operator_lt__lt_.html#boost_asio.reference.local__basic_endpoint.operator_lt__lt_.return_value">Return
Value</a>
</h6>
<p>
@@ -65,7 +65,7 @@ Output an endpoint as a string.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html b/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html
index e50b4def17..06ffc4a581 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::operator!=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="data_type.html" title="local::basic_endpoint::data_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="local::basic_endpoint::operator!=">local::basic_endpoint::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1434178"></a>
+ <a class="indexterm" name="idp180347008"></a>
Compare two endpoints for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -36,18 +36,18 @@ Compare two endpoints for inequality.
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.operator_not__eq_.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.local__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.local__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/path.html b/doc/html/boost_asio/reference/local__basic_endpoint/path.html
index bebbb82ba1..2038dddf02 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/path.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/path.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::path</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="operator_gt__eq_.html" title="local::basic_endpoint::operator&gt;=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.path"></a><a class="link" href="path.html" title="local::basic_endpoint::path">local::basic_endpoint::path</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1435735"></a>
+ <a class="indexterm" name="idp180527232"></a>
Get the path associated with the endpoint.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="path/overload1.html" title="local::basic_endpoint::path (1 of 3 overloads)">path</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -47,7 +47,7 @@ Get the path associated with the endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html
index 7d437cba4c..d2ad9dcdc3 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::path (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../path.html" title="local::basic_endpoint::path">
<link rel="prev" href="../path.html" title="local::basic_endpoint::path">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html
index 9196053bd8..01c3fc8826 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::path (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../path.html" title="local::basic_endpoint::path">
<link rel="prev" href="overload1.html" title="local::basic_endpoint::path (1 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html
index 899f4b6297..2acd47b6f7 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::path (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../path.html" title="local::basic_endpoint::path">
<link rel="prev" href="overload2.html" title="local::basic_endpoint::path (2 of 3 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html b/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html
index 4fd72cd42d..8fd947e12b 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="path/overload3.html" title="local::basic_endpoint::path (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.protocol"></a><a class="link" href="protocol.html" title="local::basic_endpoint::protocol">local::basic_endpoint::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1436161"></a>
+ <a class="indexterm" name="idp180577312"></a>
The protocol associated with the endpoint.
</p>
<pre class="programlisting"><span class="identifier">protocol_type</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The protocol associated with the endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html b/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html
index 055faa3ffd..2dc957e89d 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="protocol.html" title="local::basic_endpoint::protocol">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.protocol_type"></a><a class="link" href="protocol_type.html" title="local::basic_endpoint::protocol_type">local::basic_endpoint::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1436223"></a>
+ <a class="indexterm" name="idp180584560"></a>
The protocol type associated with the
endpoint.
</p>
@@ -35,18 +35,18 @@ The protocol type associated with the
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.local__basic_endpoint.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.local__basic_endpoint.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.local__basic_endpoint.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/resize.html b/doc/html/boost_asio/reference/local__basic_endpoint/resize.html
index c603b8ed8a..2ddfbe0241 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/resize.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/resize.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::resize</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="protocol_type.html" title="local::basic_endpoint::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.resize"></a><a class="link" href="resize.html" title="local::basic_endpoint::resize">local::basic_endpoint::resize</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1436336"></a>
+ <a class="indexterm" name="idp180596912"></a>
Set the underlying size of the endpoint in the
native type.
</p>
@@ -37,7 +37,7 @@ Set the underlying size of the endpoint in the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__basic_endpoint/size.html b/doc/html/boost_asio/reference/local__basic_endpoint/size.html
index 7e89de0b7b..2094112463 100644
--- a/doc/html/boost_asio/reference/local__basic_endpoint/size.html
+++ b/doc/html/boost_asio/reference/local__basic_endpoint/size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="resize.html" title="local::basic_endpoint::resize">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__basic_endpoint.size"></a><a class="link" href="size.html" title="local::basic_endpoint::size">local::basic_endpoint::size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1436412"></a>
+ <a class="indexterm" name="idp180605920"></a>
Get the underlying size of the endpoint in the
native type.
</p>
@@ -36,7 +36,7 @@ Get the underlying size of the endpoint in the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__connect_pair.html b/doc/html/boost_asio/reference/local__connect_pair.html
index 55fe165c9c..0f6e66629a 100644
--- a/doc/html/boost_asio/reference/local__connect_pair.html
+++ b/doc/html/boost_asio/reference/local__connect_pair.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::connect_pair</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="local__basic_endpoint/size.html" title="local::basic_endpoint::size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__connect_pair"></a><a class="link" href="local__connect_pair.html" title="local::connect_pair">local::connect_pair</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1436483"></a>
+ <a class="indexterm" name="idp180614352"></a>
Create a pair of connected sockets.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -51,18 +51,18 @@ Create a pair of connected sockets.
</pre>
<h5>
<a name="boost_asio.reference.local__connect_pair.h0"></a>
- <span><a name="boost_asio.reference.local__connect_pair.requirements"></a></span><a class="link" href="local__connect_pair.html#boost_asio.reference.local__connect_pair.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__connect_pair.requirements"></a></span><a class="link" href="local__connect_pair.html#boost_asio.reference.local__connect_pair.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/connect_pair.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/connect_pair.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__connect_pair/overload1.html b/doc/html/boost_asio/reference/local__connect_pair/overload1.html
index 68e3bf9cf9..ca77e1acfc 100644
--- a/doc/html/boost_asio/reference/local__connect_pair/overload1.html
+++ b/doc/html/boost_asio/reference/local__connect_pair/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::connect_pair (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__connect_pair.html" title="local::connect_pair">
<link rel="prev" href="../local__connect_pair.html" title="local::connect_pair">
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__connect_pair/overload2.html b/doc/html/boost_asio/reference/local__connect_pair/overload2.html
index 875e27ac8a..b223b0969f 100644
--- a/doc/html/boost_asio/reference/local__connect_pair/overload2.html
+++ b/doc/html/boost_asio/reference/local__connect_pair/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::connect_pair (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__connect_pair.html" title="local::connect_pair">
<link rel="prev" href="overload1.html" title="local::connect_pair (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol.html b/doc/html/boost_asio/reference/local__datagram_protocol.html
index df205c9e3a..2af58f36e7 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="local__connect_pair/overload2.html" title="local::connect_pair (2 of 2 overloads)">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.local__datagram_protocol.h0"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.types"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.types"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -81,7 +81,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.local__datagram_protocol.h1"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.member_functions"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.member_functions"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -146,31 +146,29 @@
</p>
<h5>
<a name="boost_asio.reference.local__datagram_protocol.h2"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.thread_safety"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.thread_safety"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
<a name="boost_asio.reference.local__datagram_protocol.h3"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.requirements"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.requirements"></a></span><a class="link" href="local__datagram_protocol.html#boost_asio.reference.local__datagram_protocol.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html b/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html
index fb05cd4ef7..0770640f74 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol">
<link rel="prev" href="../local__datagram_protocol.html" title="local::datagram_protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__datagram_protocol.endpoint"></a><a class="link" href="endpoint.html" title="local::datagram_protocol::endpoint">local::datagram_protocol::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1437899"></a>
+ <a class="indexterm" name="idp180778864"></a>
The type of a UNIX domain endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">datagram_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h0"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h1"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -213,7 +213,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h2"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -309,7 +309,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h3"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -348,31 +348,29 @@ The type of a UNIX domain endpoint.
</p>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h4"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.endpoint.h5"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__datagram_protocol.endpoint.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol/family.html b/doc/html/boost_asio/reference/local__datagram_protocol/family.html
index 878e318618..3f0d2fa57c 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol/family.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol/family.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol::family</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol">
<link rel="prev" href="endpoint.html" title="local::datagram_protocol::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__datagram_protocol.family"></a><a class="link" href="family.html" title="local::datagram_protocol::family">local::datagram_protocol::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1438868"></a>
+ <a class="indexterm" name="idp180887136"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html b/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html
index 4f0d323ad6..9dbe3bebbf 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol">
<link rel="prev" href="family.html" title="local::datagram_protocol::family">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__datagram_protocol.protocol"></a><a class="link" href="protocol.html" title="local::datagram_protocol::protocol">local::datagram_protocol::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1438930"></a>
+ <a class="indexterm" name="idp180894224"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol/socket.html b/doc/html/boost_asio/reference/local__datagram_protocol/socket.html
index 1f4440a653..aefa094f03 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol/socket.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol/socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol::socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol">
<link rel="prev" href="protocol.html" title="local::datagram_protocol::protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__datagram_protocol.socket"></a><a class="link" href="socket.html" title="local::datagram_protocol::socket">local::datagram_protocol::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1438992"></a>
+ <a class="indexterm" name="idp180901440"></a>
The UNIX domain socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">datagram_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h0"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -328,7 +328,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h1"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -468,6 +468,10 @@ The UNIX domain socket type.
<p>
Move-construct a basic_datagram_socket from another.
</p>
+ <p>
+ Move-construct a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -669,6 +673,10 @@ The UNIX domain socket type.
<p>
Move-assign a basic_datagram_socket from another.
</p>
+ <p>
+ Move-assign a basic_datagram_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -759,7 +767,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h2"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -808,7 +816,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h3"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -893,7 +901,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h4"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -948,31 +956,29 @@ The UNIX domain socket type.
</p>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h5"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.local__datagram_protocol.socket.h6"></a>
- <span><a name="boost_asio.reference.local__datagram_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__datagram_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.local__datagram_protocol.socket.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/datagram_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__datagram_protocol/type.html b/doc/html/boost_asio/reference/local__datagram_protocol/type.html
index 2509994153..c7018d436c 100644
--- a/doc/html/boost_asio/reference/local__datagram_protocol/type.html
+++ b/doc/html/boost_asio/reference/local__datagram_protocol/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::datagram_protocol::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol">
<link rel="prev" href="socket.html" title="local::datagram_protocol::socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__datagram_protocol.type"></a><a class="link" href="type.html" title="local::datagram_protocol::type">local::datagram_protocol::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1441382"></a>
+ <a class="indexterm" name="idp181170896"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol.html b/doc/html/boost_asio/reference/local__stream_protocol.html
index 156fcc8c94..0cc4970e68 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="local__datagram_protocol/type.html" title="local::datagram_protocol::type">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.local__stream_protocol.h0"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.types"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.types"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -105,7 +105,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.local__stream_protocol.h1"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.member_functions"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.member_functions"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -170,31 +170,29 @@
</p>
<h5>
<a name="boost_asio.reference.local__stream_protocol.h2"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.thread_safety"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.thread_safety"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
<a name="boost_asio.reference.local__stream_protocol.h3"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.requirements"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.requirements"></a></span><a class="link" href="local__stream_protocol.html#boost_asio.reference.local__stream_protocol.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html b/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html
index 56126ef49f..ab3c5693ea 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::acceptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="../local__stream_protocol.html" title="local::stream_protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__stream_protocol.acceptor"></a><a class="link" href="acceptor.html" title="local::stream_protocol::acceptor">local::stream_protocol::acceptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1441944"></a>
+ <a class="indexterm" name="idp181233744"></a>
The UNIX domain acceptor type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket_acceptor</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">acceptor</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h0"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.types"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.types"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -316,7 +316,7 @@ The UNIX domain acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h1"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -398,6 +398,10 @@ The UNIX domain acceptor type.
<p>
Move-construct a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-construct a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -585,6 +589,10 @@ The UNIX domain acceptor type.
<p>
Move-assign a basic_socket_acceptor from another.
</p>
+ <p>
+ Move-assign a basic_socket_acceptor from an acceptor of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -603,7 +611,7 @@ The UNIX domain acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h2"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.protected_member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.protected_member_functions"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -652,7 +660,7 @@ The UNIX domain acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h3"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -737,7 +745,7 @@ The UNIX domain acceptor type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h4"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.protected_data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.protected_data_members"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -792,20 +800,18 @@ The UNIX domain acceptor type.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h5"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.thread_safety"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.thread_safety"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h6"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.example"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.example"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.example">Example</a>
</h6>
<p>
Opening a socket acceptor with the SO_REUSEADDR option enabled:
@@ -819,18 +825,18 @@ The UNIX domain acceptor type.
</pre>
<h6>
<a name="boost_asio.reference.local__stream_protocol.acceptor.h7"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.acceptor.requirements"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.acceptor.requirements"></a></span><a class="link" href="acceptor.html#boost_asio.reference.local__stream_protocol.acceptor.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html b/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html
index 0c0d50c87b..952b13f128 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="acceptor.html" title="local::stream_protocol::acceptor">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__stream_protocol.endpoint"></a><a class="link" href="endpoint.html" title="local::stream_protocol::endpoint">local::stream_protocol::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1444317"></a>
+ <a class="indexterm" name="idp181504512"></a>
The type of a UNIX domain endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h0"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.types"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h1"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.member_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -213,7 +213,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h2"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.friends">Friends</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.friends"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.friends">Friends</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -309,7 +309,7 @@ The type of a UNIX domain endpoint.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h3"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.related_functions"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -348,31 +348,29 @@ The type of a UNIX domain endpoint.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h4"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.thread_safety"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.endpoint.h5"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.endpoint.requirements"></a></span><a class="link" href="endpoint.html#boost_asio.reference.local__stream_protocol.endpoint.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/family.html b/doc/html/boost_asio/reference/local__stream_protocol/family.html
index 6ea6cb1765..4f4a140312 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/family.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/family.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::family</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="endpoint.html" title="local::stream_protocol::endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__stream_protocol.family"></a><a class="link" href="family.html" title="local::stream_protocol::family">local::stream_protocol::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1445286"></a>
+ <a class="indexterm" name="idp181612256"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/iostream.html b/doc/html/boost_asio/reference/local__stream_protocol/iostream.html
index 3912f4969c..e1cdf4d4bf 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/iostream.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/iostream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::iostream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="family.html" title="local::stream_protocol::family">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__stream_protocol.iostream"></a><a class="link" href="iostream.html" title="local::stream_protocol::iostream">local::stream_protocol::iostream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1445348"></a>
+ <a class="indexterm" name="idp181619488"></a>
The UNIX domain iostream type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket_iostream</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">iostream</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__stream_protocol.iostream.h0"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.iostream.types"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.iostream.types"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@ The UNIX domain iostream type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.iostream.h1"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.iostream.member_functions"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.iostream.member_functions"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -214,18 +214,18 @@ The UNIX domain iostream type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.iostream.h2"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.iostream.requirements"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.iostream.requirements"></a></span><a class="link" href="iostream.html#boost_asio.reference.local__stream_protocol.iostream.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/protocol.html b/doc/html/boost_asio/reference/local__stream_protocol/protocol.html
index f94d572deb..aee3dbb760 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/protocol.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/protocol.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::protocol</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="iostream.html" title="local::stream_protocol::iostream">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__stream_protocol.protocol"></a><a class="link" href="protocol.html" title="local::stream_protocol::protocol">local::stream_protocol::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1445906"></a>
+ <a class="indexterm" name="idp181681728"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/socket.html b/doc/html/boost_asio/reference/local__stream_protocol/socket.html
index 8d6e668669..4b9e08317e 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/socket.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/socket.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::socket</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="protocol.html" title="local::stream_protocol::protocol">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.local__stream_protocol.socket"></a><a class="link" href="socket.html" title="local::stream_protocol::socket">local::stream_protocol::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1445968"></a>
+ <a class="indexterm" name="idp181688960"></a>
The UNIX domain socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_stream_socket</span><span class="special">&lt;</span> <span class="identifier">stream_protocol</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h0"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.types"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -328,7 +328,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h1"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -468,6 +468,10 @@ The UNIX domain socket type.
<p>
Move-construct a basic_stream_socket from another.
</p>
+ <p>
+ Move-construct a basic_stream_socket from a socket of another
+ protocol type.
+ </p>
</td>
</tr>
<tr>
@@ -669,6 +673,10 @@ The UNIX domain socket type.
<p>
Move-assign a basic_stream_socket from another.
</p>
+ <p>
+ Move-assign a basic_stream_socket from a socket of another protocol
+ type.
+ </p>
</td>
</tr>
<tr>
@@ -762,7 +770,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h2"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.protected_member_functions"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -811,7 +819,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h3"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -896,7 +904,7 @@ The UNIX domain socket type.
</table></div>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h4"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.protected_data_members"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -951,31 +959,29 @@ The UNIX domain socket type.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h5"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.thread_safety"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.local__stream_protocol.socket.h6"></a>
- <span><a name="boost_asio.reference.local__stream_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.local__stream_protocol.socket.requirements"></a></span><a class="link" href="socket.html#boost_asio.reference.local__stream_protocol.socket.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/stream_protocol.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/local__stream_protocol/type.html b/doc/html/boost_asio/reference/local__stream_protocol/type.html
index 2f6023eb91..ccaaa95a2f 100644
--- a/doc/html/boost_asio/reference/local__stream_protocol/type.html
+++ b/doc/html/boost_asio/reference/local__stream_protocol/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::stream_protocol::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol">
<link rel="prev" href="socket.html" title="local::stream_protocol::socket">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.local__stream_protocol.type"></a><a class="link" href="type.html" title="local::stream_protocol::type">local::stream_protocol::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1448354"></a>
+ <a class="indexterm" name="idp181958224"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer.html b/doc/html/boost_asio/reference/mutable_buffer.html
index 3ce5ee8550..606948ddd1 100644
--- a/doc/html/boost_asio/reference/mutable_buffer.html
+++ b/doc/html/boost_asio/reference/mutable_buffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="local__stream_protocol/type.html" title="local::stream_protocol::type">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.mutable_buffer.h0"></a>
- <span><a name="boost_asio.reference.mutable_buffer.member_functions"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.member_functions">Member Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffer.member_functions"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -70,7 +70,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.mutable_buffer.h1"></a>
- <span><a name="boost_asio.reference.mutable_buffer.related_functions"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.related_functions">Related Functions</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffer.related_functions"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.related_functions">Related Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -110,7 +110,7 @@
</p>
<h5>
<a name="boost_asio.reference.mutable_buffer.h2"></a>
- <span><a name="boost_asio.reference.mutable_buffer.accessing_buffer_contents"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffer.accessing_buffer_contents"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h5>
<p>
@@ -126,18 +126,18 @@
</p>
<h5>
<a name="boost_asio.reference.mutable_buffer.h3"></a>
- <span><a name="boost_asio.reference.mutable_buffer.requirements"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffer.requirements"></a></span><a class="link" href="mutable_buffer.html#boost_asio.reference.mutable_buffer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html
index ae212c5b29..96800eace2 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::mutable_buffer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffer.html" title="mutable_buffer">
<link rel="prev" href="../mutable_buffer.html" title="mutable_buffer">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffer.mutable_buffer"></a><a class="link" href="mutable_buffer.html" title="mutable_buffer::mutable_buffer">mutable_buffer::mutable_buffer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1448991"></a>
+ <a class="indexterm" name="idp182031776"></a>
Construct an empty buffer.
</p>
<pre class="programlisting"><a class="link" href="mutable_buffer/overload1.html" title="mutable_buffer::mutable_buffer (1 of 2 overloads)">mutable_buffer</a><span class="special">();</span>
@@ -44,7 +44,7 @@ Construct an empty buffer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html
index f75b44762e..ec0b794456 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::mutable_buffer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffer.html" title="mutable_buffer::mutable_buffer">
<link rel="prev" href="../mutable_buffer.html" title="mutable_buffer::mutable_buffer">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html
index 59d162389b..efc14cc965 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::mutable_buffer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffer.html" title="mutable_buffer::mutable_buffer">
<link rel="prev" href="overload1.html" title="mutable_buffer::mutable_buffer (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html
index fb17f2239f..aaea0d797d 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::operator+</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffer.html" title="mutable_buffer">
<link rel="prev" href="mutable_buffer/overload2.html" title="mutable_buffer::mutable_buffer (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffer.operator_plus_"></a><a class="link" href="operator_plus_.html" title="mutable_buffer::operator+">mutable_buffer::operator+</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1449252"></a>
+ <a class="indexterm" name="idp182062048"></a>
Create a new modifiable buffer that is offset from
the start of another.
</p>
@@ -44,7 +44,7 @@ Create a new modifiable buffer that is offset from
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html
index 40792bba8c..adb94255c0 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::operator+ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="mutable_buffer::operator+">
<link rel="prev" href="../operator_plus_.html" title="mutable_buffer::operator+">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html
index a0f5b1ca78..3e6f6318c4 100644
--- a/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html
+++ b/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffer::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="mutable_buffer::operator+">
<link rel="prev" href="overload1.html" title="mutable_buffer::operator+ (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1.html b/doc/html/boost_asio/reference/mutable_buffers_1.html
index 28f72ceb09..1adcf13fdd 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="mutable_buffer/operator_plus_/overload2.html" title="mutable_buffer::operator+ (2 of 2 overloads)">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.mutable_buffers_1.h0"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.types"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.types"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.mutable_buffers_1.h1"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.member_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.member_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -147,7 +147,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.mutable_buffers_1.h2"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.related_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.related_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.related_functions">Related
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -183,18 +183,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.mutable_buffers_1.h3"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.requirements"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.requirements"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/begin.html b/doc/html/boost_asio/reference/mutable_buffers_1/begin.html
index 9fb1ca24e6..b2c4f3eb09 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/begin.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/begin.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::begin</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="../mutable_buffers_1.html" title="mutable_buffers_1">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffers_1.begin"></a><a class="link" href="begin.html" title="mutable_buffers_1::begin">mutable_buffers_1::begin</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1450112"></a>
+ <a class="indexterm" name="idp182161520"></a>
Get a random-access iterator to the first element.
</p>
<pre class="programlisting"><span class="identifier">const_iterator</span> <span class="identifier">begin</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get a random-access iterator to the first element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html b/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html
index 6fd2eddffb..3d54f74d4f 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::const_iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="begin.html" title="mutable_buffers_1::begin">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffers_1.const_iterator"></a><a class="link" href="const_iterator.html" title="mutable_buffers_1::const_iterator">mutable_buffers_1::const_iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1450173"></a>
+ <a class="indexterm" name="idp182168800"></a>
A random-access iterator type that may be
used to read elements.
</p>
@@ -35,18 +35,18 @@ A random-access iterator type that may be
</pre>
<h6>
<a name="boost_asio.reference.mutable_buffers_1.const_iterator.h0"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.mutable_buffers_1.const_iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.mutable_buffers_1.const_iterator.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/end.html b/doc/html/boost_asio/reference/mutable_buffers_1/end.html
index 5395b1eb73..002c270b02 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/end.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/end.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::end</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="const_iterator.html" title="mutable_buffers_1::const_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffers_1.end"></a><a class="link" href="end.html" title="mutable_buffers_1::end">mutable_buffers_1::end</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1450568"></a>
+ <a class="indexterm" name="idp182182432"></a>
Get a random-access iterator for one past the last
element.
</p>
@@ -36,7 +36,7 @@ Get a random-access iterator for one past the last
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html
index 84495dd4e1..77fbd34630 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::mutable_buffers_1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="end.html" title="mutable_buffers_1::end">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffers_1.mutable_buffers_1"></a><a class="link" href="mutable_buffers_1.html" title="mutable_buffers_1::mutable_buffers_1">mutable_buffers_1::mutable_buffers_1</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1450630"></a>
+ <a class="indexterm" name="idp182189632"></a>
Construct to represent a given memory
range.
</p>
@@ -46,7 +46,7 @@ Construct to represent a given memory
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html
index 3af34c8dfc..478094bbd7 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::mutable_buffers_1 (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1::mutable_buffers_1">
<link rel="prev" href="../mutable_buffers_1.html" title="mutable_buffers_1::mutable_buffers_1">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html
index a67c603287..cab49031fd 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::mutable_buffers_1 (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1::mutable_buffers_1">
<link rel="prev" href="overload1.html" title="mutable_buffers_1::mutable_buffers_1 (1 of 2 overloads)">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html
index 09e517497a..5dd9fbb52f 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::operator+</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="mutable_buffers_1/overload2.html" title="mutable_buffers_1::mutable_buffers_1 (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.mutable_buffers_1.operator_plus_"></a><a class="link" href="operator_plus_.html" title="mutable_buffers_1::operator+">mutable_buffers_1::operator+</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1450955"></a>
+ <a class="indexterm" name="idp182227168"></a>
Create a new modifiable buffer that is offset
from the start of another.
</p>
@@ -44,7 +44,7 @@ Create a new modifiable buffer that is offset
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html
index ac9c43e000..5851577aea 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::operator+ (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="mutable_buffers_1::operator+">
<link rel="prev" href="../operator_plus_.html" title="mutable_buffers_1::operator+">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html
index b665529815..a92cb0f497 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../operator_plus_.html" title="mutable_buffers_1::operator+">
<link rel="prev" href="overload1.html" title="mutable_buffers_1::operator+ (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html b/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html
index b4fd1714c0..4e7cb6ac54 100644
--- a/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html
+++ b/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>mutable_buffers_1::value_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
<link rel="prev" href="operator_plus_/overload2.html" title="mutable_buffers_1::operator+ (2 of 2 overloads)">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.mutable_buffers_1.value_type"></a><a class="link" href="value_type.html" title="mutable_buffers_1::value_type">mutable_buffers_1::value_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1451357"></a>
+ <a class="indexterm" name="idp182274784"></a>
The type for each element in the list of buffers.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">mutable_buffer</span> <span class="identifier">value_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.mutable_buffers_1.value_type.h0"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -72,7 +72,7 @@ The type for each element in the list of buffers.
</table></div>
<h6>
<a name="boost_asio.reference.mutable_buffers_1.value_type.h1"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -113,7 +113,7 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.mutable_buffers_1.value_type.h2"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h6>
<p>
@@ -129,18 +129,18 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.mutable_buffers_1.value_type.h3"></a>
- <span><a name="boost_asio.reference.mutable_buffers_1.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.mutable_buffers_1.value_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/null_buffers.html b/doc/html/boost_asio/reference/null_buffers.html
index ff9f233ffd..6010e8a2fa 100644
--- a/doc/html/boost_asio/reference/null_buffers.html
+++ b/doc/html/boost_asio/reference/null_buffers.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>null_buffers</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="mutable_buffers_1/value_type.html" title="mutable_buffers_1::value_type">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.null_buffers.h0"></a>
- <span><a name="boost_asio.reference.null_buffers.types"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.types"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.null_buffers.h1"></a>
- <span><a name="boost_asio.reference.null_buffers.member_functions"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.member_functions"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -131,18 +131,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.null_buffers.h2"></a>
- <span><a name="boost_asio.reference.null_buffers.requirements"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.requirements"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/null_buffers/begin.html b/doc/html/boost_asio/reference/null_buffers/begin.html
index d1026bc713..93dd9ff3bb 100644
--- a/doc/html/boost_asio/reference/null_buffers/begin.html
+++ b/doc/html/boost_asio/reference/null_buffers/begin.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>null_buffers::begin</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../null_buffers.html" title="null_buffers">
<link rel="prev" href="../null_buffers.html" title="null_buffers">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.null_buffers.begin"></a><a class="link" href="begin.html" title="null_buffers::begin">null_buffers::begin</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1452288"></a>
+ <a class="indexterm" name="idp182380960"></a>
Get a random-access iterator to the first element.
</p>
<pre class="programlisting"><span class="identifier">const_iterator</span> <span class="identifier">begin</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get a random-access iterator to the first element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/null_buffers/const_iterator.html b/doc/html/boost_asio/reference/null_buffers/const_iterator.html
index 20e463e66a..b99329d8eb 100644
--- a/doc/html/boost_asio/reference/null_buffers/const_iterator.html
+++ b/doc/html/boost_asio/reference/null_buffers/const_iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>null_buffers::const_iterator</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../null_buffers.html" title="null_buffers">
<link rel="prev" href="begin.html" title="null_buffers::begin">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.null_buffers.const_iterator"></a><a class="link" href="const_iterator.html" title="null_buffers::const_iterator">null_buffers::const_iterator</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1452349"></a>
+ <a class="indexterm" name="idp182388176"></a>
A random-access iterator type that may be used
to read elements.
</p>
@@ -35,18 +35,18 @@ A random-access iterator type that may be used
</pre>
<h6>
<a name="boost_asio.reference.null_buffers.const_iterator.h0"></a>
- <span><a name="boost_asio.reference.null_buffers.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.null_buffers.const_iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.const_iterator.requirements"></a></span><a class="link" href="const_iterator.html#boost_asio.reference.null_buffers.const_iterator.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/null_buffers/end.html b/doc/html/boost_asio/reference/null_buffers/end.html
index 38760c85f8..de89a670cb 100644
--- a/doc/html/boost_asio/reference/null_buffers/end.html
+++ b/doc/html/boost_asio/reference/null_buffers/end.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>null_buffers::end</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../null_buffers.html" title="null_buffers">
<link rel="prev" href="const_iterator.html" title="null_buffers::const_iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.null_buffers.end"></a><a class="link" href="end.html" title="null_buffers::end">null_buffers::end</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1452471"></a>
+ <a class="indexterm" name="idp182401760"></a>
Get a random-access iterator for one past the last element.
</p>
<pre class="programlisting"><span class="identifier">const_iterator</span> <span class="identifier">end</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Get a random-access iterator for one past the last element.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/null_buffers/value_type.html b/doc/html/boost_asio/reference/null_buffers/value_type.html
index 17ee248a08..aebc35d1be 100644
--- a/doc/html/boost_asio/reference/null_buffers/value_type.html
+++ b/doc/html/boost_asio/reference/null_buffers/value_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>null_buffers::value_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../null_buffers.html" title="null_buffers">
<link rel="prev" href="end.html" title="null_buffers::end">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.null_buffers.value_type"></a><a class="link" href="value_type.html" title="null_buffers::value_type">null_buffers::value_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1452531"></a>
+ <a class="indexterm" name="idp182408816"></a>
The type for each element in the list of buffers.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">mutable_buffer</span> <span class="identifier">value_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.null_buffers.value_type.h0"></a>
- <span><a name="boost_asio.reference.null_buffers.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.value_type.member_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -72,7 +72,7 @@ The type for each element in the list of buffers.
</table></div>
<h6>
<a name="boost_asio.reference.null_buffers.value_type.h1"></a>
- <span><a name="boost_asio.reference.null_buffers.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.related_functions">Related
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.value_type.related_functions"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.related_functions">Related
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -113,7 +113,7 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.null_buffers.value_type.h2"></a>
- <span><a name="boost_asio.reference.null_buffers.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.accessing_buffer_contents">Accessing
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.value_type.accessing_buffer_contents"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.accessing_buffer_contents">Accessing
Buffer Contents</a>
</h6>
<p>
@@ -129,18 +129,18 @@ The type for each element in the list of buffers.
</p>
<h6>
<a name="boost_asio.reference.null_buffers.value_type.h3"></a>
- <span><a name="boost_asio.reference.null_buffers.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.null_buffers.value_type.requirements"></a></span><a class="link" href="value_type.html#boost_asio.reference.null_buffers.value_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/placeholders__bytes_transferred.html b/doc/html/boost_asio/reference/placeholders__bytes_transferred.html
index 111ee10bff..83244afb82 100644
--- a/doc/html/boost_asio/reference/placeholders__bytes_transferred.html
+++ b/doc/html/boost_asio/reference/placeholders__bytes_transferred.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>placeholders::bytes_transferred</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="null_buffers/value_type.html" title="null_buffers::value_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.placeholders__bytes_transferred"></a><a class="link" href="placeholders__bytes_transferred.html" title="placeholders::bytes_transferred">placeholders::bytes_transferred</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1453126"></a>
+ <a class="indexterm" name="idp182478032"></a>
An argument placeholder, for use with boost::bind(),
that corresponds to the bytes_transferred argument of a handler for asynchronous
functions such as <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_stream_socket</span><span class="special">::</span><span class="identifier">async_write_some</span></code> or <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_write</span></code>.
@@ -36,18 +36,18 @@ An argument placeholder, for use with boost::bind(),
</pre>
<h5>
<a name="boost_asio.reference.placeholders__bytes_transferred.h0"></a>
- <span><a name="boost_asio.reference.placeholders__bytes_transferred.requirements"></a></span><a class="link" href="placeholders__bytes_transferred.html#boost_asio.reference.placeholders__bytes_transferred.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.placeholders__bytes_transferred.requirements"></a></span><a class="link" href="placeholders__bytes_transferred.html#boost_asio.reference.placeholders__bytes_transferred.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/placeholders.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/placeholders.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/placeholders__error.html b/doc/html/boost_asio/reference/placeholders__error.html
index 23d9237b16..1aa4137430 100644
--- a/doc/html/boost_asio/reference/placeholders__error.html
+++ b/doc/html/boost_asio/reference/placeholders__error.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>placeholders::error</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="placeholders__bytes_transferred.html" title="placeholders::bytes_transferred">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.placeholders__error"></a><a class="link" href="placeholders__error.html" title="placeholders::error">placeholders::error</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1453298"></a>
+ <a class="indexterm" name="idp182497392"></a>
An argument placeholder, for use with boost::bind(), that
corresponds to the error argument of a handler for any of the asynchronous
functions.
@@ -36,18 +36,18 @@ An argument placeholder, for use with boost::bind(), that
</pre>
<h5>
<a name="boost_asio.reference.placeholders__error.h0"></a>
- <span><a name="boost_asio.reference.placeholders__error.requirements"></a></span><a class="link" href="placeholders__error.html#boost_asio.reference.placeholders__error.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.placeholders__error.requirements"></a></span><a class="link" href="placeholders__error.html#boost_asio.reference.placeholders__error.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/placeholders.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/placeholders.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/placeholders__iterator.html b/doc/html/boost_asio/reference/placeholders__iterator.html
index 2af0b0e936..21538dbe50 100644
--- a/doc/html/boost_asio/reference/placeholders__iterator.html
+++ b/doc/html/boost_asio/reference/placeholders__iterator.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>placeholders::iterator</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="placeholders__error.html" title="placeholders::error">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.placeholders__iterator"></a><a class="link" href="placeholders__iterator.html" title="placeholders::iterator">placeholders::iterator</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1453402"></a>
+ <a class="indexterm" name="idp182508640"></a>
An argument placeholder, for use with boost::bind(),
that corresponds to the iterator argument of a handler for asynchronous functions
such as boost::asio::basic_resolver::async_resolve.
@@ -36,18 +36,18 @@ An argument placeholder, for use with boost::bind(),
</pre>
<h5>
<a name="boost_asio.reference.placeholders__iterator.h0"></a>
- <span><a name="boost_asio.reference.placeholders__iterator.requirements"></a></span><a class="link" href="placeholders__iterator.html#boost_asio.reference.placeholders__iterator.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.placeholders__iterator.requirements"></a></span><a class="link" href="placeholders__iterator.html#boost_asio.reference.placeholders__iterator.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/placeholders.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/placeholders.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/placeholders__signal_number.html b/doc/html/boost_asio/reference/placeholders__signal_number.html
index e637e3c90c..6453540fb1 100644
--- a/doc/html/boost_asio/reference/placeholders__signal_number.html
+++ b/doc/html/boost_asio/reference/placeholders__signal_number.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>placeholders::signal_number</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="placeholders__iterator.html" title="placeholders::iterator">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.placeholders__signal_number"></a><a class="link" href="placeholders__signal_number.html" title="placeholders::signal_number">placeholders::signal_number</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1453506"></a>
+ <a class="indexterm" name="idp182520064"></a>
An argument placeholder, for use with boost::bind(),
that corresponds to the signal_number argument of a handler for asynchronous
functions such as <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">signal_set</span><span class="special">::</span><span class="identifier">async_wait</span></code>.
@@ -36,18 +36,18 @@ An argument placeholder, for use with boost::bind(),
</pre>
<h5>
<a name="boost_asio.reference.placeholders__signal_number.h0"></a>
- <span><a name="boost_asio.reference.placeholders__signal_number.requirements"></a></span><a class="link" href="placeholders__signal_number.html#boost_asio.reference.placeholders__signal_number.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.placeholders__signal_number.requirements"></a></span><a class="link" href="placeholders__signal_number.html#boost_asio.reference.placeholders__signal_number.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/placeholders.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/placeholders.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor.html b/doc/html/boost_asio/reference/posix__basic_descriptor.html
index 01033e2ef6..9423f61e99 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="placeholders__signal_number.html" title="placeholders::signal_number">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.types"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.types"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -148,7 +148,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.member_functions"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.member_functions"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -356,7 +356,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.protected_member_functions"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.protected_member_functions"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -417,7 +417,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.protected_data_members"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.protected_data_members"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -472,31 +472,29 @@
</p>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.thread_safety"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.thread_safety"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.posix__basic_descriptor.h5"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.requirements"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.requirements"></a></span><a class="link" href="posix__basic_descriptor.html#boost_asio.reference.posix__basic_descriptor.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html b/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html
index cd11cf3733..0ec1f676d9 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::~basic_descriptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="service_type.html" title="posix::basic_descriptor::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor._basic_descriptor"></a><a class="link" href="_basic_descriptor.html" title="posix::basic_descriptor::~basic_descriptor">posix::basic_descriptor::~basic_descriptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1464834"></a>
+ <a class="indexterm" name="idp183813104"></a>
Protected destructor to prevent
deletion through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html b/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html
index e87d88072f..73fc865e99 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.assign"></a><a class="link" href="assign.html" title="posix::basic_descriptor::assign">posix::basic_descriptor::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1454970"></a>
+ <a class="indexterm" name="idp182684624"></a>
Assign an existing native descriptor to the
descriptor.
</p>
@@ -43,7 +43,7 @@ Assign an existing native descriptor to the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html
index 4eb93b5763..3c34945112 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="posix::basic_descriptor::assign">
<link rel="prev" href="../assign.html" title="posix::basic_descriptor::assign">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html
index fbc0581d72..005f17361b 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="posix::basic_descriptor::assign">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::assign (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html
index 276a6a98e2..faee321874 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::basic_descriptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="assign/overload2.html" title="posix::basic_descriptor::assign (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor"></a><a class="link" href="basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor">posix::basic_descriptor::basic_descriptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1455375"></a>
+ <a class="indexterm" name="idp182732656"></a>
Construct a <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> without opening
it.
</p>
@@ -54,7 +54,7 @@ Construct a <a class="link" href="../posix__basic_descriptor.html" title="posix:
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html
index a63bb7be8a..459d457ed1 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::basic_descriptor (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor">
<link rel="prev" href="../basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html
index 2ea174f7f1..45f37c9e8a 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::basic_descriptor (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::basic_descriptor (1 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html
index df3602d59c..d769025ba0 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::basic_descriptor (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor">
<link rel="prev" href="overload2.html" title="posix::basic_descriptor::basic_descriptor (2 of 3 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.basic_descriptor.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html b/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html
index 247efe657b..d9f896c621 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="basic_descriptor/overload3.html" title="posix::basic_descriptor::basic_descriptor (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::descriptor_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1456386"></a>
+ <a class="indexterm" name="idp182848016"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_descriptor.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_descriptor.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_descriptor.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_descriptor.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html
index 847723ff82..7604709700 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="bytes_readable.html" title="posix::basic_descriptor::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.cancel"></a><a class="link" href="cancel.html" title="posix::basic_descriptor::cancel">posix::basic_descriptor::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1456716"></a>
+ <a class="indexterm" name="idp182886224"></a>
Cancel all asynchronous operations associated
with the descriptor.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html
index 10ae39d0e1..240fa3a0e8 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="posix::basic_descriptor::cancel">
<link rel="prev" href="../cancel.html" title="posix::basic_descriptor::cancel">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html
index 6d6d5cfaa3..4faaa7f8a5 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="posix::basic_descriptor::cancel">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::cancel (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/close.html b/doc/html/boost_asio/reference/posix__basic_descriptor/close.html
index 2546074d22..c5a768c9b1 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/close.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="cancel/overload2.html" title="posix::basic_descriptor::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.close"></a><a class="link" href="close.html" title="posix::basic_descriptor::close">posix::basic_descriptor::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1457195"></a>
+ <a class="indexterm" name="idp182941680"></a>
Close the descriptor.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="posix::basic_descriptor::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html
index 79b885d7b9..5c382fdabe 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="posix::basic_descriptor::close">
<link rel="prev" href="../close.html" title="posix::basic_descriptor::close">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html
index 7166fc5d41..b3d4dc7ee7 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="posix::basic_descriptor::close">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::close (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html
index 1d099aa9ff..d4a4c32489 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="close/overload2.html" title="posix::basic_descriptor::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.get_implementation"></a><a class="link" href="get_implementation.html" title="posix::basic_descriptor::get_implementation">posix::basic_descriptor::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1457676"></a>
+ <a class="indexterm" name="idp182997424"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html
index 9e70fcb2bc..68e4831b67 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="posix::basic_descriptor::get_implementation">
<link rel="prev" href="../get_implementation.html" title="posix::basic_descriptor::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html
index e2e39f661b..682a5106cd 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="posix::basic_descriptor::get_implementation">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html
index 1a35f663d8..060a706b40 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="get_implementation/overload2.html" title="posix::basic_descriptor::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1457943"></a>
+ <a class="indexterm" name="idp183027760"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.posix__basic_descriptor.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.posix__basic_descriptor.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html
index 3115f28007..64aacea176 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="get_io_service.html" title="posix::basic_descriptor::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.get_service"></a><a class="link" href="get_service.html" title="posix::basic_descriptor::get_service">posix::basic_descriptor::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1458104"></a>
+ <a class="indexterm" name="idp183046112"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html
index 646fef6435..d9e71e8aa2 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="posix::basic_descriptor::get_service">
<link rel="prev" href="../get_service.html" title="posix::basic_descriptor::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html
index efa22e7502..3e5a2c5216 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="posix::basic_descriptor::get_service">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html b/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html
index adcd9feee8..ee386b2ede 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="get_service/overload2.html" title="posix::basic_descriptor::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1458369"></a>
+ <a class="indexterm" name="idp183076304"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html b/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html
index fd8dda822d..e88fdfe268 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="implementation.html" title="posix::basic_descriptor::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1458446"></a>
+ <a class="indexterm" name="idp183085024"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__basic_descriptor.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__basic_descriptor.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html
index 26185546a1..4e92ec5b61 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="implementation_type.html" title="posix::basic_descriptor::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.io_control"></a><a class="link" href="io_control.html" title="posix::basic_descriptor::io_control">posix::basic_descriptor::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1458567"></a>
+ <a class="indexterm" name="idp183098480"></a>
Perform an IO control command on the descriptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Perform an IO control command on the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html
index 41d10e828a..2cdd69a4e1 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="posix::basic_descriptor::io_control">
<link rel="prev" href="../io_control.html" title="posix::basic_descriptor::io_control">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the descriptor.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html
index cf50ed5798..fb89dc4a79 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="posix::basic_descriptor::io_control">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::io_control (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the descriptor.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html b/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html
index e848b62a03..cfafbaa643 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="io_control/overload2.html" title="posix::basic_descriptor::io_control (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.is_open"></a><a class="link" href="is_open.html" title="posix::basic_descriptor::is_open">posix::basic_descriptor::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1459743"></a>
+ <a class="indexterm" name="idp183236800"></a>
Determine whether the descriptor is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the descriptor is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html
index ec22868ebf..d3605a1112 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="is_open.html" title="posix::basic_descriptor::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer"></a><a class="link" href="lowest_layer.html" title="posix::basic_descriptor::lowest_layer">posix::basic_descriptor::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1459805"></a>
+ <a class="indexterm" name="idp183244144"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="posix::basic_descriptor::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html
index e6883b99e6..c0b22a1f17 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="posix::basic_descriptor::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="posix::basic_descriptor::lowest_layer">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html
index 8cd7efa588..ebe37f9aa5 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="posix::basic_descriptor::lowest_layer">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::lowest_layer (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html
index a594c03cf1..fe986731e0 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="lowest_layer/overload2.html" title="posix::basic_descriptor::lowest_layer (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="posix::basic_descriptor::lowest_layer_type">posix::basic_descriptor::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1460192"></a>
+ <a class="indexterm" name="idp183286896"></a>
A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> is always the
lowest layer.
</p>
@@ -35,7 +35,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -146,7 +146,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -355,7 +355,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -416,7 +416,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -471,31 +471,29 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native.html
index fbd53d517d..ecb941630d 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="lowest_layer_type.html" title="posix::basic_descriptor::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.native"></a><a class="link" href="native.html" title="posix::basic_descriptor::native">posix::basic_descriptor::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1461474"></a>
+ <a class="indexterm" name="idp183429840"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native descriptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html
index 4bb1713ea9..5f21383f9e 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="native.html" title="posix::basic_descriptor::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.native_handle"></a><a class="link" href="native_handle.html" title="posix::basic_descriptor::native_handle">posix::basic_descriptor::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1461548"></a>
+ <a class="indexterm" name="idp183438208"></a>
Get the native descriptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Get the native descriptor representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html
index e9637b8c4a..48eebf597c 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="native_handle.html" title="posix::basic_descriptor::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.native_handle_type"></a><a class="link" href="native_handle_type.html" title="posix::basic_descriptor::native_handle_type">posix::basic_descriptor::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1461608"></a>
+ <a class="indexterm" name="idp183444928"></a>
The native representation of a
descriptor.
</p>
@@ -35,18 +35,18 @@ The native representation of a
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__basic_descriptor.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__basic_descriptor.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html
index 63a038c0a2..3f009c7ce6 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="native_handle_type.html" title="posix::basic_descriptor::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking">posix::basic_descriptor::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1461733"></a>
+ <a class="indexterm" name="idp183458448"></a>
Gets the non-blocking mode of
the native descriptor implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html
index 3fb41294d4..964e274970 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the descriptor object. Consequently,
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html
index 9fe4bba854..ee8e67a0d4 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::native_non_blocking (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html
index ac2b645453..a949602680 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking">
<link rel="prev" href="overload2.html" title="posix::basic_descriptor::native_non_blocking (2 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html b/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html
index ed3d4f8bf1..532109c837 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="native_non_blocking/overload3.html" title="posix::basic_descriptor::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.native_type"></a><a class="link" href="native_type.html" title="posix::basic_descriptor::native_type">posix::basic_descriptor::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1462772"></a>
+ <a class="indexterm" name="idp183577696"></a>
(Deprecated: Use native_handle_type.)
The native representation of a descriptor.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.native_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__basic_descriptor.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__basic_descriptor.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html
index 8d2cadeb35..f2b3b9e03d 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="native_type.html" title="posix::basic_descriptor::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking"></a><a class="link" href="non_blocking.html" title="posix::basic_descriptor::non_blocking">posix::basic_descriptor::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1462896"></a>
+ <a class="indexterm" name="idp183591152"></a>
Gets the non-blocking mode of the descriptor.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="posix::basic_descriptor::non_blocking (1 of 3 overloads)">non_blocking</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -48,7 +48,7 @@ Gets the non-blocking mode of the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html
index 3c9fc757bd..5c465099d6 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_descriptor::non_blocking">
<link rel="prev" href="../non_blocking.html" title="posix::basic_descriptor::non_blocking">
@@ -34,7 +34,7 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -46,7 +46,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html
index 3a5aacf045..a589b41914 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_descriptor::non_blocking">
<link rel="prev" href="overload1.html" title="posix::basic_descriptor::non_blocking (1 of 3 overloads)">
@@ -35,11 +35,11 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the descriptor's
@@ -52,11 +52,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html
index 5b32381b8b..960b765cc6 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_descriptor::non_blocking">
<link rel="prev" href="overload2.html" title="posix::basic_descriptor::non_blocking (2 of 3 overloads)">
@@ -36,11 +36,11 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the descriptor's
@@ -57,7 +57,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_descriptor.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html
index 29f3e1abb8..339aaa70e7 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="non_blocking/overload3.html" title="posix::basic_descriptor::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::descriptor_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1463956"></a>
+ <a class="indexterm" name="idp183712768"></a>
(Deprecated: Use non_blocking().)
IO control command to set the blocking mode of the descriptor.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_descriptor.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_descriptor.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_descriptor.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_descriptor.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html b/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html
index 06ca0672df..00b71de60a 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="non_blocking_io.html" title="posix::basic_descriptor::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.operator_eq_"></a><a class="link" href="operator_eq_.html" title="posix::basic_descriptor::operator=">posix::basic_descriptor::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1464242"></a>
+ <a class="indexterm" name="idp183745952"></a>
Move-assign a <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_descriptor</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../posix__basic_descriptor.html" title="posi
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_descriptor.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_descriptor.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> object
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../posix__basic_descriptor.html" title="posi
</div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_descriptor.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_descriptor.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../posix__basic_descriptor.html" title="posi
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/release.html b/doc/html/boost_asio/reference/posix__basic_descriptor/release.html
index e071cdd1ca..8c9e9f3ebc 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/release.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/release.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::release</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="operator_eq_.html" title="posix::basic_descriptor::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_descriptor.release"></a><a class="link" href="release.html" title="posix::basic_descriptor::release">posix::basic_descriptor::release</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1464485"></a>
+ <a class="indexterm" name="idp183773728"></a>
Release ownership of the native descriptor
implementation.
</p>
@@ -45,7 +45,7 @@ Release ownership of the native descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/service.html b/doc/html/boost_asio/reference/posix__basic_descriptor/service.html
index 8b1073dbfe..4af239b01a 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/service.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="release.html" title="posix::basic_descriptor::release">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1464611"></a>
+ <a class="indexterm" name="idp183787936"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.service.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.posix__basic_descriptor.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.posix__basic_descriptor.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html b/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html
index 8310089b33..14abe7f39e 100644
--- a/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="service.html" title="posix::basic_descriptor::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1464720"></a>
+ <a class="indexterm" name="idp183800544"></a>
The type of the service that will be
used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.service_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_descriptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.posix__basic_descriptor.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.posix__basic_descriptor.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html
index e961aee200..e242dbf235 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="posix__basic_descriptor/_basic_descriptor.html" title="posix::basic_descriptor::~basic_descriptor">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.types"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.types"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -147,7 +147,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -403,7 +403,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -452,7 +452,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_data_members"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_data_members"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -507,31 +507,29 @@
</p>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.thread_safety"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.thread_safety"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h5"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.requirements"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.requirements"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html
index 97a70a08da..ab137f8619 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.assign"></a><a class="link" href="assign.html" title="posix::basic_stream_descriptor::assign">posix::basic_stream_descriptor::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1466316"></a>
+ <a class="indexterm" name="idp183978640"></a>
Assign an existing native descriptor
to the descriptor.
</p>
@@ -43,7 +43,7 @@ Assign an existing native descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html
index bbdeeaf2de..49d07583f5 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="posix::basic_stream_descriptor::assign">
<link rel="prev" href="../assign.html" title="posix::basic_stream_descriptor::assign">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html
index 263752db4e..94ef7f1b06 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="posix::basic_stream_descriptor::assign">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::assign (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html
index d7acba76ae..e99eaf7c89 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="assign/overload2.html" title="posix::basic_stream_descriptor::assign (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some"></a><a class="link" href="async_read_some.html" title="posix::basic_stream_descriptor::async_read_some">posix::basic_stream_descriptor::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1466744"></a>
+ <a class="indexterm" name="idp184028288"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read. Although the
@@ -78,7 +78,7 @@ Start an asynchronous read.
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.remarks">Remarks</a>
</h6>
<p>
The read operation may not read all of the requested number of bytes. Consider
@@ -88,7 +88,7 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_read_some.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html
index 394b3a730a..0ac46cb1f6 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="async_read_some.html" title="posix::basic_stream_descriptor::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some"></a><a class="link" href="async_write_some.html" title="posix::basic_stream_descriptor::async_write_some">posix::basic_stream_descriptor::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1467306"></a>
+ <a class="indexterm" name="idp184093456"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the descriptor. Although
@@ -78,7 +78,7 @@ Start an asynchronous write.
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
@@ -87,7 +87,7 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.posix__basic_stream_descriptor.async_write_some.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html
index 2d16eba522..6aeace69aa 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::basic_stream_descriptor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="async_write_some.html" title="posix::basic_stream_descriptor::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor"></a><a class="link" href="basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor">posix::basic_stream_descriptor::basic_stream_descriptor</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1468139"></a>
+ <a class="indexterm" name="idp184158736"></a>
Construct a <a class="link" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_stream_descriptor</span></code></a> without
opening it.
</p>
@@ -54,7 +54,7 @@ Construct a <a class="link" href="../posix__basic_stream_descriptor.html" title=
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html
index 18b61b0a68..1c9c031940 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::basic_stream_descriptor (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor">
<link rel="prev" href="../basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html
index 204254b6fc..4f8e3e9c1a 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::basic_stream_descriptor (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::basic_stream_descriptor (1 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html
index c189c27f8b..8f2e50abc8 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::basic_stream_descriptor (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor">
<link rel="prev" href="overload2.html" title="posix::basic_stream_descriptor::basic_stream_descriptor (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_stream_descriptor</span></code></a>
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.basic_stream_descriptor.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html
index 807d3bfd7c..daebed6066 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="basic_stream_descriptor/overload3.html" title="posix::basic_stream_descriptor::basic_stream_descriptor (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::descriptor_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1469174"></a>
+ <a class="indexterm" name="idp184275168"></a>
IO control command to get the
amount of data that can be read without blocking.
</p>
@@ -41,7 +41,7 @@ IO control command to get the
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -51,18 +51,18 @@ IO control command to get the
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__basic_stream_descriptor.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html
index 6e2a058597..ae35e3f37e 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="bytes_readable.html" title="posix::basic_stream_descriptor::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.cancel"></a><a class="link" href="cancel.html" title="posix::basic_stream_descriptor::cancel">posix::basic_stream_descriptor::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1469502"></a>
+ <a class="indexterm" name="idp184313664"></a>
Cancel all asynchronous operations
associated with the descriptor.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html
index c8bd1d4249..79ef7ecead 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="posix::basic_stream_descriptor::cancel">
<link rel="prev" href="../cancel.html" title="posix::basic_stream_descriptor::cancel">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html
index 4f452f1331..c4eda20eab 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="posix::basic_stream_descriptor::cancel">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::cancel (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html
index 67da0aaf00..f21fae0e6b 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="cancel/overload2.html" title="posix::basic_stream_descriptor::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.close"></a><a class="link" href="close.html" title="posix::basic_stream_descriptor::close">posix::basic_stream_descriptor::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1470002"></a>
+ <a class="indexterm" name="idp184370768"></a>
Close the descriptor.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="posix::basic_stream_descriptor::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html
index b6eecb16fc..9a0714283b 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="posix::basic_stream_descriptor::close">
<link rel="prev" href="../close.html" title="posix::basic_stream_descriptor::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. Note that, even if the function indicates an
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html
index fb58cfc131..39b6215b43 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="posix::basic_stream_descriptor::close">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any. Note that, even if
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html
index af0631b3f4..b9454aee75 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="close/overload2.html" title="posix::basic_stream_descriptor::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.get_implementation"></a><a class="link" href="get_implementation.html" title="posix::basic_stream_descriptor::get_implementation">posix::basic_stream_descriptor::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1470506"></a>
+ <a class="indexterm" name="idp184428080"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html
index 9a74422fd7..3ac033e988 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="posix::basic_stream_descriptor::get_implementation">
<link rel="prev" href="../get_implementation.html" title="posix::basic_stream_descriptor::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html
index 888d48c7eb..4055bd8df2 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="posix::basic_stream_descriptor::get_implementation">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html
index 1787465e48..d25da83cec 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="get_implementation/overload2.html" title="posix::basic_stream_descriptor::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1470776"></a>
+ <a class="indexterm" name="idp184458448"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.posix__basic_stream_descriptor.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.posix__basic_stream_descriptor.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html
index b3a955dfac..8484f9bbef 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="get_io_service.html" title="posix::basic_stream_descriptor::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.get_service"></a><a class="link" href="get_service.html" title="posix::basic_stream_descriptor::get_service">posix::basic_stream_descriptor::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1470935"></a>
+ <a class="indexterm" name="idp184476944"></a>
Get the service associated with
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html
index 1aea9d349f..201ba40c9a 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="posix::basic_stream_descriptor::get_service">
<link rel="prev" href="../get_service.html" title="posix::basic_stream_descriptor::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html
index a0fc0eac62..3d133e470e 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="posix::basic_stream_descriptor::get_service">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html
index a3321989e9..7af8d314cd 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="get_service/overload2.html" title="posix::basic_stream_descriptor::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1471202"></a>
+ <a class="indexterm" name="idp184507264"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.)
The underlying implementation of the I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html
index 2578c11003..d4b801d485 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="implementation.html" title="posix::basic_stream_descriptor::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1471279"></a>
+ <a class="indexterm" name="idp184516000"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__basic_stream_descriptor.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__basic_stream_descriptor.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html
index 5133a12132..4605d291af 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="implementation_type.html" title="posix::basic_stream_descriptor::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control"></a><a class="link" href="io_control.html" title="posix::basic_stream_descriptor::io_control">posix::basic_stream_descriptor::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1471402"></a>
+ <a class="indexterm" name="idp184529648"></a>
Perform an IO control command on
the descriptor.
</p>
@@ -43,7 +43,7 @@ Perform an IO control command on
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html
index 519ec43ed3..c968289b0c 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::io_control (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="posix::basic_stream_descriptor::io_control">
<link rel="prev" href="../io_control.html" title="posix::basic_stream_descriptor::io_control">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the descriptor.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload1.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html
index ad571ee207..6aa7ba0f72 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="posix::basic_stream_descriptor::io_control">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::io_control (1 of 2 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the descriptor.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
@@ -80,7 +80,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html
index e2749230eb..1861a6a9b7 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="io_control/overload2.html" title="posix::basic_stream_descriptor::io_control (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::basic_descriptor.</em></span>
</p>
<p>
- <a class="indexterm" name="id1472549"></a>
+ <a class="indexterm" name="idp184664496"></a>
Determine whether the descriptor is
open.
</p>
@@ -39,7 +39,7 @@ Determine whether the descriptor is
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html
index b5a888c220..3b6c14eb19 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="is_open.html" title="posix::basic_stream_descriptor::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer"></a><a class="link" href="lowest_layer.html" title="posix::basic_stream_descriptor::lowest_layer">posix::basic_stream_descriptor::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1472613"></a>
+ <a class="indexterm" name="idp184671776"></a>
Get a reference to the lowest
layer.
</p>
@@ -43,7 +43,7 @@ Get a reference to the lowest
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html
index 66d3b52267..e3955f5662 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="posix::basic_stream_descriptor::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="posix::basic_stream_descriptor::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html
index 5a63ad83ec..41f9bad19f 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="posix::basic_stream_descriptor::lowest_layer">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html
index 829966e009..ad600ebbb7 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="lowest_layer/overload2.html" title="posix::basic_stream_descriptor::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::basic_descriptor.</em></span>
</p>
<p>
- <a class="indexterm" name="id1473022"></a>
+ <a class="indexterm" name="idp184717488"></a>
A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> is always the
lowest layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -149,7 +149,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -358,7 +358,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -419,7 +419,7 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -474,31 +474,29 @@ A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_des
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_stream_descriptor.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html
index 8a531fa25b..05454920da 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="lowest_layer_type.html" title="posix::basic_stream_descriptor::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::basic_descriptor.</em></span>
</p>
<p>
- <a class="indexterm" name="id1474315"></a>
+ <a class="indexterm" name="idp184861536"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native descriptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html
index 984c94b4d8..6167dd7743 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="native.html" title="posix::basic_stream_descriptor::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::basic_descriptor.</em></span>
</p>
<p>
- <a class="indexterm" name="id1474400"></a>
+ <a class="indexterm" name="idp184870880"></a>
Get the native descriptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native descriptor representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html
index 6cd08f66cf..b155de90dc 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="native_handle.html" title="posix::basic_stream_descriptor::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_handle_type"></a><a class="link" href="native_handle_type.html" title="posix::basic_stream_descriptor::native_handle_type">posix::basic_stream_descriptor::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1474461"></a>
+ <a class="indexterm" name="idp184877552"></a>
The native representation
of a descriptor.
</p>
@@ -35,18 +35,18 @@ The native representation
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__basic_stream_descriptor.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__basic_stream_descriptor.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html
index 821179041b..02e5675104 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="native_handle_type.html" title="posix::basic_stream_descriptor::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking">posix::basic_stream_descriptor::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1474587"></a>
+ <a class="indexterm" name="idp184891136"></a>
Gets the non-blocking
mode of the native descriptor implementation.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html
index d6085a59bb..ea3cb25afa 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The current non-blocking mode is cached by the descriptor object. Consequently,
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html
index d63b4d7084..193bba6afe 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::native_non_blocking (1 of 3 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. If the <code class="computeroutput"><span class="identifier">mode</span></code>
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html
index 78a6c3d5bd..e4407d0822 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking">
<link rel="prev" href="overload2.html" title="posix::basic_stream_descriptor::native_non_blocking (2 of 3 overloads)">
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.native_non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the underlying
@@ -68,7 +68,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html
index 46b1976cc4..3aa9b2dd99 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="native_non_blocking/overload3.html" title="posix::basic_stream_descriptor::native_non_blocking (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_type"></a><a class="link" href="native_type.html" title="posix::basic_stream_descriptor::native_type">posix::basic_stream_descriptor::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1475657"></a>
+ <a class="indexterm" name="idp185013136"></a>
(Deprecated: Use native_handle_type.)
The native representation of a descriptor.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.native_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__basic_stream_descriptor.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__basic_stream_descriptor.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html
index eba6eb8fb6..eb5e88a8b4 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="native_type.html" title="posix::basic_stream_descriptor::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking"></a><a class="link" href="non_blocking.html" title="posix::basic_stream_descriptor::non_blocking">posix::basic_stream_descriptor::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1475783"></a>
+ <a class="indexterm" name="idp185026816"></a>
Gets the non-blocking mode of
the descriptor.
</p>
@@ -49,7 +49,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html
index efa7a2dfa8..e4362f2409 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::non_blocking (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_stream_descriptor::non_blocking">
<link rel="prev" href="../non_blocking.html" title="posix::basic_stream_descriptor::non_blocking">
@@ -37,7 +37,7 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload1.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -58,7 +58,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html
index 587703d692..800342e5bd 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::non_blocking (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_stream_descriptor::non_blocking">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::non_blocking (1 of 3 overloads)">
@@ -38,11 +38,11 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the descriptor's
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload2.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html
index 9f87c510a7..84985f35a5 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::non_blocking (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::basic_stream_descriptor::non_blocking">
<link rel="prev" href="overload2.html" title="posix::basic_stream_descriptor::non_blocking (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">mode</span></dt>
<dd><p>
If <code class="computeroutput"><span class="keyword">true</span></code>, the descriptor's
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking.overload3.remarks">Remarks</a>
</h6>
<p>
The non-blocking mode has no effect on the behaviour of asynchronous
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html
index d458a8b381..3d833bf7c3 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="non_blocking/overload3.html" title="posix::basic_stream_descriptor::non_blocking (3 of 3 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::descriptor_base.</em></span>
</p>
<p>
- <a class="indexterm" name="id1476872"></a>
+ <a class="indexterm" name="idp185151488"></a>
(Deprecated: Use non_blocking().)
IO control command to set the blocking mode of the descriptor.
</p>
@@ -41,7 +41,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -50,18 +50,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__basic_stream_descriptor.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html
index 9ef7ba77f1..ec4d741728 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="non_blocking_io.html" title="posix::basic_stream_descriptor::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_"></a><a class="link" href="operator_eq_.html" title="posix::basic_stream_descriptor::operator=">posix::basic_stream_descriptor::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1477161"></a>
+ <a class="indexterm" name="idp185184592"></a>
Move-assign a <a class="link" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_stream_descriptor</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_stream_descriptor</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../posix__basic_stream_descriptor.html" titl
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_stream_descriptor</span></code></a>
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../posix__basic_stream_descriptor.html" titl
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.posix__basic_stream_descriptor.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../posix__basic_stream_descriptor.html" titl
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html
index d60dad3416..ca8aa60975 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="operator_eq_.html" title="posix::basic_stream_descriptor::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some"></a><a class="link" href="read_some.html" title="posix::basic_stream_descriptor::read_some">posix::basic_stream_descriptor::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1477405"></a>
+ <a class="indexterm" name="idp185212384"></a>
Read some data from the descriptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Read some data from the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html
index 2776747aeb..9b0deb9dae 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="posix::basic_stream_descriptor::read_some">
<link rel="prev" href="../read_some.html" title="posix::basic_stream_descriptor::read_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html
index cb9dedca7b..2ba2036416 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="posix::basic_stream_descriptor::read_some">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::read_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.read_some.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html
index 4180c90c88..16b738640b 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::release</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="read_some/overload2.html" title="posix::basic_stream_descriptor::read_some (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from posix::basic_descriptor.</em></span>
</p>
<p>
- <a class="indexterm" name="id1478450"></a>
+ <a class="indexterm" name="idp185331776"></a>
Release ownership of the native descriptor
implementation.
</p>
@@ -48,7 +48,7 @@ Release ownership of the native descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html
index 81988f23ea..2177718dff 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="release.html" title="posix::basic_stream_descriptor::release">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1478575"></a>
+ <a class="indexterm" name="idp185346144"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.service.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.posix__basic_stream_descriptor.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.posix__basic_stream_descriptor.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html
index 2c6f82e91e..0a685fe312 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="service.html" title="posix::basic_stream_descriptor::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1478690"></a>
+ <a class="indexterm" name="idp185358720"></a>
The type of the service that
will be used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.service_type.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.posix__basic_stream_descriptor.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.posix__basic_stream_descriptor.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html
index db6fbe8594..aea5a4d10b 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">
<link rel="prev" href="service_type.html" title="posix::basic_stream_descriptor::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some"></a><a class="link" href="write_some.html" title="posix::basic_stream_descriptor::write_some">posix::basic_stream_descriptor::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1478804"></a>
+ <a class="indexterm" name="idp185371248"></a>
Write some data to the descriptor.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Write some data to the descriptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html
index 4510538055..920643f6bb 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="posix::basic_stream_descriptor::write_some">
<link rel="prev" href="../write_some.html" title="posix::basic_stream_descriptor::write_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the descriptor.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html
index 76154394db..d345fa4de7 100644
--- a/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="posix::basic_stream_descriptor::write_some">
<link rel="prev" href="overload1.html" title="posix::basic_stream_descriptor::write_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the descriptor.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.posix__basic_stream_descriptor.write_some.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__descriptor_base.html b/doc/html/boost_asio/reference/posix__descriptor_base.html
index 863636eb59..52ee5f7c8b 100644
--- a/doc/html/boost_asio/reference/posix__descriptor_base.html
+++ b/doc/html/boost_asio/reference/posix__descriptor_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::descriptor_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="posix__basic_stream_descriptor/write_some/overload2.html" title="posix::basic_stream_descriptor::write_some (2 of 2 overloads)">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.posix__descriptor_base.h0"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.types"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.types"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -85,7 +85,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__descriptor_base.h1"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.protected_member_functions"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.protected_member_functions"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -120,18 +120,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__descriptor_base.h2"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.requirements"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.requirements"></a></span><a class="link" href="posix__descriptor_base.html#boost_asio.reference.posix__descriptor_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html b/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html
index b73ca3ac05..e9f1bb4b1b 100644
--- a/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::descriptor_base::~descriptor_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__descriptor_base.html" title="posix::descriptor_base">
<link rel="prev" href="non_blocking_io.html" title="posix::descriptor_base::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__descriptor_base._descriptor_base"></a><a class="link" href="_descriptor_base.html" title="posix::descriptor_base::~descriptor_base">posix::descriptor_base::~descriptor_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1480813"></a>
+ <a class="indexterm" name="idp185601280"></a>
Protected destructor to prevent deletion
through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html b/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html
index 3759eddd96..b471eaafd1 100644
--- a/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::descriptor_base::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__descriptor_base.html" title="posix::descriptor_base">
<link rel="prev" href="../posix__descriptor_base.html" title="posix::descriptor_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__descriptor_base.bytes_readable"></a><a class="link" href="bytes_readable.html" title="posix::descriptor_base::bytes_readable">posix::descriptor_base::bytes_readable</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1480199"></a>
+ <a class="indexterm" name="idp185530048"></a>
IO control command to get the amount
of data that can be read without blocking.
</p>
@@ -38,7 +38,7 @@ IO control command to get the amount
</p>
<h6>
<a name="boost_asio.reference.posix__descriptor_base.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__descriptor_base.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__descriptor_base.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -48,18 +48,18 @@ IO control command to get the amount
</pre>
<h6>
<a name="boost_asio.reference.posix__descriptor_base.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__descriptor_base.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.posix__descriptor_base.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html b/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html
index a849faef78..e32851ae6c 100644
--- a/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::descriptor_base::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__descriptor_base.html" title="posix::descriptor_base">
<link rel="prev" href="bytes_readable.html" title="posix::descriptor_base::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__descriptor_base.non_blocking_io"></a><a class="link" href="non_blocking_io.html" title="posix::descriptor_base::non_blocking_io">posix::descriptor_base::non_blocking_io</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1480527"></a>
+ <a class="indexterm" name="idp185568256"></a>
(Deprecated: Use non_blocking().)
IO control command to set the blocking mode of the descriptor.
</p>
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__descriptor_base.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__descriptor_base.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">posix</span><span class="special">::</span><span class="identifier">stream_descriptor</span> <span class="identifier">descriptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -47,18 +47,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__descriptor_base.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__descriptor_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.posix__descriptor_base.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/descriptor_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor.html b/doc/html/boost_asio/reference/posix__stream_descriptor.html
index ea05cfcbda..69f1ee1be4 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="posix__descriptor_base/_descriptor_base.html" title="posix::descriptor_base::~descriptor_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor"></a><a class="link" href="posix__stream_descriptor.html" title="posix::stream_descriptor">posix::stream_descriptor</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1480865"></a>
+ <a class="indexterm" name="idp185607296"></a>
Typedef for the typical usage of a stream-oriented
descriptor.
</p>
@@ -35,7 +35,7 @@ Typedef for the typical usage of a stream-oriented
</pre>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h0"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.types"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.types"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -146,7 +146,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h1"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.member_functions"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.member_functions"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -402,7 +402,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h2"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.protected_member_functions"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.protected_member_functions"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -451,7 +451,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h3"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.protected_data_members"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.protected_data_members"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -506,31 +506,29 @@ Typedef for the typical usage of a stream-oriented
</p>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h4"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.thread_safety"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.thread_safety"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor.h5"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor.requirements"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor.requirements"></a></span><a class="link" href="posix__stream_descriptor.html#boost_asio.reference.posix__stream_descriptor.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/stream_descriptor.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/stream_descriptor.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service.html
index 169342847c..b4634a6591 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="posix__stream_descriptor.html" title="posix::stream_descriptor">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor_service.h0"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.types"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.types"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor_service.h1"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.member_functions"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.member_functions"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -365,7 +365,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor_service.h2"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.data_members"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.data_members"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -400,18 +400,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.posix__stream_descriptor_service.h3"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.requirements"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.requirements"></a></span><a class="link" href="posix__stream_descriptor_service.html#boost_asio.reference.posix__stream_descriptor_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html
index c2fe47866c..80726ef164 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.assign"></a><a class="link" href="assign.html" title="posix::stream_descriptor_service::assign">posix::stream_descriptor_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483237"></a>
+ <a class="indexterm" name="idp185873376"></a>
Assign an existing native descriptor
to a stream descriptor.
</p>
@@ -39,7 +39,7 @@ Assign an existing native descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html
index 316a61d47c..52931e23fa 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="assign.html" title="posix::stream_descriptor_service::assign">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.async_read_some"></a><a class="link" href="async_read_some.html" title="posix::stream_descriptor_service::async_read_some">posix::stream_descriptor_service::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483397"></a>
+ <a class="indexterm" name="idp185892240"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html
index 24c99b6b5a..98a37de6aa 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="async_read_some.html" title="posix::stream_descriptor_service::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.async_write_some"></a><a class="link" href="async_write_some.html" title="posix::stream_descriptor_service::async_write_some">posix::stream_descriptor_service::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483561"></a>
+ <a class="indexterm" name="idp185911824"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html
index 6bf868ff97..df803fba4b 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="async_write_some.html" title="posix::stream_descriptor_service::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.cancel"></a><a class="link" href="cancel.html" title="posix::stream_descriptor_service::cancel">posix::stream_descriptor_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483722"></a>
+ <a class="indexterm" name="idp185931472"></a>
Cancel all asynchronous operations
associated with the descriptor.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html
index 330ffa34f7..ddaac0e4cc 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="cancel.html" title="posix::stream_descriptor_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.close"></a><a class="link" href="close.html" title="posix::stream_descriptor_service::close">posix::stream_descriptor_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483853"></a>
+ <a class="indexterm" name="idp185946960"></a>
Close a stream descriptor implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a stream descriptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html
index b76f17503a..a09452d214 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="close.html" title="posix::stream_descriptor_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.construct"></a><a class="link" href="construct.html" title="posix::stream_descriptor_service::construct">posix::stream_descriptor_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1483982"></a>
+ <a class="indexterm" name="idp185962672"></a>
Construct a new stream descriptor
implementation.
</p>
@@ -37,7 +37,7 @@ Construct a new stream descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html
index 9be28fbb4a..95b8e12b41 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="construct.html" title="posix::stream_descriptor_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.destroy"></a><a class="link" href="destroy.html" title="posix::stream_descriptor_service::destroy">posix::stream_descriptor_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484057"></a>
+ <a class="indexterm" name="idp185971328"></a>
Destroy a stream descriptor implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a stream descriptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html
index 577a2a0ce2..05d7f19581 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="destroy.html" title="posix::stream_descriptor_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1484141"></a>
+ <a class="indexterm" name="idp185980784"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html
index ee8ce93424..49426cb093 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="get_io_service.html" title="posix::stream_descriptor_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.id"></a><a class="link" href="id.html" title="posix::stream_descriptor_service::id">posix::stream_descriptor_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484230"></a>
+ <a class="indexterm" name="idp185991488"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html
index e7eefd68ba..13ca6cd842 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="id.html" title="posix::stream_descriptor_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.implementation_type"></a><a class="link" href="implementation_type.html" title="posix::stream_descriptor_service::implementation_type">posix::stream_descriptor_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484316"></a>
+ <a class="indexterm" name="idp186001520"></a>
The type of a stream
descriptor implementation.
</p>
@@ -35,18 +35,18 @@ The type of a stream
</pre>
<h6>
<a name="boost_asio.reference.posix__stream_descriptor_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__stream_descriptor_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.posix__stream_descriptor_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html
index 9cdad820f4..120f108d95 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="implementation_type.html" title="posix::stream_descriptor_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.io_control"></a><a class="link" href="io_control.html" title="posix::stream_descriptor_service::io_control">posix::stream_descriptor_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484433"></a>
+ <a class="indexterm" name="idp186014080"></a>
Perform an IO control command
on the descriptor.
</p>
@@ -41,7 +41,7 @@ Perform an IO control command
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html
index 7ac2435c63..1e77cc3fa7 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="io_control.html" title="posix::stream_descriptor_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.is_open"></a><a class="link" href="is_open.html" title="posix::stream_descriptor_service::is_open">posix::stream_descriptor_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484611"></a>
+ <a class="indexterm" name="idp186035632"></a>
Determine whether the descriptor
is open.
</p>
@@ -37,7 +37,7 @@ Determine whether the descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html
index ed57f50b39..69e7d9d498 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="is_open.html" title="posix::stream_descriptor_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.move_assign"></a><a class="link" href="move_assign.html" title="posix::stream_descriptor_service::move_assign">posix::stream_descriptor_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484703"></a>
+ <a class="indexterm" name="idp186046256"></a>
Move-assign from another stream
descriptor implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html
index 9b7746afce..40e0a04277 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="move_assign.html" title="posix::stream_descriptor_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.move_construct"></a><a class="link" href="move_construct.html" title="posix::stream_descriptor_service::move_construct">posix::stream_descriptor_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484821"></a>
+ <a class="indexterm" name="idp186060192"></a>
Move-construct a new stream
descriptor implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html
index 3671d2cffc..a8e6b775df 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="move_construct.html" title="posix::stream_descriptor_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.native"></a><a class="link" href="native.html" title="posix::stream_descriptor_service::native">posix::stream_descriptor_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1484916"></a>
+ <a class="indexterm" name="idp186071456"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native descriptor implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html
index 95d34f3147..873e9b6d5b 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="native.html" title="posix::stream_descriptor_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.native_handle"></a><a class="link" href="native_handle.html" title="posix::stream_descriptor_service::native_handle">posix::stream_descriptor_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1485007"></a>
+ <a class="indexterm" name="idp186081920"></a>
Get the native descriptor
implementation.
</p>
@@ -37,7 +37,7 @@ Get the native descriptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html
index e4c3f85e30..b1013b57d7 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="native_handle.html" title="posix::stream_descriptor_service::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="posix::stream_descriptor_service::native_handle_type">posix::stream_descriptor_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1485083"></a>
+ <a class="indexterm" name="idp186090560"></a>
The native descriptor
type.
</p>
@@ -35,18 +35,18 @@ The native descriptor
</pre>
<h6>
<a name="boost_asio.reference.posix__stream_descriptor_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__stream_descriptor_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.posix__stream_descriptor_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html
index d6820e2e63..b492ff2086 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="native_handle_type.html" title="posix::stream_descriptor_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="posix::stream_descriptor_service::native_non_blocking">posix::stream_descriptor_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1485199"></a>
+ <a class="indexterm" name="idp186103040"></a>
Gets the non-blocking
mode of the native descriptor implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html
index 3f9c1b7a7f..fb2d72f6fb 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::stream_descriptor_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="posix::stream_descriptor_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html
index b0bc0ae943..8d6c5b1484 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="posix::stream_descriptor_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="posix::stream_descriptor_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html
index e23fa216a8..cfd0a8eb02 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="posix::stream_descriptor_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.native_type"></a><a class="link" href="native_type.html" title="posix::stream_descriptor_service::native_type">posix::stream_descriptor_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1485937"></a>
+ <a class="indexterm" name="idp186157504"></a>
(Deprecated: Use native_handle_type.)
The native descriptor type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.posix__stream_descriptor_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.posix__stream_descriptor_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__stream_descriptor_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.posix__stream_descriptor_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.posix__stream_descriptor_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/stream_descriptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html
index 50362c0c25..a33261f038 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="native_type.html" title="posix::stream_descriptor_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.non_blocking"></a><a class="link" href="non_blocking.html" title="posix::stream_descriptor_service::non_blocking">posix::stream_descriptor_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1486053"></a>
+ <a class="indexterm" name="idp186169984"></a>
Gets the non-blocking mode
of the descriptor.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html
index 4434846ed1..e70cc8d714 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::stream_descriptor_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="posix::stream_descriptor_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html
index f468d16d47..10390157da 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="posix::stream_descriptor_service::non_blocking">
<link rel="prev" href="overload1.html" title="posix::stream_descriptor_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html
index 29958a47b3..049393307d 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="non_blocking/overload2.html" title="posix::stream_descriptor_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.read_some"></a><a class="link" href="read_some.html" title="posix::stream_descriptor_service::read_some">posix::stream_descriptor_service::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1486511"></a>
+ <a class="indexterm" name="idp186224304"></a>
Read some data from the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Read some data from the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html
index a707c8f977..a1f2aefd89 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::release</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="read_some.html" title="posix::stream_descriptor_service::read_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.release"></a><a class="link" href="release.html" title="posix::stream_descriptor_service::release">posix::stream_descriptor_service::release</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1486686"></a>
+ <a class="indexterm" name="idp186245376"></a>
Release ownership of the native
descriptor implementation.
</p>
@@ -37,7 +37,7 @@ Release ownership of the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html
index 691c265f47..0d5554667c 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::stream_descriptor_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="release.html" title="posix::stream_descriptor_service::release">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.stream_descriptor_service"></a><a class="link" href="stream_descriptor_service.html" title="posix::stream_descriptor_service::stream_descriptor_service">posix::stream_descriptor_service::stream_descriptor_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1486764"></a>
+ <a class="indexterm" name="idp186254112"></a>
Construct a new
stream descriptor service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html b/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html
index 6e6dd0390c..f626ce84fe 100644
--- a/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html
+++ b/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::stream_descriptor_service::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__stream_descriptor_service.html" title="posix::stream_descriptor_service">
<link rel="prev" href="stream_descriptor_service.html" title="posix::stream_descriptor_service::stream_descriptor_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.posix__stream_descriptor_service.write_some"></a><a class="link" href="write_some.html" title="posix::stream_descriptor_service::write_some">posix::stream_descriptor_service::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1486867"></a>
+ <a class="indexterm" name="idp186266256"></a>
Write the given data to the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Write the given data to the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service.html b/doc/html/boost_asio/reference/raw_socket_service.html
index 7df24ca778..6071ee23aa 100644
--- a/doc/html/boost_asio/reference/raw_socket_service.html
+++ b/doc/html/boost_asio/reference/raw_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="posix__stream_descriptor_service/write_some.html" title="posix::stream_descriptor_service::write_some">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.raw_socket_service.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.types"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.types"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.raw_socket_service.h1"></a>
- <span><a name="boost_asio.reference.raw_socket_service.member_functions"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.member_functions"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -298,6 +298,19 @@
<tr>
<td>
<p>
+ <a class="link" href="raw_socket_service/converting_move_construct.html" title="raw_socket_service::converting_move_construct"><span class="bold"><strong>converting_move_construct</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-construct a new raw socket implementation from another protocol
+ type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="raw_socket_service/destroy.html" title="raw_socket_service::destroy"><span class="bold"><strong>destroy</strong></span></a>
</p>
</td>
@@ -554,7 +567,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.raw_socket_service.h2"></a>
- <span><a name="boost_asio.reference.raw_socket_service.data_members"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.data_members"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -588,18 +601,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.raw_socket_service.h3"></a>
- <span><a name="boost_asio.reference.raw_socket_service.requirements"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.requirements"></a></span><a class="link" href="raw_socket_service.html#boost_asio.reference.raw_socket_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/assign.html b/doc/html/boost_asio/reference/raw_socket_service/assign.html
index f7687fff07..30bed2d586 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/assign.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="../raw_socket_service.html" title="raw_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.assign"></a><a class="link" href="assign.html" title="raw_socket_service::assign">raw_socket_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1488572"></a>
+ <a class="indexterm" name="idp186465232"></a>
Assign an existing native socket to a raw socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">assign</span><span class="special">(</span>
@@ -39,7 +39,7 @@ Assign an existing native socket to a raw socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/async_connect.html b/doc/html/boost_asio/reference/raw_socket_service/async_connect.html
index 8bef597f4c..6ea653a5d8 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/async_connect.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="assign.html" title="raw_socket_service::assign">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.raw_socket_service.async_connect"></a><a class="link" href="async_connect.html" title="raw_socket_service::async_connect">raw_socket_service::async_connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1488755"></a>
+ <a class="indexterm" name="idp186487328"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/async_receive.html b/doc/html/boost_asio/reference/raw_socket_service/async_receive.html
index 065fd36804..b4f3452b0f 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/async_receive.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="async_connect.html" title="raw_socket_service::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.raw_socket_service.async_receive"></a><a class="link" href="async_receive.html" title="raw_socket_service::async_receive">raw_socket_service::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1488899"></a>
+ <a class="indexterm" name="idp186504848"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html b/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html
index 542faa969f..4eaae84e6d 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::async_receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="async_receive.html" title="raw_socket_service::async_receive">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.raw_socket_service.async_receive_from"></a><a class="link" href="async_receive_from.html" title="raw_socket_service::async_receive_from">raw_socket_service::async_receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489085"></a>
+ <a class="indexterm" name="idp186527424"></a>
Start an asynchronous receive that
will get the endpoint of the sender.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive_from</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive_from</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">sender_endpoint</span><span class="special">,</span>
@@ -44,7 +44,7 @@ Start an asynchronous receive that
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/async_send.html b/doc/html/boost_asio/reference/raw_socket_service/async_send.html
index b1dd5d3271..9743490cde 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/async_send.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="async_receive_from.html" title="raw_socket_service::async_receive_from">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.raw_socket_service.async_send"></a><a class="link" href="async_send.html" title="raw_socket_service::async_send">raw_socket_service::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489293"></a>
+ <a class="indexterm" name="idp186552688"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html b/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html
index 0a5b036cac..2b1852c04d 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::async_send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="async_send.html" title="raw_socket_service::async_send">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.raw_socket_service.async_send_to"></a><a class="link" href="async_send_to.html" title="raw_socket_service::async_send_to">raw_socket_service::async_send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489480"></a>
+ <a class="indexterm" name="idp186575232"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send_to</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send_to</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">destination</span><span class="special">,</span>
@@ -43,7 +43,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/at_mark.html b/doc/html/boost_asio/reference/raw_socket_service/at_mark.html
index a2f510d51b..24d12cc01c 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/at_mark.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="async_send_to.html" title="raw_socket_service::async_send_to">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.at_mark"></a><a class="link" href="at_mark.html" title="raw_socket_service::at_mark">raw_socket_service::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489692"></a>
+ <a class="indexterm" name="idp186601056"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -38,7 +38,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/available.html b/doc/html/boost_asio/reference/raw_socket_service/available.html
index 954b6b7dbb..207d6016e3 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/available.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="at_mark.html" title="raw_socket_service::at_mark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.available"></a><a class="link" href="available.html" title="raw_socket_service::available">raw_socket_service::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489819"></a>
+ <a class="indexterm" name="idp186616176"></a>
Determine the number of bytes available for
reading.
</p>
@@ -38,7 +38,7 @@ Determine the number of bytes available for
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/bind.html b/doc/html/boost_asio/reference/raw_socket_service/bind.html
index 84a936584e..90c792f10b 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/bind.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="available.html" title="raw_socket_service::available">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.bind"></a><a class="link" href="bind.html" title="raw_socket_service::bind">raw_socket_service::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1489955"></a>
+ <a class="indexterm" name="idp186632544"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">bind</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/cancel.html b/doc/html/boost_asio/reference/raw_socket_service/cancel.html
index 329f1a6c07..c4b7cfb34b 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/cancel.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="bind.html" title="raw_socket_service::bind">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.cancel"></a><a class="link" href="cancel.html" title="raw_socket_service::cancel">raw_socket_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490109"></a>
+ <a class="indexterm" name="idp186651216"></a>
Cancel all asynchronous operations associated with
the socket.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/close.html b/doc/html/boost_asio/reference/raw_socket_service/close.html
index 265c162f63..f00228f2c2 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/close.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="cancel.html" title="raw_socket_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.close"></a><a class="link" href="close.html" title="raw_socket_service::close">raw_socket_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490238"></a>
+ <a class="indexterm" name="idp186666704"></a>
Close a raw socket implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a raw socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/connect.html b/doc/html/boost_asio/reference/raw_socket_service/connect.html
index f4fb89235b..13f38f7f23 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/connect.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="close.html" title="raw_socket_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.connect"></a><a class="link" href="connect.html" title="raw_socket_service::connect">raw_socket_service::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490367"></a>
+ <a class="indexterm" name="idp186682160"></a>
Connect the raw socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">connect</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Connect the raw socket to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/construct.html b/doc/html/boost_asio/reference/raw_socket_service/construct.html
index 1cf18159e9..f51841949c 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/construct.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/construct.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="connect.html" title="raw_socket_service::connect">
-<link rel="next" href="destroy.html" title="raw_socket_service::destroy">
+<link rel="next" href="converting_move_construct.html" title="raw_socket_service::converting_move_construct">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.raw_socket_service.construct"></a><a class="link" href="construct.html" title="raw_socket_service::construct">raw_socket_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490522"></a>
+ <a class="indexterm" name="idp186700976"></a>
Construct a new raw socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new raw socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Construct a new raw socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html b/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html
new file mode 100644
index 0000000000..68be627933
--- /dev/null
+++ b/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>raw_socket_service::converting_move_construct</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
+<link rel="prev" href="construct.html" title="raw_socket_service::construct">
+<link rel="next" href="destroy.html" title="raw_socket_service::destroy">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.raw_socket_service.converting_move_construct"></a><a class="link" href="converting_move_construct.html" title="raw_socket_service::converting_move_construct">raw_socket_service::converting_move_construct</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp186709616"></a>
+Move-construct a new raw socket
+ implementation from another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">converting_move_construct</span><span class="special">(</span>
+ <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">raw_socket_service</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/destroy.html b/doc/html/boost_asio/reference/raw_socket_service/destroy.html
index cddef60ae3..7696992528 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/destroy.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/destroy.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
-<link rel="prev" href="construct.html" title="raw_socket_service::construct">
+<link rel="prev" href="converting_move_construct.html" title="raw_socket_service::converting_move_construct">
<link rel="next" href="endpoint_type.html" title="raw_socket_service::endpoint_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.raw_socket_service.destroy"></a><a class="link" href="destroy.html" title="raw_socket_service::destroy">raw_socket_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490596"></a>
+ <a class="indexterm" name="idp186737488"></a>
Destroy a raw socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a raw socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Destroy a raw socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html b/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html
index 17e0575b34..f7ec72dbc9 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="destroy.html" title="raw_socket_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.raw_socket_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="raw_socket_service::endpoint_type">raw_socket_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490669"></a>
+ <a class="indexterm" name="idp186746032"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.raw_socket_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.raw_socket_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.raw_socket_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html b/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html
index 023f5c32f5..5e18ebe3b3 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="endpoint_type.html" title="raw_socket_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1490796"></a>
+ <a class="indexterm" name="idp186760160"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/get_option.html b/doc/html/boost_asio/reference/raw_socket_service/get_option.html
index 6e5fe163df..a85fa65b27 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/get_option.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="get_io_service.html" title="raw_socket_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.get_option"></a><a class="link" href="get_option.html" title="raw_socket_service::get_option">raw_socket_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1490886"></a>
+ <a class="indexterm" name="idp186770880"></a>
Get a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/id.html b/doc/html/boost_asio/reference/raw_socket_service/id.html
index 4b956eb4d2..ffc42e381f 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/id.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="get_option.html" title="raw_socket_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.id"></a><a class="link" href="id.html" title="raw_socket_service::id">raw_socket_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491080"></a>
+ <a class="indexterm" name="idp186794224"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html b/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html
index 92964bfc53..1a543d21cb 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="id.html" title="raw_socket_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.raw_socket_service.implementation_type"></a><a class="link" href="implementation_type.html" title="raw_socket_service::implementation_type">raw_socket_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491163"></a>
+ <a class="indexterm" name="idp186804032"></a>
The type of a raw socket.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.raw_socket_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.raw_socket_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.raw_socket_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/io_control.html b/doc/html/boost_asio/reference/raw_socket_service/io_control.html
index c3216dd147..abaa81c12a 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/io_control.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="implementation_type.html" title="raw_socket_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.io_control"></a><a class="link" href="io_control.html" title="raw_socket_service::io_control">raw_socket_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491276"></a>
+ <a class="indexterm" name="idp186816288"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/is_open.html b/doc/html/boost_asio/reference/raw_socket_service/is_open.html
index 71a40bf46c..2dd3f776e8 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/is_open.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="io_control.html" title="raw_socket_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.is_open"></a><a class="link" href="is_open.html" title="raw_socket_service::is_open">raw_socket_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491455"></a>
+ <a class="indexterm" name="idp186837664"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html b/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html
index 13a5d62906..45b3b3ff0e 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="is_open.html" title="raw_socket_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.local_endpoint"></a><a class="link" href="local_endpoint.html" title="raw_socket_service::local_endpoint">raw_socket_service::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491543"></a>
+ <a class="indexterm" name="idp186848112"></a>
Get the local endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/move_assign.html b/doc/html/boost_asio/reference/raw_socket_service/move_assign.html
index 79e4d54815..54e6e77aa2 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/move_assign.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="local_endpoint.html" title="raw_socket_service::local_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.move_assign"></a><a class="link" href="move_assign.html" title="raw_socket_service::move_assign">raw_socket_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491670"></a>
+ <a class="indexterm" name="idp186863280"></a>
Move-assign from another raw socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_assign</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Move-assign from another raw socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/move_construct.html b/doc/html/boost_asio/reference/raw_socket_service/move_construct.html
index 1d8d415d3b..e357475ae2 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/move_construct.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="move_assign.html" title="raw_socket_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.move_construct"></a><a class="link" href="move_construct.html" title="raw_socket_service::move_construct">raw_socket_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491786"></a>
+ <a class="indexterm" name="idp186877008"></a>
Move-construct a new raw socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_construct</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Move-construct a new raw socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native.html b/doc/html/boost_asio/reference/raw_socket_service/native.html
index 21d65b0380..cd4b6052a8 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="move_construct.html" title="raw_socket_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.native"></a><a class="link" href="native.html" title="raw_socket_service::native">raw_socket_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491881"></a>
+ <a class="indexterm" name="idp186888128"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_handle.html b/doc/html/boost_asio/reference/raw_socket_service/native_handle.html
index cf69217a6c..a2712c8ad0 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_handle.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="native.html" title="raw_socket_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.native_handle"></a><a class="link" href="native_handle.html" title="raw_socket_service::native_handle">raw_socket_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1491968"></a>
+ <a class="indexterm" name="idp186898560"></a>
Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html b/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html
index d1eb54a621..5af49298c1 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="native_handle.html" title="raw_socket_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.raw_socket_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="raw_socket_service::native_handle_type">raw_socket_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1492042"></a>
+ <a class="indexterm" name="idp186907248"></a>
The native socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.raw_socket_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.raw_socket_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.raw_socket_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html
index 3352396f9f..2daa53687b 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="native_handle_type.html" title="raw_socket_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="raw_socket_service::native_non_blocking">raw_socket_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1492156"></a>
+ <a class="indexterm" name="idp186919696"></a>
Gets the non-blocking mode of the
native socket implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html
index 1eba3eedc4..e277f19cd7 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="raw_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="raw_socket_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html
index aaf5622489..d2096a8a10 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="raw_socket_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="raw_socket_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/native_type.html b/doc/html/boost_asio/reference/raw_socket_service/native_type.html
index f7456d3cf6..4327494362 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/native_type.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="raw_socket_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.native_type"></a><a class="link" href="native_type.html" title="raw_socket_service::native_type">raw_socket_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1492618"></a>
+ <a class="indexterm" name="idp186973616"></a>
(Deprecated: Use native_handle_type.) The
native socket type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.raw_socket_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.raw_socket_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.raw_socket_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html b/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html
index 46c65ecdef..32f86bf86c 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="native_type.html" title="raw_socket_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.non_blocking"></a><a class="link" href="non_blocking.html" title="raw_socket_service::non_blocking">raw_socket_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1492731"></a>
+ <a class="indexterm" name="idp186985904"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="raw_socket_service::non_blocking (1 of 2 overloads)">non_blocking</a><span class="special">(</span>
@@ -46,7 +46,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html
index d82a052659..98ee121c09 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="raw_socket_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="raw_socket_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html
index e43284c077..dba429fa55 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="raw_socket_service::non_blocking">
<link rel="prev" href="overload1.html" title="raw_socket_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/open.html b/doc/html/boost_asio/reference/raw_socket_service/open.html
index f611cbb8cf..f3bb113be3 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/open.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="non_blocking/overload2.html" title="raw_socket_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.open"></a><a class="link" href="open.html" title="raw_socket_service::open">raw_socket_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493185"></a>
+ <a class="indexterm" name="idp187039808"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html b/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html
index 0aa8ed96c2..810d631f99 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="open.html" title="raw_socket_service::open">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.raw_socket_service.protocol_type"></a><a class="link" href="protocol_type.html" title="raw_socket_service::protocol_type">raw_socket_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493339"></a>
+ <a class="indexterm" name="idp187058544"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.raw_socket_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.raw_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.raw_socket_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.raw_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.raw_socket_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/raw_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html b/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html
index ef1d95730f..01dbd20778 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::raw_socket_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="protocol_type.html" title="raw_socket_service::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.raw_socket_service"></a><a class="link" href="raw_socket_service.html" title="raw_socket_service::raw_socket_service">raw_socket_service::raw_socket_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493451"></a>
+ <a class="indexterm" name="idp187070944"></a>
Construct a new raw socket service
for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new raw socket service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/receive.html b/doc/html/boost_asio/reference/raw_socket_service/receive.html
index a11ef1a608..b23e157dce 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/receive.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="raw_socket_service.html" title="raw_socket_service::raw_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.receive"></a><a class="link" href="receive.html" title="raw_socket_service::receive">raw_socket_service::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493552"></a>
+ <a class="indexterm" name="idp187082848"></a>
Receive some data from the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Receive some data from the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/receive_from.html b/doc/html/boost_asio/reference/raw_socket_service/receive_from.html
index 0af8df3b73..d9769f0ce6 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/receive_from.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/receive_from.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::receive_from</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="receive.html" title="raw_socket_service::receive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.receive_from"></a><a class="link" href="receive_from.html" title="raw_socket_service::receive_from">raw_socket_service::receive_from</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493751"></a>
+ <a class="indexterm" name="idp187106880"></a>
Receive raw data with the endpoint of the
sender.
</p>
@@ -43,7 +43,7 @@ Receive raw data with the endpoint of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html b/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html
index a7e8711676..13fc4f534e 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="receive_from.html" title="raw_socket_service::receive_from">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="raw_socket_service::remote_endpoint">raw_socket_service::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1493972"></a>
+ <a class="indexterm" name="idp187133456"></a>
Get the remote endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">remote_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the remote endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/send.html b/doc/html/boost_asio/reference/raw_socket_service/send.html
index 49bd96bc4c..7e56088a6d 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/send.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="remote_endpoint.html" title="raw_socket_service::remote_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.send"></a><a class="link" href="send.html" title="raw_socket_service::send">raw_socket_service::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1494099"></a>
+ <a class="indexterm" name="idp187148624"></a>
Send the given data to the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Send the given data to the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/send_to.html b/doc/html/boost_asio/reference/raw_socket_service/send_to.html
index 6457ed3fd0..6104bc43bf 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/send_to.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/send_to.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::send_to</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="send.html" title="raw_socket_service::send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.send_to"></a><a class="link" href="send_to.html" title="raw_socket_service::send_to">raw_socket_service::send_to</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1494297"></a>
+ <a class="indexterm" name="idp187172560"></a>
Send raw data to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,7 +42,7 @@ Send raw data to the specified endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/set_option.html b/doc/html/boost_asio/reference/raw_socket_service/set_option.html
index 02d84b18f2..a630203314 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/set_option.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="send_to.html" title="raw_socket_service::send_to">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.set_option"></a><a class="link" href="set_option.html" title="raw_socket_service::set_option">raw_socket_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1494523"></a>
+ <a class="indexterm" name="idp187199968"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/raw_socket_service/shutdown.html b/doc/html/boost_asio/reference/raw_socket_service/shutdown.html
index 101a8b8204..4758990f56 100644
--- a/doc/html/boost_asio/reference/raw_socket_service/shutdown.html
+++ b/doc/html/boost_asio/reference/raw_socket_service/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>raw_socket_service::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../raw_socket_service.html" title="raw_socket_service">
<link rel="prev" href="set_option.html" title="raw_socket_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.raw_socket_service.shutdown"></a><a class="link" href="shutdown.html" title="raw_socket_service::shutdown">raw_socket_service::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1494707"></a>
+ <a class="indexterm" name="idp187222048"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">shutdown</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read.html b/doc/html/boost_asio/reference/read.html
index 4f2d77418e..2587da6064 100644
--- a/doc/html/boost_asio/reference/read.html
+++ b/doc/html/boost_asio/reference/read.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="raw_socket_service/shutdown.html" title="raw_socket_service::shutdown">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.read"></a><a class="link" href="read.html" title="read">read</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1494860"></a>
+ <a class="indexterm" name="idp187240592"></a>
Attempt to read a certain amount of data from a stream before returning.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -108,18 +108,18 @@ Attempt to read a certain amount of data from a stream before returning.
</pre>
<h5>
<a name="boost_asio.reference.read.h0"></a>
- <span><a name="boost_asio.reference.read.requirements"></a></span><a class="link" href="read.html#boost_asio.reference.read.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.read.requirements"></a></span><a class="link" href="read.html#boost_asio.reference.read.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload1.html b/doc/html/boost_asio/reference/read/overload1.html
index 38e7bbc1fa..36af9a0183 100644
--- a/doc/html/boost_asio/reference/read/overload1.html
+++ b/doc/html/boost_asio/reference/read/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="../read.html" title="read">
@@ -40,7 +40,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -55,11 +55,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload1.h0"></a>
- <span><a name="boost_asio.reference.read.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -75,7 +75,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload1.h1"></a>
- <span><a name="boost_asio.reference.read.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -83,11 +83,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload1.h2"></a>
- <span><a name="boost_asio.reference.read.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -96,7 +96,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload1.h3"></a>
- <span><a name="boost_asio.reference.read.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -110,7 +110,7 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload1.h4"></a>
- <span><a name="boost_asio.reference.read.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -122,7 +122,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload2.html b/doc/html/boost_asio/reference/read/overload2.html
index ac3a70ab75..96497cb428 100644
--- a/doc/html/boost_asio/reference/read/overload2.html
+++ b/doc/html/boost_asio/reference/read/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload1.html" title="read (1 of 8 overloads)">
@@ -41,7 +41,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload2.h0"></a>
- <span><a name="boost_asio.reference.read.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -80,7 +80,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload2.h1"></a>
- <span><a name="boost_asio.reference.read.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -88,7 +88,7 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload2.h2"></a>
- <span><a name="boost_asio.reference.read.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload2.h3"></a>
- <span><a name="boost_asio.reference.read.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read.overload2.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -114,7 +114,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload3.html b/doc/html/boost_asio/reference/read/overload3.html
index 8f874078b0..b74e8ae5a6 100644
--- a/doc/html/boost_asio/reference/read/overload3.html
+++ b/doc/html/boost_asio/reference/read/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload2.html" title="read (2 of 8 overloads)">
@@ -42,7 +42,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -57,11 +57,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload3.h0"></a>
- <span><a name="boost_asio.reference.read.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -97,7 +97,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload3.h1"></a>
- <span><a name="boost_asio.reference.read.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -105,11 +105,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload3.h2"></a>
- <span><a name="boost_asio.reference.read.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -118,7 +118,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload3.h3"></a>
- <span><a name="boost_asio.reference.read.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read.overload3.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -134,7 +134,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload4.html b/doc/html/boost_asio/reference/read/overload4.html
index 6d23d8a7d5..263b17c644 100644
--- a/doc/html/boost_asio/reference/read/overload4.html
+++ b/doc/html/boost_asio/reference/read/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload3.html" title="read (3 of 8 overloads)">
@@ -43,7 +43,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload4.h0"></a>
- <span><a name="boost_asio.reference.read.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -102,7 +102,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload4.h1"></a>
- <span><a name="boost_asio.reference.read.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read.overload4.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read.overload4.return_value">Return
Value</a>
</h6>
<p>
@@ -112,7 +112,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload5.html b/doc/html/boost_asio/reference/read/overload5.html
index bc76cd7814..96a8be44dc 100644
--- a/doc/html/boost_asio/reference/read/overload5.html
+++ b/doc/html/boost_asio/reference/read/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload4.html" title="read (4 of 8 overloads)">
@@ -40,7 +40,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -54,11 +54,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload5.h0"></a>
- <span><a name="boost_asio.reference.read.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -73,7 +73,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload5.h1"></a>
- <span><a name="boost_asio.reference.read.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.return_value">Return
Value</a>
</h6>
<p>
@@ -81,11 +81,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload5.h2"></a>
- <span><a name="boost_asio.reference.read.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -94,7 +94,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload5.h3"></a>
- <span><a name="boost_asio.reference.read.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read.overload5.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -106,7 +106,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload6.html b/doc/html/boost_asio/reference/read/overload6.html
index 755af16c0b..2c606451e1 100644
--- a/doc/html/boost_asio/reference/read/overload6.html
+++ b/doc/html/boost_asio/reference/read/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload5.html" title="read (5 of 8 overloads)">
@@ -41,7 +41,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -55,11 +55,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload6.h0"></a>
- <span><a name="boost_asio.reference.read.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload6.h1"></a>
- <span><a name="boost_asio.reference.read.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.return_value">Return
Value</a>
</h6>
<p>
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload6.h2"></a>
- <span><a name="boost_asio.reference.read.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read.overload6.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -98,7 +98,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload7.html b/doc/html/boost_asio/reference/read/overload7.html
index fd610dcc36..7a2780c606 100644
--- a/doc/html/boost_asio/reference/read/overload7.html
+++ b/doc/html/boost_asio/reference/read/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload6.html" title="read (6 of 8 overloads)">
@@ -42,7 +42,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload7.h0"></a>
- <span><a name="boost_asio.reference.read.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -95,7 +95,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload7.h1"></a>
- <span><a name="boost_asio.reference.read.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.return_value">Return
Value</a>
</h6>
<p>
@@ -103,11 +103,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload7.h2"></a>
- <span><a name="boost_asio.reference.read.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -117,7 +117,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read/overload8.html b/doc/html/boost_asio/reference/read/overload8.html
index 57de663584..f13f44b2d8 100644
--- a/doc/html/boost_asio/reference/read/overload8.html
+++ b/doc/html/boost_asio/reference/read/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
<link rel="prev" href="overload7.html" title="read (7 of 8 overloads)">
@@ -43,7 +43,7 @@
This function is used to read a certain number of bytes of data from a
stream. The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffer is full (that is, it has reached maximum size).
</li>
@@ -57,11 +57,11 @@
</p>
<h6>
<a name="boost_asio.reference.read.overload8.h0"></a>
- <span><a name="boost_asio.reference.read.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -100,7 +100,7 @@
</div>
<h6>
<a name="boost_asio.reference.read.overload8.h1"></a>
- <span><a name="boost_asio.reference.read.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read.overload8.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read.overload8.return_value">Return
Value</a>
</h6>
<p>
@@ -110,7 +110,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at.html b/doc/html/boost_asio/reference/read_at.html
index 1f2de11c83..1b99a90fe6 100644
--- a/doc/html/boost_asio/reference/read_at.html
+++ b/doc/html/boost_asio/reference/read_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="read/overload8.html" title="read (8 of 8 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.read_at"></a><a class="link" href="read_at.html" title="read_at">read_at</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1500526"></a>
+ <a class="indexterm" name="idp187905872"></a>
Attempt to read a certain amount of data at the specified offset before
returning.
</p>
@@ -36,7 +36,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload1.html" title="read_at (1 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload1.html" title="read_at (1 of 8 overloads)">more...</a></em></span>
@@ -45,7 +45,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <a class="link" href="MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload2.html" title="read_at (2 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload2.html" title="read_at (2 of 8 overloads)">more...</a></em></span>
@@ -56,7 +56,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload3.html" title="read_at (3 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload3.html" title="read_at (3 of 8 overloads)">more...</a></em></span>
@@ -67,7 +67,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload4.html" title="read_at (4 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -78,7 +78,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload5.html" title="read_at (5 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload5.html" title="read_at (5 of 8 overloads)">more...</a></em></span>
@@ -87,7 +87,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload6.html" title="read_at (6 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload6.html" title="read_at (6 of 8 overloads)">more...</a></em></span>
@@ -98,7 +98,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload7.html" title="read_at (7 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_at/overload7.html" title="read_at (7 of 8 overloads)">more...</a></em></span>
@@ -109,7 +109,7 @@ Attempt to read a certain amount of data at the specified offset before
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_at/overload8.html" title="read_at (8 of 8 overloads)">read_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -117,18 +117,18 @@ Attempt to read a certain amount of data at the specified offset before
</pre>
<h5>
<a name="boost_asio.reference.read_at.h0"></a>
- <span><a name="boost_asio.reference.read_at.requirements"></a></span><a class="link" href="read_at.html#boost_asio.reference.read_at.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.requirements"></a></span><a class="link" href="read_at.html#boost_asio.reference.read_at.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read_at.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read_at.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload1.html b/doc/html/boost_asio/reference/read_at/overload1.html
index 55cbb26bc2..7a82ed0e2f 100644
--- a/doc/html/boost_asio/reference/read_at/overload1.html
+++ b/doc/html/boost_asio/reference/read_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="../read_at.html" title="read_at">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
</pre>
<p>
@@ -44,7 +44,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -83,18 +83,18 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload1.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -103,7 +103,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload1.h3"></a>
- <span><a name="boost_asio.reference.read_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -117,7 +117,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload1.h4"></a>
- <span><a name="boost_asio.reference.read_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_at.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -129,7 +129,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload2.html b/doc/html/boost_asio/reference/read_at/overload2.html
index c966ac44e6..4130384b56 100644
--- a/doc/html/boost_asio/reference/read_at/overload2.html
+++ b/doc/html/boost_asio/reference/read_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload1.html" title="read_at (1 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -45,7 +45,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -60,11 +60,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -88,14 +88,14 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -110,7 +110,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload2.h3"></a>
- <span><a name="boost_asio.reference.read_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_at.overload2.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -122,7 +122,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload3.html b/doc/html/boost_asio/reference/read_at/overload3.html
index a88eb0dab3..91900c309f 100644
--- a/doc/html/boost_asio/reference/read_at/overload3.html
+++ b/doc/html/boost_asio/reference/read_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload2.html" title="read_at (2 of 8 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
</pre>
@@ -46,7 +46,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -105,18 +105,18 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload3.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload3.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -125,7 +125,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload3.h3"></a>
- <span><a name="boost_asio.reference.read_at.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_at.overload3.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -141,7 +141,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload4.html b/doc/html/boost_asio/reference/read_at/overload4.html
index fd0ae46af6..705119920f 100644
--- a/doc/html/boost_asio/reference/read_at/overload4.html
+++ b/doc/html/boost_asio/reference/read_at/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload3.html" title="read_at (3 of 8 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -47,7 +47,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The supplied buffers are full. That is, the bytes transferred is equal
to the sum of the buffer sizes.
@@ -62,11 +62,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload4.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_at.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_at.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -110,7 +110,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload4.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_at.overload4.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_at.overload4.return_value">Return Value</a>
</h6>
<p>
The number of bytes read. If an error occurs, returns the total number
@@ -119,7 +119,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload5.html b/doc/html/boost_asio/reference/read_at/overload5.html
index ebd7519b41..0e0fbc2302 100644
--- a/doc/html/boost_asio/reference/read_at/overload5.html
+++ b/doc/html/boost_asio/reference/read_at/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload4.html" title="read_at (4 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<p>
@@ -44,7 +44,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
An error occurred.
</li></ul></div>
<p>
@@ -53,11 +53,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload5.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -76,18 +76,18 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload5.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload5.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -96,7 +96,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload5.h3"></a>
- <span><a name="boost_asio.reference.read_at.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_at.overload5.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -108,7 +108,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload6.html b/doc/html/boost_asio/reference/read_at/overload6.html
index 4a66bbc414..07a3772d8b 100644
--- a/doc/html/boost_asio/reference/read_at/overload6.html
+++ b/doc/html/boost_asio/reference/read_at/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload5.html" title="read_at (5 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -45,7 +45,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
An error occurred.
</li></ul></div>
<p>
@@ -54,11 +54,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload6.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -81,14 +81,14 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload6.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload6.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_at.overload6.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload7.html b/doc/html/boost_asio/reference/read_at/overload7.html
index 2c3dbcd4cc..9055011d92 100644
--- a/doc/html/boost_asio/reference/read_at/overload7.html
+++ b/doc/html/boost_asio/reference/read_at/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload6.html" title="read_at (6 of 8 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
</pre>
@@ -46,7 +46,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
The completion_condition function object returns 0.
</li></ul></div>
<p>
@@ -55,11 +55,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload7.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -98,18 +98,18 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload7.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.read_at.overload7.h2"></a>
- <span><a name="boost_asio.reference.read_at.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_at.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -119,7 +119,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_at/overload8.html b/doc/html/boost_asio/reference/read_at/overload8.html
index ac648d1075..c19110b2d8 100644
--- a/doc/html/boost_asio/reference/read_at/overload8.html
+++ b/doc/html/boost_asio/reference/read_at/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_at (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_at.html" title="read_at">
<link rel="prev" href="overload7.html" title="read_at (7 of 8 overloads)">
@@ -37,7 +37,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessReadDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -47,7 +47,7 @@
random access device at the specified offset. The call will block until
one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
The completion_condition function object returns 0.
</li></ul></div>
<p>
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_at.overload8.h0"></a>
- <span><a name="boost_asio.reference.read_at.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_at.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_at.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device from which the data is to be read. The type must support
@@ -103,7 +103,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_at.overload8.h1"></a>
- <span><a name="boost_asio.reference.read_at.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_at.overload8.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.read_at.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_at.overload8.return_value">Return Value</a>
</h6>
<p>
The number of bytes read. If an error occurs, returns the total number
@@ -112,7 +112,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until.html b/doc/html/boost_asio/reference/read_until.html
index 9f6470e5c7..e76d7e052e 100644
--- a/doc/html/boost_asio/reference/read_until.html
+++ b/doc/html/boost_asio/reference/read_until.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="read_at/overload8.html" title="read_at (8 of 8 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.read_until"></a><a class="link" href="read_until.html" title="read_until">read_until</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1507039"></a>
+ <a class="indexterm" name="idp188622064"></a>
Read data into a streambuf until it contains a delimiter, matches
a regular expression, or a function object indicates a match.
</p>
@@ -96,7 +96,7 @@ Read data into a streambuf until it contains a delimiter, matches
<span class="identifier">SyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_until/overload7.html" title="read_until (7 of 8 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special">&lt;</span>
@@ -108,23 +108,23 @@ Read data into a streambuf until it contains a delimiter, matches
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_until/overload8.html" title="read_until (8 of 8 overloads)">more...</a></em></span>
</pre>
<h5>
<a name="boost_asio.reference.read_until.h0"></a>
- <span><a name="boost_asio.reference.read_until.requirements"></a></span><a class="link" href="read_until.html#boost_asio.reference.read_until.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.requirements"></a></span><a class="link" href="read_until.html#boost_asio.reference.read_until.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/read_until.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/read_until.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload1.html b/doc/html/boost_asio/reference/read_until/overload1.html
index 95574e45bc..58d88a28d4 100644
--- a/doc/html/boost_asio/reference/read_until/overload1.html
+++ b/doc/html/boost_asio/reference/read_until/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="../read_until.html" title="read_until">
@@ -43,7 +43,7 @@
streambuf's get area contains the specified delimiter. The call will block
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload1.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -80,7 +80,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload1.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -89,11 +89,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload1.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -102,7 +102,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload1.h3"></a>
- <span><a name="boost_asio.reference.read_until.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -111,7 +111,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload1.h4"></a>
- <span><a name="boost_asio.reference.read_until.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.read_until.overload1.example">Example</a>
</h6>
<p>
To read data into a streambuf until a newline is encountered:
@@ -149,7 +149,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload2.html b/doc/html/boost_asio/reference/read_until/overload2.html
index 8c58b21d92..a0714fa4ce 100644
--- a/doc/html/boost_asio/reference/read_until/overload2.html
+++ b/doc/html/boost_asio/reference/read_until/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload1.html" title="read_until (1 of 8 overloads)">
@@ -44,7 +44,7 @@
streambuf's get area contains the specified delimiter. The call will block
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload2.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -85,7 +85,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload2.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -94,7 +94,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload2.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.read_until.overload2.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -104,7 +104,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload3.html b/doc/html/boost_asio/reference/read_until/overload3.html
index 8544e4a3c6..17ddda423f 100644
--- a/doc/html/boost_asio/reference/read_until/overload3.html
+++ b/doc/html/boost_asio/reference/read_until/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload2.html" title="read_until (2 of 8 overloads)">
@@ -43,7 +43,7 @@
streambuf's get area contains the specified delimiter. The call will block
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload3.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -80,7 +80,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload3.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -89,11 +89,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload3.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -102,7 +102,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload3.h3"></a>
- <span><a name="boost_asio.reference.read_until.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -111,7 +111,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload3.h4"></a>
- <span><a name="boost_asio.reference.read_until.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.read_until.overload3.example">Example</a>
</h6>
<p>
To read data into a streambuf until a newline is encountered:
@@ -149,7 +149,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload4.html b/doc/html/boost_asio/reference/read_until/overload4.html
index c9f327c84e..bb57002a8e 100644
--- a/doc/html/boost_asio/reference/read_until/overload4.html
+++ b/doc/html/boost_asio/reference/read_until/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload3.html" title="read_until (3 of 8 overloads)">
@@ -44,7 +44,7 @@
streambuf's get area contains the specified delimiter. The call will block
until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The get area of the streambuf contains the specified delimiter.
</li>
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload4.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -85,7 +85,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload4.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.return_value">Return
Value</a>
</h6>
<p>
@@ -94,7 +94,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload4.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload4.remarks"></a></span><a class="link" href="overload4.html#boost_asio.reference.read_until.overload4.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -104,7 +104,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload5.html b/doc/html/boost_asio/reference/read_until/overload5.html
index 42627dbb05..63de8f325f 100644
--- a/doc/html/boost_asio/reference/read_until/overload5.html
+++ b/doc/html/boost_asio/reference/read_until/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload4.html" title="read_until (4 of 8 overloads)">
@@ -44,7 +44,7 @@
streambuf's get area contains some data that matches a regular expression.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A substring of the streambuf's get area matches the regular expression.
</li>
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload5.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload5.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.return_value">Return
Value</a>
</h6>
<p>
@@ -90,11 +90,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload5.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -103,7 +103,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload5.h3"></a>
- <span><a name="boost_asio.reference.read_until.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -113,7 +113,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload5.h4"></a>
- <span><a name="boost_asio.reference.read_until.overload5.example"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload5.example"></a></span><a class="link" href="overload5.html#boost_asio.reference.read_until.overload5.example">Example</a>
</h6>
<p>
To read data into a streambuf until a CR-LF sequence is encountered:
@@ -151,7 +151,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload6.html b/doc/html/boost_asio/reference/read_until/overload6.html
index a55e0b7443..3ddfc8d81f 100644
--- a/doc/html/boost_asio/reference/read_until/overload6.html
+++ b/doc/html/boost_asio/reference/read_until/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload5.html" title="read_until (5 of 8 overloads)">
@@ -45,7 +45,7 @@
streambuf's get area contains some data that matches a regular expression.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A substring of the streambuf's get area matches the regular expression.
</li>
@@ -60,11 +60,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload6.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -86,7 +86,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload6.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.return_value">Return
Value</a>
</h6>
<p>
@@ -95,7 +95,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload6.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.read_until.overload6.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -106,7 +106,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload7.html b/doc/html/boost_asio/reference/read_until/overload7.html
index db728373c1..9b38a37b43 100644
--- a/doc/html/boost_asio/reference/read_until/overload7.html
+++ b/doc/html/boost_asio/reference/read_until/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload6.html" title="read_until (6 of 8 overloads)">
@@ -38,7 +38,7 @@
<span class="identifier">SyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to read data into the specified streambuf until a
@@ -46,7 +46,7 @@
contained in the streambuf, indicates a successful match. The call will
block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The match condition function object returns a std::pair where the second
element evaluates to true.
@@ -62,11 +62,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload7.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -107,7 +107,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload7.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.return_value">Return
Value</a>
</h6>
<p>
@@ -116,11 +116,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload7.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -129,7 +129,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload7.h3"></a>
- <span><a name="boost_asio.reference.read_until.overload7.remarks"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload7.remarks"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -144,7 +144,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload7.h4"></a>
- <span><a name="boost_asio.reference.read_until.overload7.examples"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload7.examples"></a></span><a class="link" href="overload7.html#boost_asio.reference.read_until.overload7.examples">Examples</a>
</h6>
<p>
To read data into a streambuf until whitespace is encountered:
@@ -199,7 +199,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/read_until/overload8.html b/doc/html/boost_asio/reference/read_until/overload8.html
index 21d5058fee..a6da663a1c 100644
--- a/doc/html/boost_asio/reference/read_until/overload8.html
+++ b/doc/html/boost_asio/reference/read_until/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>read_until (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_until.html" title="read_until">
<link rel="prev" href="overload7.html" title="read_until (7 of 8 overloads)">
@@ -39,7 +39,7 @@
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">MatchCondition</span> <span class="identifier">match_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
- <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_match_condition</span><span class="special">&lt;</span> <span class="identifier">MatchCondition</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
<p>
This function is used to read data into the specified streambuf until a
@@ -47,7 +47,7 @@
contained in the streambuf, indicates a successful match. The call will
block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The match condition function object returns a std::pair where the second
element evaluates to true.
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload8.h0"></a>
- <span><a name="boost_asio.reference.read_until.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream from which the data is to be read. The type must support
@@ -112,7 +112,7 @@
</div>
<h6>
<a name="boost_asio.reference.read_until.overload8.h1"></a>
- <span><a name="boost_asio.reference.read_until.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.return_value">Return
Value</a>
</h6>
<p>
@@ -121,7 +121,7 @@
</p>
<h6>
<a name="boost_asio.reference.read_until.overload8.h2"></a>
- <span><a name="boost_asio.reference.read_until.overload8.remarks"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.read_until.overload8.remarks"></a></span><a class="link" href="overload8.html#boost_asio.reference.read_until.overload8.remarks">Remarks</a>
</h6>
<p>
After a successful read_until operation, the streambuf may contain additional
@@ -137,7 +137,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service.html b/doc/html/boost_asio/reference/seq_packet_socket_service.html
index 8910f12662..e60e9b8c5e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="read_until/overload8.html" title="read_until (8 of 8 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.seq_packet_socket_service.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.types"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.types"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.seq_packet_socket_service.h1"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.member_functions"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.member_functions"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -276,6 +276,19 @@
<tr>
<td>
<p>
+ <a class="link" href="seq_packet_socket_service/converting_move_construct.html" title="seq_packet_socket_service::converting_move_construct"><span class="bold"><strong>converting_move_construct</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-construct a new sequenced packet socket implementation from
+ another protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="seq_packet_socket_service/destroy.html" title="seq_packet_socket_service::destroy"><span class="bold"><strong>destroy</strong></span></a>
</p>
</td>
@@ -512,7 +525,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.seq_packet_socket_service.h2"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.data_members"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.data_members"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -547,18 +560,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.seq_packet_socket_service.h3"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.requirements"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.requirements"></a></span><a class="link" href="seq_packet_socket_service.html#boost_asio.reference.seq_packet_socket_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html b/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html
index 3472d33805..bca79eb43a 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.assign"></a><a class="link" href="assign.html" title="seq_packet_socket_service::assign">seq_packet_socket_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1516933"></a>
+ <a class="indexterm" name="idp189789056"></a>
Assign an existing native socket to a sequenced
packet socket.
</p>
@@ -40,7 +40,7 @@ Assign an existing native socket to a sequenced
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html b/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html
index 4ba2a7b221..e4502ed3c4 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="assign.html" title="seq_packet_socket_service::assign">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.seq_packet_socket_service.async_connect"></a><a class="link" href="async_connect.html" title="seq_packet_socket_service::async_connect">seq_packet_socket_service::async_connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517117"></a>
+ <a class="indexterm" name="idp189811232"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html b/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html
index db1bc93d82..b3ace63ed5 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="async_connect.html" title="seq_packet_socket_service::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.seq_packet_socket_service.async_receive"></a><a class="link" href="async_receive.html" title="seq_packet_socket_service::async_receive">seq_packet_socket_service::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517261"></a>
+ <a class="indexterm" name="idp189828816"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">in_flags</span><span class="special">,</span>
@@ -43,7 +43,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html b/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html
index efff759b2f..4aa2f2fb90 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="async_receive.html" title="seq_packet_socket_service::async_receive">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.seq_packet_socket_service.async_send"></a><a class="link" href="async_send.html" title="seq_packet_socket_service::async_send">seq_packet_socket_service::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517476"></a>
+ <a class="indexterm" name="idp189855072"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html b/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html
index ae2711ef89..5ddd4156bf 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="async_send.html" title="seq_packet_socket_service::async_send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.at_mark"></a><a class="link" href="at_mark.html" title="seq_packet_socket_service::at_mark">seq_packet_socket_service::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517662"></a>
+ <a class="indexterm" name="idp189877584"></a>
Determine whether the socket is at the
out-of-band data mark.
</p>
@@ -38,7 +38,7 @@ Determine whether the socket is at the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/available.html b/doc/html/boost_asio/reference/seq_packet_socket_service/available.html
index 2c08083f58..e03a1d520f 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/available.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="at_mark.html" title="seq_packet_socket_service::at_mark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.available"></a><a class="link" href="available.html" title="seq_packet_socket_service::available">seq_packet_socket_service::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517790"></a>
+ <a class="indexterm" name="idp189892896"></a>
Determine the number of bytes available
for reading.
</p>
@@ -38,7 +38,7 @@ Determine the number of bytes available
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html b/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html
index 880e0036ac..d11334cd6b 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="available.html" title="seq_packet_socket_service::available">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.bind"></a><a class="link" href="bind.html" title="seq_packet_socket_service::bind">seq_packet_socket_service::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1517927"></a>
+ <a class="indexterm" name="idp189909248"></a>
Bind the sequenced packet socket to the specified
local endpoint.
</p>
@@ -39,7 +39,7 @@ Bind the sequenced packet socket to the specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html b/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html
index c0be8ac0cf..7b01e53b32 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="bind.html" title="seq_packet_socket_service::bind">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.cancel"></a><a class="link" href="cancel.html" title="seq_packet_socket_service::cancel">seq_packet_socket_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518084"></a>
+ <a class="indexterm" name="idp189928096"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/close.html b/doc/html/boost_asio/reference/seq_packet_socket_service/close.html
index 049de6663e..d84f97d2f7 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/close.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="cancel.html" title="seq_packet_socket_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.close"></a><a class="link" href="close.html" title="seq_packet_socket_service::close">seq_packet_socket_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518214"></a>
+ <a class="indexterm" name="idp189943664"></a>
Close a sequenced packet socket implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a sequenced packet socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html b/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html
index 62507daa0c..f13476102a 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="close.html" title="seq_packet_socket_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.connect"></a><a class="link" href="connect.html" title="seq_packet_socket_service::connect">seq_packet_socket_service::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518344"></a>
+ <a class="indexterm" name="idp189959136"></a>
Connect the sequenced packet socket to
the specified endpoint.
</p>
@@ -39,7 +39,7 @@ Connect the sequenced packet socket to
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html b/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html
index a16bd13e2d..7b3ad596b6 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="connect.html" title="seq_packet_socket_service::connect">
-<link rel="next" href="destroy.html" title="seq_packet_socket_service::destroy">
+<link rel="next" href="converting_move_construct.html" title="seq_packet_socket_service::converting_move_construct">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.seq_packet_socket_service.construct"></a><a class="link" href="construct.html" title="seq_packet_socket_service::construct">seq_packet_socket_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518501"></a>
+ <a class="indexterm" name="idp189978000"></a>
Construct a new sequenced packet socket
implementation.
</p>
@@ -37,7 +37,7 @@ Construct a new sequenced packet socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -45,7 +45,7 @@ Construct a new sequenced packet socket
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html b/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html
new file mode 100644
index 0000000000..550c3022da
--- /dev/null
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>seq_packet_socket_service::converting_move_construct</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
+<link rel="prev" href="construct.html" title="seq_packet_socket_service::construct">
+<link rel="next" href="destroy.html" title="seq_packet_socket_service::destroy">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.seq_packet_socket_service.converting_move_construct"></a><a class="link" href="converting_move_construct.html" title="seq_packet_socket_service::converting_move_construct">seq_packet_socket_service::converting_move_construct</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp189986736"></a>
+Move-construct a new
+ sequenced packet socket implementation from another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">converting_move_construct</span><span class="special">(</span>
+ <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">seq_packet_socket_service</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html b/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html
index 7a4bf220fa..7aa776fd90 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
-<link rel="prev" href="construct.html" title="seq_packet_socket_service::construct">
+<link rel="prev" href="converting_move_construct.html" title="seq_packet_socket_service::converting_move_construct">
<link rel="next" href="endpoint_type.html" title="seq_packet_socket_service::endpoint_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.seq_packet_socket_service.destroy"></a><a class="link" href="destroy.html" title="seq_packet_socket_service::destroy">seq_packet_socket_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518575"></a>
+ <a class="indexterm" name="idp190014576"></a>
Destroy a sequenced packet socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a sequenced packet socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Destroy a sequenced packet socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html b/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html
index 1828b6a7ec..bdadd92ffd 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="destroy.html" title="seq_packet_socket_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.seq_packet_socket_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="seq_packet_socket_service::endpoint_type">seq_packet_socket_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518649"></a>
+ <a class="indexterm" name="idp190023344"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.seq_packet_socket_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.seq_packet_socket_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.seq_packet_socket_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html b/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html
index e21fa03d6d..b39d9a860e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="endpoint_type.html" title="seq_packet_socket_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1518777"></a>
+ <a class="indexterm" name="idp190037696"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html b/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html
index a6887eee62..60dd0aab75 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="get_io_service.html" title="seq_packet_socket_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.get_option"></a><a class="link" href="get_option.html" title="seq_packet_socket_service::get_option">seq_packet_socket_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1518868"></a>
+ <a class="indexterm" name="idp190048400"></a>
Get a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/id.html b/doc/html/boost_asio/reference/seq_packet_socket_service/id.html
index aae8dda0b8..30eefc8b9e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/id.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="get_option.html" title="seq_packet_socket_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.id"></a><a class="link" href="id.html" title="seq_packet_socket_service::id">seq_packet_socket_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519062"></a>
+ <a class="indexterm" name="idp190071776"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html b/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html
index 7b4e37c687..116f94f7a9 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="id.html" title="seq_packet_socket_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.implementation_type"></a><a class="link" href="implementation_type.html" title="seq_packet_socket_service::implementation_type">seq_packet_socket_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519148"></a>
+ <a class="indexterm" name="idp190081616"></a>
The type of a sequenced packet
socket implementation.
</p>
@@ -35,18 +35,18 @@ The type of a sequenced packet
</pre>
<h6>
<a name="boost_asio.reference.seq_packet_socket_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.seq_packet_socket_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.seq_packet_socket_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html b/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html
index b016b1d5f9..e71286898c 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="implementation_type.html" title="seq_packet_socket_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.io_control"></a><a class="link" href="io_control.html" title="seq_packet_socket_service::io_control">seq_packet_socket_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519261"></a>
+ <a class="indexterm" name="idp190094032"></a>
Perform an IO control command on the
socket.
</p>
@@ -41,7 +41,7 @@ Perform an IO control command on the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html b/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html
index 7d260f741d..9c0ed0ccff 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="io_control.html" title="seq_packet_socket_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.is_open"></a><a class="link" href="is_open.html" title="seq_packet_socket_service::is_open">seq_packet_socket_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519441"></a>
+ <a class="indexterm" name="idp190115424"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html b/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html
index 7347972752..eb4f522fe1 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="is_open.html" title="seq_packet_socket_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.local_endpoint"></a><a class="link" href="local_endpoint.html" title="seq_packet_socket_service::local_endpoint">seq_packet_socket_service::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519530"></a>
+ <a class="indexterm" name="idp190125984"></a>
Get the local endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html b/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html
index 445e0854bf..d38444be3e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="local_endpoint.html" title="seq_packet_socket_service::local_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.move_assign"></a><a class="link" href="move_assign.html" title="seq_packet_socket_service::move_assign">seq_packet_socket_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519658"></a>
+ <a class="indexterm" name="idp190141296"></a>
Move-assign from another sequenced
packet socket implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another sequenced
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html b/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html
index 350b69f6de..311b8b290a 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="move_assign.html" title="seq_packet_socket_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.move_construct"></a><a class="link" href="move_construct.html" title="seq_packet_socket_service::move_construct">seq_packet_socket_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519775"></a>
+ <a class="indexterm" name="idp190155168"></a>
Move-construct a new sequenced packet
socket implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new sequenced packet
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native.html
index c36f6e4c20..2d26d8910f 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="move_construct.html" title="seq_packet_socket_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.native"></a><a class="link" href="native.html" title="seq_packet_socket_service::native">seq_packet_socket_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519871"></a>
+ <a class="indexterm" name="idp190166480"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html
index 1995768ca6..8d2cff250e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="native.html" title="seq_packet_socket_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.native_handle"></a><a class="link" href="native_handle.html" title="seq_packet_socket_service::native_handle">seq_packet_socket_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1519960"></a>
+ <a class="indexterm" name="idp190176848"></a>
Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html
index 17d756c7ba..16d3cdfbda 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="native_handle.html" title="seq_packet_socket_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.seq_packet_socket_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="seq_packet_socket_service::native_handle_type">seq_packet_socket_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1520036"></a>
+ <a class="indexterm" name="idp190185488"></a>
The native socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.seq_packet_socket_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.seq_packet_socket_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.seq_packet_socket_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html
index cb7619c790..43b8c84915 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="native_handle_type.html" title="seq_packet_socket_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">seq_packet_socket_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1520151"></a>
+ <a class="indexterm" name="idp190197856"></a>
Gets the non-blocking mode
of the native socket implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html
index c56341d369..1651ffcc13 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html
index c729816986..6b67006dc3 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="seq_packet_socket_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html b/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html
index 56a7fd1d2b..154aa24f0f 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="seq_packet_socket_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.native_type"></a><a class="link" href="native_type.html" title="seq_packet_socket_service::native_type">seq_packet_socket_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1520883"></a>
+ <a class="indexterm" name="idp190252288"></a>
(Deprecated: Use native_handle_type.)
The native socket type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.seq_packet_socket_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.seq_packet_socket_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.seq_packet_socket_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html
index a1de7b60e0..238db52660 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="native_type.html" title="seq_packet_socket_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.non_blocking"></a><a class="link" href="non_blocking.html" title="seq_packet_socket_service::non_blocking">seq_packet_socket_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1520996"></a>
+ <a class="indexterm" name="idp190264624"></a>
Gets the non-blocking mode of the
socket.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html
index 7ba4504613..a42e7d90c1 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="seq_packet_socket_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="seq_packet_socket_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html
index 298d67c768..2965bd634c 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="seq_packet_socket_service::non_blocking">
<link rel="prev" href="overload1.html" title="seq_packet_socket_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/open.html b/doc/html/boost_asio/reference/seq_packet_socket_service/open.html
index 6db710d8b2..ea6cf0ca0e 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/open.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="non_blocking/overload2.html" title="seq_packet_socket_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.open"></a><a class="link" href="open.html" title="seq_packet_socket_service::open">seq_packet_socket_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1521454"></a>
+ <a class="indexterm" name="idp190318720"></a>
Open a sequenced packet socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Open a sequenced packet socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html b/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html
index 156b8b409f..dc05ffe169 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="open.html" title="seq_packet_socket_service::open">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.seq_packet_socket_service.protocol_type"></a><a class="link" href="protocol_type.html" title="seq_packet_socket_service::protocol_type">seq_packet_socket_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1521611"></a>
+ <a class="indexterm" name="idp190337568"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.seq_packet_socket_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.seq_packet_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.seq_packet_socket_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.seq_packet_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.seq_packet_socket_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/seq_packet_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html b/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html
index f2713df6d9..6db95821e0 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="protocol_type.html" title="seq_packet_socket_service::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.receive"></a><a class="link" href="receive.html" title="seq_packet_socket_service::receive">seq_packet_socket_service::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1521723"></a>
+ <a class="indexterm" name="idp190349984"></a>
Receive some data from the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,7 +42,7 @@ Receive some data from the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html b/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html
index 13c378d2a4..5801ab3b63 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="receive.html" title="seq_packet_socket_service::receive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="seq_packet_socket_service::remote_endpoint">seq_packet_socket_service::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1521953"></a>
+ <a class="indexterm" name="idp190377664"></a>
Get the remote endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">remote_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the remote endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/send.html b/doc/html/boost_asio/reference/seq_packet_socket_service/send.html
index af2b93ba26..9f9ddbe7d2 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/send.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="remote_endpoint.html" title="seq_packet_socket_service::remote_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.send"></a><a class="link" href="send.html" title="seq_packet_socket_service::send">seq_packet_socket_service::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1522080"></a>
+ <a class="indexterm" name="idp190392976"></a>
Send the given data to the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Send the given data to the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html b/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html
index f4cb01d37f..178f70e638 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::seq_packet_socket_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="send.html" title="seq_packet_socket_service::send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.seq_packet_socket_service"></a><a class="link" href="seq_packet_socket_service.html" title="seq_packet_socket_service::seq_packet_socket_service">seq_packet_socket_service::seq_packet_socket_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1522282"></a>
+ <a class="indexterm" name="idp190416976"></a>
Construct a new sequenced
packet socket service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new sequenced
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html b/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html
index d21038f564..490ff04631 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="seq_packet_socket_service.html" title="seq_packet_socket_service::seq_packet_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.set_option"></a><a class="link" href="set_option.html" title="seq_packet_socket_service::set_option">seq_packet_socket_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1522382"></a>
+ <a class="indexterm" name="idp190429104"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html b/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html
index 225d4cd457..f2a6c97f8d 100644
--- a/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html
+++ b/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="set_option.html" title="seq_packet_socket_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.seq_packet_socket_service.shutdown"></a><a class="link" href="shutdown.html" title="seq_packet_socket_service::shutdown">seq_packet_socket_service::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1522567"></a>
+ <a class="indexterm" name="idp190451264"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">shutdown</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port.html b/doc/html/boost_asio/reference/serial_port.html
index 9999589e76..cc4c07957e 100644
--- a/doc/html/boost_asio/reference/serial_port.html
+++ b/doc/html/boost_asio/reference/serial_port.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="seq_packet_socket_service/shutdown.html" title="seq_packet_socket_service::shutdown">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port"></a><a class="link" href="serial_port.html" title="serial_port">serial_port</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1522721"></a>
+ <a class="indexterm" name="idp190469760"></a>
Typedef for the typical usage of a serial port.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_serial_port</span> <span class="identifier">serial_port</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.serial_port.h0"></a>
- <span><a name="boost_asio.reference.serial_port.types"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port.types"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -119,7 +119,7 @@ Typedef for the typical usage of a serial port.
</table></div>
<h5>
<a name="boost_asio.reference.serial_port.h1"></a>
- <span><a name="boost_asio.reference.serial_port.member_functions"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port.member_functions"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,7 +372,7 @@ Typedef for the typical usage of a serial port.
</table></div>
<h5>
<a name="boost_asio.reference.serial_port.h2"></a>
- <span><a name="boost_asio.reference.serial_port.protected_member_functions"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.serial_port.protected_member_functions"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -421,7 +421,7 @@ Typedef for the typical usage of a serial port.
</table></div>
<h5>
<a name="boost_asio.reference.serial_port.h3"></a>
- <span><a name="boost_asio.reference.serial_port.protected_data_members"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.serial_port.protected_data_members"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -476,31 +476,29 @@ Typedef for the typical usage of a serial port.
</p>
<h5>
<a name="boost_asio.reference.serial_port.h4"></a>
- <span><a name="boost_asio.reference.serial_port.thread_safety"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.serial_port.thread_safety"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.serial_port.h5"></a>
- <span><a name="boost_asio.reference.serial_port.requirements"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port.requirements"></a></span><a class="link" href="serial_port.html#boost_asio.reference.serial_port.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base.html b/doc/html/boost_asio/reference/serial_port_base.html
index fb5851e2e2..7f3ce287f8 100644
--- a/doc/html/boost_asio/reference/serial_port_base.html
+++ b/doc/html/boost_asio/reference/serial_port_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port.html" title="serial_port">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base.types"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base.types"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -119,7 +119,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_base.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base.protected_member_functions"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base.protected_member_functions"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -154,18 +154,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_base.h2"></a>
- <span><a name="boost_asio.reference.serial_port_base.requirements"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base.requirements"></a></span><a class="link" href="serial_port_base.html#boost_asio.reference.serial_port_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html b/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html
index 00b4ce74fa..536efa5dbc 100644
--- a/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html
+++ b/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::~serial_port_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base.html" title="serial_port_base">
<link rel="prev" href="../serial_port_base.html" title="serial_port_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base._serial_port_base"></a><a class="link" href="_serial_port_base.html" title="serial_port_base::~serial_port_base">serial_port_base::~serial_port_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1524361"></a>
+ <a class="indexterm" name="idp190654176"></a>
Protected destructor to prevent deletion
through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__baud_rate.html b/doc/html/boost_asio/reference/serial_port_base__baud_rate.html
index e4472810ed..0a9e1b2cec 100644
--- a/doc/html/boost_asio/reference/serial_port_base__baud_rate.html
+++ b/doc/html/boost_asio/reference/serial_port_base__baud_rate.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::baud_rate</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base/_serial_port_base.html" title="serial_port_base::~serial_port_base">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base__baud_rate.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__baud_rate.member_functions"></a></span><a class="link" href="serial_port_base__baud_rate.html#boost_asio.reference.serial_port_base__baud_rate.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__baud_rate.member_functions"></a></span><a class="link" href="serial_port_base__baud_rate.html#boost_asio.reference.serial_port_base__baud_rate.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -97,18 +97,18 @@
</p>
<h5>
<a name="boost_asio.reference.serial_port_base__baud_rate.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base__baud_rate.requirements"></a></span><a class="link" href="serial_port_base__baud_rate.html#boost_asio.reference.serial_port_base__baud_rate.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__baud_rate.requirements"></a></span><a class="link" href="serial_port_base__baud_rate.html#boost_asio.reference.serial_port_base__baud_rate.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html b/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html
index 4c965070fb..4f86977262 100644
--- a/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html
+++ b/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::baud_rate::baud_rate</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">
<link rel="prev" href="../serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__baud_rate.baud_rate"></a><a class="link" href="baud_rate.html" title="serial_port_base::baud_rate::baud_rate">serial_port_base::baud_rate::baud_rate</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1524675"></a>
+ <a class="indexterm" name="idp190689392"></a>
</p>
<pre class="programlisting"><span class="identifier">baud_rate</span><span class="special">(</span>
<span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rate</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html b/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html
index 208b1fcf76..61e918b620 100644
--- a/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html
+++ b/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::baud_rate::load</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">
<link rel="prev" href="baud_rate.html" title="serial_port_base::baud_rate::baud_rate">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__baud_rate.load"></a><a class="link" href="load.html" title="serial_port_base::baud_rate::load">serial_port_base::baud_rate::load</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1524752"></a>
+ <a class="indexterm" name="idp190698640"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">load</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html b/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html
index f717d5cae9..03509b0af6 100644
--- a/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html
+++ b/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::baud_rate::store</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">
<link rel="prev" href="load.html" title="serial_port_base::baud_rate::load">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__baud_rate.store"></a><a class="link" href="store.html" title="serial_port_base::baud_rate::store">serial_port_base::baud_rate::store</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1524886"></a>
+ <a class="indexterm" name="idp190714816"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">store</span><span class="special">(</span>
<span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html b/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html
index e27380c9ee..fdce15ce81 100644
--- a/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html
+++ b/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::baud_rate::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__baud_rate.html" title="serial_port_base::baud_rate">
<link rel="prev" href="store.html" title="serial_port_base::baud_rate::store">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port_base__baud_rate.value"></a><a class="link" href="value.html" title="serial_port_base::baud_rate::value">serial_port_base::baud_rate::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1525025"></a>
+ <a class="indexterm" name="idp190731520"></a>
</p>
<pre class="programlisting"><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">value</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__character_size.html b/doc/html/boost_asio/reference/serial_port_base__character_size.html
index 15cb49c063..c63b52b86d 100644
--- a/doc/html/boost_asio/reference/serial_port_base__character_size.html
+++ b/doc/html/boost_asio/reference/serial_port_base__character_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::character_size</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base__baud_rate/value.html" title="serial_port_base::baud_rate::value">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base__character_size.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__character_size.member_functions"></a></span><a class="link" href="serial_port_base__character_size.html#boost_asio.reference.serial_port_base__character_size.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__character_size.member_functions"></a></span><a class="link" href="serial_port_base__character_size.html#boost_asio.reference.serial_port_base__character_size.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -97,18 +97,18 @@
</p>
<h5>
<a name="boost_asio.reference.serial_port_base__character_size.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base__character_size.requirements"></a></span><a class="link" href="serial_port_base__character_size.html#boost_asio.reference.serial_port_base__character_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__character_size.requirements"></a></span><a class="link" href="serial_port_base__character_size.html#boost_asio.reference.serial_port_base__character_size.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html b/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html
index 2f25133c16..6f6dc7d20a 100644
--- a/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html
+++ b/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::character_size::character_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__character_size.html" title="serial_port_base::character_size">
<link rel="prev" href="../serial_port_base__character_size.html" title="serial_port_base::character_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__character_size.character_size"></a><a class="link" href="character_size.html" title="serial_port_base::character_size::character_size">serial_port_base::character_size::character_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1525356"></a>
+ <a class="indexterm" name="idp190768528"></a>
</p>
<pre class="programlisting"><span class="identifier">character_size</span><span class="special">(</span>
<span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">t</span> <span class="special">=</span> <span class="number">8</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__character_size/load.html b/doc/html/boost_asio/reference/serial_port_base__character_size/load.html
index 931987a1bd..a27bf0744e 100644
--- a/doc/html/boost_asio/reference/serial_port_base__character_size/load.html
+++ b/doc/html/boost_asio/reference/serial_port_base__character_size/load.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::character_size::load</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__character_size.html" title="serial_port_base::character_size">
<link rel="prev" href="character_size.html" title="serial_port_base::character_size::character_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__character_size.load"></a><a class="link" href="load.html" title="serial_port_base::character_size::load">serial_port_base::character_size::load</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1525433"></a>
+ <a class="indexterm" name="idp190777792"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">load</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__character_size/store.html b/doc/html/boost_asio/reference/serial_port_base__character_size/store.html
index e184ec79ed..1c4f70f789 100644
--- a/doc/html/boost_asio/reference/serial_port_base__character_size/store.html
+++ b/doc/html/boost_asio/reference/serial_port_base__character_size/store.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::character_size::store</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__character_size.html" title="serial_port_base::character_size">
<link rel="prev" href="load.html" title="serial_port_base::character_size::load">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__character_size.store"></a><a class="link" href="store.html" title="serial_port_base::character_size::store">serial_port_base::character_size::store</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1525567"></a>
+ <a class="indexterm" name="idp190793968"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">store</span><span class="special">(</span>
<span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__character_size/value.html b/doc/html/boost_asio/reference/serial_port_base__character_size/value.html
index 4d0b725320..a0d925a4c7 100644
--- a/doc/html/boost_asio/reference/serial_port_base__character_size/value.html
+++ b/doc/html/boost_asio/reference/serial_port_base__character_size/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::character_size::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__character_size.html" title="serial_port_base::character_size">
<link rel="prev" href="store.html" title="serial_port_base::character_size::store">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port_base__character_size.value"></a><a class="link" href="value.html" title="serial_port_base::character_size::value">serial_port_base::character_size::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1525706"></a>
+ <a class="indexterm" name="idp190810592"></a>
</p>
<pre class="programlisting"><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">value</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control.html b/doc/html/boost_asio/reference/serial_port_base__flow_control.html
index 27b4b70474..705adedda5 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base__character_size/value.html" title="serial_port_base::character_size::value">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base__flow_control.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__flow_control.types"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__flow_control.types"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -64,7 +64,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_base__flow_control.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base__flow_control.member_functions"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__flow_control.member_functions"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -128,18 +128,18 @@
</p>
<h5>
<a name="boost_asio.reference.serial_port_base__flow_control.h2"></a>
- <span><a name="boost_asio.reference.serial_port_base__flow_control.requirements"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__flow_control.requirements"></a></span><a class="link" href="serial_port_base__flow_control.html#boost_asio.reference.serial_port_base__flow_control.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html b/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html
index 1e45343287..e02dc888b6 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control::flow_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
<link rel="prev" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__flow_control.flow_control"></a><a class="link" href="flow_control.html" title="serial_port_base::flow_control::flow_control">serial_port_base::flow_control::flow_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1526125"></a>
+ <a class="indexterm" name="idp190857776"></a>
</p>
<pre class="programlisting"><span class="identifier">flow_control</span><span class="special">(</span>
<span class="identifier">type</span> <span class="identifier">t</span> <span class="special">=</span> <span class="identifier">none</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html b/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html
index ebfed88a79..ac7d41bc75 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control::load</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
<link rel="prev" href="flow_control.html" title="serial_port_base::flow_control::flow_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__flow_control.load"></a><a class="link" href="load.html" title="serial_port_base::flow_control::load">serial_port_base::flow_control::load</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1526196"></a>
+ <a class="indexterm" name="idp190866432"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">load</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html b/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html
index 7cb52c4389..b2406cb9de 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control::store</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
<link rel="prev" href="load.html" title="serial_port_base::flow_control::load">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__flow_control.store"></a><a class="link" href="store.html" title="serial_port_base::flow_control::store">serial_port_base::flow_control::store</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1526331"></a>
+ <a class="indexterm" name="idp190882608"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">store</span><span class="special">(</span>
<span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html b/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html
index 5909c44e9a..14bba8bb78 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
<link rel="prev" href="store.html" title="serial_port_base::flow_control::store">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.serial_port_base__flow_control.type"></a><a class="link" href="type.html" title="serial_port_base::flow_control::type">serial_port_base::flow_control::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1526469"></a>
+ <a class="indexterm" name="idp190899376"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">type</span>
</pre>
<p>
- <a class="indexterm" name="id1526499"></a>
- <a class="indexterm" name="id1526508"></a>
- <a class="indexterm" name="id1526517"></a>
+ <a class="indexterm" name="idp190902928"></a>
+ <a class="indexterm" name="idp190904048"></a>
+ <a class="indexterm" name="idp190905168"></a>
</p>
<h6>
<a name="boost_asio.reference.serial_port_base__flow_control.type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__flow_control.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__flow_control.type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__flow_control.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__flow_control.type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">none</span></dt>
<dd></dd>
<dt><span class="term">software</span></dt>
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html b/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html
index 58df57471f..772ef96a1a 100644
--- a/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html
+++ b/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::flow_control::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__flow_control.html" title="serial_port_base::flow_control">
<link rel="prev" href="type.html" title="serial_port_base::flow_control::type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port_base__flow_control.value"></a><a class="link" href="value.html" title="serial_port_base::flow_control::value">serial_port_base::flow_control::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1526609"></a>
+ <a class="indexterm" name="idp190915712"></a>
</p>
<pre class="programlisting"><span class="identifier">type</span> <span class="identifier">value</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity.html b/doc/html/boost_asio/reference/serial_port_base__parity.html
index 7981e6a49b..43e3470537 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base__flow_control/value.html" title="serial_port_base::flow_control::value">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base__parity.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__parity.types"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__parity.types"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -64,7 +64,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_base__parity.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base__parity.member_functions"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__parity.member_functions"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -128,18 +128,18 @@
</p>
<h5>
<a name="boost_asio.reference.serial_port_base__parity.h2"></a>
- <span><a name="boost_asio.reference.serial_port_base__parity.requirements"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__parity.requirements"></a></span><a class="link" href="serial_port_base__parity.html#boost_asio.reference.serial_port_base__parity.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity/load.html b/doc/html/boost_asio/reference/serial_port_base__parity/load.html
index 353abdebc5..9c98a44ca3 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity/load.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity/load.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity::load</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__parity.html" title="serial_port_base::parity">
<link rel="prev" href="../serial_port_base__parity.html" title="serial_port_base::parity">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__parity.load"></a><a class="link" href="load.html" title="serial_port_base::parity::load">serial_port_base::parity::load</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527015"></a>
+ <a class="indexterm" name="idp190961968"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">load</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity/parity.html b/doc/html/boost_asio/reference/serial_port_base__parity/parity.html
index 8ce3a623be..cbc36c7670 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity/parity.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity/parity.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity::parity</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__parity.html" title="serial_port_base::parity">
<link rel="prev" href="load.html" title="serial_port_base::parity::load">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__parity.parity"></a><a class="link" href="parity.html" title="serial_port_base::parity::parity">serial_port_base::parity::parity</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527150"></a>
+ <a class="indexterm" name="idp190978240"></a>
</p>
<pre class="programlisting"><span class="identifier">parity</span><span class="special">(</span>
<span class="identifier">type</span> <span class="identifier">t</span> <span class="special">=</span> <span class="identifier">none</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity/store.html b/doc/html/boost_asio/reference/serial_port_base__parity/store.html
index 6c0a39253d..860b552273 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity/store.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity/store.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity::store</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__parity.html" title="serial_port_base::parity">
<link rel="prev" href="parity.html" title="serial_port_base::parity::parity">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__parity.store"></a><a class="link" href="store.html" title="serial_port_base::parity::store">serial_port_base::parity::store</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527221"></a>
+ <a class="indexterm" name="idp190986736"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">store</span><span class="special">(</span>
<span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity/type.html b/doc/html/boost_asio/reference/serial_port_base__parity/type.html
index bfb31ea2db..3988dabd3e 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity/type.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__parity.html" title="serial_port_base::parity">
<link rel="prev" href="store.html" title="serial_port_base::parity::store">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.serial_port_base__parity.type"></a><a class="link" href="type.html" title="serial_port_base::parity::type">serial_port_base::parity::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527359"></a>
+ <a class="indexterm" name="idp191003376"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">type</span>
</pre>
<p>
- <a class="indexterm" name="id1527389"></a>
- <a class="indexterm" name="id1527398"></a>
- <a class="indexterm" name="id1527408"></a>
+ <a class="indexterm" name="idp191006864"></a>
+ <a class="indexterm" name="idp191007984"></a>
+ <a class="indexterm" name="idp191009120"></a>
</p>
<h6>
<a name="boost_asio.reference.serial_port_base__parity.type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__parity.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__parity.type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__parity.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__parity.type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">none</span></dt>
<dd></dd>
<dt><span class="term">odd</span></dt>
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__parity/value.html b/doc/html/boost_asio/reference/serial_port_base__parity/value.html
index 1d2e4e4006..ca7ee16c79 100644
--- a/doc/html/boost_asio/reference/serial_port_base__parity/value.html
+++ b/doc/html/boost_asio/reference/serial_port_base__parity/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::parity::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__parity.html" title="serial_port_base::parity">
<link rel="prev" href="type.html" title="serial_port_base::parity::type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port_base__parity.value"></a><a class="link" href="value.html" title="serial_port_base::parity::value">serial_port_base::parity::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527499"></a>
+ <a class="indexterm" name="idp191019488"></a>
</p>
<pre class="programlisting"><span class="identifier">type</span> <span class="identifier">value</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits.html
index 9015af6ea8..355325f2f5 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base__parity/value.html" title="serial_port_base::parity::value">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_base__stop_bits.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__stop_bits.types"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__stop_bits.types"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -64,7 +64,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_base__stop_bits.h1"></a>
- <span><a name="boost_asio.reference.serial_port_base__stop_bits.member_functions"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__stop_bits.member_functions"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -128,18 +128,18 @@
</p>
<h5>
<a name="boost_asio.reference.serial_port_base__stop_bits.h2"></a>
- <span><a name="boost_asio.reference.serial_port_base__stop_bits.requirements"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__stop_bits.requirements"></a></span><a class="link" href="serial_port_base__stop_bits.html#boost_asio.reference.serial_port_base__stop_bits.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html
index ca0bd870c6..efff2c70d7 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits::load</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
<link rel="prev" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__stop_bits.load"></a><a class="link" href="load.html" title="serial_port_base::stop_bits::load">serial_port_base::stop_bits::load</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1527907"></a>
+ <a class="indexterm" name="idp191065472"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">load</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html
index 50583fc9d8..d98b9b4dec 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits::stop_bits</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
<link rel="prev" href="load.html" title="serial_port_base::stop_bits::load">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__stop_bits.stop_bits"></a><a class="link" href="stop_bits.html" title="serial_port_base::stop_bits::stop_bits">serial_port_base::stop_bits::stop_bits</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1528041"></a>
+ <a class="indexterm" name="idp191081664"></a>
</p>
<pre class="programlisting"><span class="identifier">stop_bits</span><span class="special">(</span>
<span class="identifier">type</span> <span class="identifier">t</span> <span class="special">=</span> <span class="identifier">one</span><span class="special">);</span>
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html
index 141814b8da..2a07575b57 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits::store</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
<link rel="prev" href="stop_bits.html" title="serial_port_base::stop_bits::stop_bits">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_base__stop_bits.store"></a><a class="link" href="store.html" title="serial_port_base::stop_bits::store">serial_port_base::stop_bits::store</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1528113"></a>
+ <a class="indexterm" name="idp191090336"></a>
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">store</span><span class="special">(</span>
<span class="identifier">BOOST_ASIO_OPTION_STORAGE</span> <span class="special">&amp;</span> <span class="identifier">storage</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html
index aece752417..205d2f9c24 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits::type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
<link rel="prev" href="store.html" title="serial_port_base::stop_bits::store">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.serial_port_base__stop_bits.type"></a><a class="link" href="type.html" title="serial_port_base::stop_bits::type">serial_port_base::stop_bits::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1528252"></a>
+ <a class="indexterm" name="idp191106976"></a>
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">type</span>
</pre>
<p>
- <a class="indexterm" name="id1528281"></a>
- <a class="indexterm" name="id1528290"></a>
- <a class="indexterm" name="id1528300"></a>
+ <a class="indexterm" name="idp191110464"></a>
+ <a class="indexterm" name="idp191111552"></a>
+ <a class="indexterm" name="idp191112672"></a>
</p>
<h6>
<a name="boost_asio.reference.serial_port_base__stop_bits.type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_base__stop_bits.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__stop_bits.type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_base__stop_bits.type.values"></a></span><a class="link" href="type.html#boost_asio.reference.serial_port_base__stop_bits.type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">one</span></dt>
<dd></dd>
<dt><span class="term">onepointfive</span></dt>
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html b/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html
index 138a3f59f3..e0082c1863 100644
--- a/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html
+++ b/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_base::stop_bits::value</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_base__stop_bits.html" title="serial_port_base::stop_bits">
<link rel="prev" href="type.html" title="serial_port_base::stop_bits::type">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.serial_port_base__stop_bits.value"></a><a class="link" href="value.html" title="serial_port_base::stop_bits::value">serial_port_base::stop_bits::value</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1528390"></a>
+ <a class="indexterm" name="idp191123104"></a>
</p>
<pre class="programlisting"><span class="identifier">type</span> <span class="identifier">value</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service.html b/doc/html/boost_asio/reference/serial_port_service.html
index 735a342300..2099ff0cb9 100644
--- a/doc/html/boost_asio/reference/serial_port_service.html
+++ b/doc/html/boost_asio/reference/serial_port_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_base__stop_bits/value.html" title="serial_port_base::stop_bits::value">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.serial_port_service.h0"></a>
- <span><a name="boost_asio.reference.serial_port_service.types"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.types"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_service.h1"></a>
- <span><a name="boost_asio.reference.serial_port_service.member_functions"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.member_functions"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -359,7 +359,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_service.h2"></a>
- <span><a name="boost_asio.reference.serial_port_service.data_members"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.data_members"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -393,18 +393,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.serial_port_service.h3"></a>
- <span><a name="boost_asio.reference.serial_port_service.requirements"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.requirements"></a></span><a class="link" href="serial_port_service.html#boost_asio.reference.serial_port_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/assign.html b/doc/html/boost_asio/reference/serial_port_service/assign.html
index f4988d1206..709d9b8679 100644
--- a/doc/html/boost_asio/reference/serial_port_service/assign.html
+++ b/doc/html/boost_asio/reference/serial_port_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="../serial_port_service.html" title="serial_port_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.assign"></a><a class="link" href="assign.html" title="serial_port_service::assign">serial_port_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1529471"></a>
+ <a class="indexterm" name="idp191246400"></a>
Assign an existing native handle to a serial port.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">assign</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Assign an existing native handle to a serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/async_read_some.html b/doc/html/boost_asio/reference/serial_port_service/async_read_some.html
index 69191fc167..96fbaff5bc 100644
--- a/doc/html/boost_asio/reference/serial_port_service/async_read_some.html
+++ b/doc/html/boost_asio/reference/serial_port_service/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="assign.html" title="serial_port_service::assign">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.serial_port_service.async_read_some"></a><a class="link" href="async_read_some.html" title="serial_port_service::async_read_some">serial_port_service::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1529628"></a>
+ <a class="indexterm" name="idp191265392"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/async_write_some.html b/doc/html/boost_asio/reference/serial_port_service/async_write_some.html
index bad2430029..17fa9b432d 100644
--- a/doc/html/boost_asio/reference/serial_port_service/async_write_some.html
+++ b/doc/html/boost_asio/reference/serial_port_service/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="async_read_some.html" title="serial_port_service::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.serial_port_service.async_write_some"></a><a class="link" href="async_write_some.html" title="serial_port_service::async_write_some">serial_port_service::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1529790"></a>
+ <a class="indexterm" name="idp191285008"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/cancel.html b/doc/html/boost_asio/reference/serial_port_service/cancel.html
index 498ffd1dba..9f8ca20af0 100644
--- a/doc/html/boost_asio/reference/serial_port_service/cancel.html
+++ b/doc/html/boost_asio/reference/serial_port_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="async_write_some.html" title="serial_port_service::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.cancel"></a><a class="link" href="cancel.html" title="serial_port_service::cancel">serial_port_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1529951"></a>
+ <a class="indexterm" name="idp191304560"></a>
Cancel all asynchronous operations associated
with the handle.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/close.html b/doc/html/boost_asio/reference/serial_port_service/close.html
index 697c64e5fa..df931fd614 100644
--- a/doc/html/boost_asio/reference/serial_port_service/close.html
+++ b/doc/html/boost_asio/reference/serial_port_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="cancel.html" title="serial_port_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.close"></a><a class="link" href="close.html" title="serial_port_service::close">serial_port_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530081"></a>
+ <a class="indexterm" name="idp191320048"></a>
Close a serial port implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a serial port implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/construct.html b/doc/html/boost_asio/reference/serial_port_service/construct.html
index e20d85bd5b..b5acd3128b 100644
--- a/doc/html/boost_asio/reference/serial_port_service/construct.html
+++ b/doc/html/boost_asio/reference/serial_port_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="close.html" title="serial_port_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.construct"></a><a class="link" href="construct.html" title="serial_port_service::construct">serial_port_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530209"></a>
+ <a class="indexterm" name="idp191335504"></a>
Construct a new serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new serial port implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/destroy.html b/doc/html/boost_asio/reference/serial_port_service/destroy.html
index b126f0a572..8e42609795 100644
--- a/doc/html/boost_asio/reference/serial_port_service/destroy.html
+++ b/doc/html/boost_asio/reference/serial_port_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="construct.html" title="serial_port_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.destroy"></a><a class="link" href="destroy.html" title="serial_port_service::destroy">serial_port_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530283"></a>
+ <a class="indexterm" name="idp191343968"></a>
Destroy a serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a serial port implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/get_io_service.html b/doc/html/boost_asio/reference/serial_port_service/get_io_service.html
index bd82d73982..fc84dbcfdf 100644
--- a/doc/html/boost_asio/reference/serial_port_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/serial_port_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="destroy.html" title="serial_port_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1530364"></a>
+ <a class="indexterm" name="idp191353488"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/get_option.html b/doc/html/boost_asio/reference/serial_port_service/get_option.html
index 7691c5bc96..6362058fb2 100644
--- a/doc/html/boost_asio/reference/serial_port_service/get_option.html
+++ b/doc/html/boost_asio/reference/serial_port_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="get_io_service.html" title="serial_port_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.get_option"></a><a class="link" href="get_option.html" title="serial_port_service::get_option">serial_port_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530455"></a>
+ <a class="indexterm" name="idp191364112"></a>
Get a serial port option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a serial port option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/id.html b/doc/html/boost_asio/reference/serial_port_service/id.html
index a08cfedfd2..624baa17c9 100644
--- a/doc/html/boost_asio/reference/serial_port_service/id.html
+++ b/doc/html/boost_asio/reference/serial_port_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="get_option.html" title="serial_port_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.id"></a><a class="link" href="id.html" title="serial_port_service::id">serial_port_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530649"></a>
+ <a class="indexterm" name="idp191387488"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/implementation_type.html b/doc/html/boost_asio/reference/serial_port_service/implementation_type.html
index e2f8764521..47ee1c775e 100644
--- a/doc/html/boost_asio/reference/serial_port_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/serial_port_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="id.html" title="serial_port_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.serial_port_service.implementation_type"></a><a class="link" href="implementation_type.html" title="serial_port_service::implementation_type">serial_port_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530732"></a>
+ <a class="indexterm" name="idp191397312"></a>
The type of a serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.serial_port_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.serial_port_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.serial_port_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/is_open.html b/doc/html/boost_asio/reference/serial_port_service/is_open.html
index c7a473f640..010cc73569 100644
--- a/doc/html/boost_asio/reference/serial_port_service/is_open.html
+++ b/doc/html/boost_asio/reference/serial_port_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="implementation_type.html" title="serial_port_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.is_open"></a><a class="link" href="is_open.html" title="serial_port_service::is_open">serial_port_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530845"></a>
+ <a class="indexterm" name="idp191409712"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/move_assign.html b/doc/html/boost_asio/reference/serial_port_service/move_assign.html
index 4405a1647b..08af619893 100644
--- a/doc/html/boost_asio/reference/serial_port_service/move_assign.html
+++ b/doc/html/boost_asio/reference/serial_port_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="is_open.html" title="serial_port_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.move_assign"></a><a class="link" href="move_assign.html" title="serial_port_service::move_assign">serial_port_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1530934"></a>
+ <a class="indexterm" name="idp191420160"></a>
Move-assign from another serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_assign</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Move-assign from another serial port implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/move_construct.html b/doc/html/boost_asio/reference/serial_port_service/move_construct.html
index 3a1ecee452..7644aeee4b 100644
--- a/doc/html/boost_asio/reference/serial_port_service/move_construct.html
+++ b/doc/html/boost_asio/reference/serial_port_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="move_assign.html" title="serial_port_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.move_construct"></a><a class="link" href="move_construct.html" title="serial_port_service::move_construct">serial_port_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531051"></a>
+ <a class="indexterm" name="idp191433824"></a>
Move-construct a new serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_construct</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Move-construct a new serial port implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/native.html b/doc/html/boost_asio/reference/serial_port_service/native.html
index 0c5364b206..8009d9f926 100644
--- a/doc/html/boost_asio/reference/serial_port_service/native.html
+++ b/doc/html/boost_asio/reference/serial_port_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="move_construct.html" title="serial_port_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.native"></a><a class="link" href="native.html" title="serial_port_service::native">serial_port_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531146"></a>
+ <a class="indexterm" name="idp191444976"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native handle implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/native_handle.html b/doc/html/boost_asio/reference/serial_port_service/native_handle.html
index e9f462acd4..4f31c1424c 100644
--- a/doc/html/boost_asio/reference/serial_port_service/native_handle.html
+++ b/doc/html/boost_asio/reference/serial_port_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="native.html" title="serial_port_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.native_handle"></a><a class="link" href="native_handle.html" title="serial_port_service::native_handle">serial_port_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531233"></a>
+ <a class="indexterm" name="idp191455312"></a>
Get the native handle implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html b/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html
index 52f74f8254..4e2f393aee 100644
--- a/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="native_handle.html" title="serial_port_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.serial_port_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="serial_port_service::native_handle_type">serial_port_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531307"></a>
+ <a class="indexterm" name="idp191464000"></a>
The native handle type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.serial_port_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.serial_port_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.serial_port_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/native_type.html b/doc/html/boost_asio/reference/serial_port_service/native_type.html
index 2294d4a3a7..6b24610ecd 100644
--- a/doc/html/boost_asio/reference/serial_port_service/native_type.html
+++ b/doc/html/boost_asio/reference/serial_port_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="native_handle_type.html" title="serial_port_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.native_type"></a><a class="link" href="native_type.html" title="serial_port_service::native_type">serial_port_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531421"></a>
+ <a class="indexterm" name="idp191476320"></a>
(Deprecated: Use native_handle_type.) The
native handle type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.serial_port_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.serial_port_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.serial_port_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.serial_port_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.serial_port_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/serial_port_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/serial_port_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/open.html b/doc/html/boost_asio/reference/serial_port_service/open.html
index c19a79a4e3..1b03041006 100644
--- a/doc/html/boost_asio/reference/serial_port_service/open.html
+++ b/doc/html/boost_asio/reference/serial_port_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="native_type.html" title="serial_port_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.open"></a><a class="link" href="open.html" title="serial_port_service::open">serial_port_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531534"></a>
+ <a class="indexterm" name="idp191488512"></a>
Open a serial port.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Open a serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/read_some.html b/doc/html/boost_asio/reference/serial_port_service/read_some.html
index 1ccc2b02b3..1fdc733e7c 100644
--- a/doc/html/boost_asio/reference/serial_port_service/read_some.html
+++ b/doc/html/boost_asio/reference/serial_port_service/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="open.html" title="serial_port_service::open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.read_some"></a><a class="link" href="read_some.html" title="serial_port_service::read_some">serial_port_service::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531697"></a>
+ <a class="indexterm" name="idp191508384"></a>
Read some data from the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Read some data from the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/send_break.html b/doc/html/boost_asio/reference/serial_port_service/send_break.html
index 6b3192e4aa..ddfeaa5845 100644
--- a/doc/html/boost_asio/reference/serial_port_service/send_break.html
+++ b/doc/html/boost_asio/reference/serial_port_service/send_break.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::send_break</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="read_some.html" title="serial_port_service::read_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.send_break"></a><a class="link" href="send_break.html" title="serial_port_service::send_break">serial_port_service::send_break</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1531873"></a>
+ <a class="indexterm" name="idp191529360"></a>
Send a break sequence to the serial port.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">send_break</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Send a break sequence to the serial port.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html b/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html
index 4dc0e100a3..c2b49c1361 100644
--- a/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html
+++ b/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::serial_port_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="send_break.html" title="serial_port_service::send_break">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.serial_port_service"></a><a class="link" href="serial_port_service.html" title="serial_port_service::serial_port_service">serial_port_service::serial_port_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1532003"></a>
+ <a class="indexterm" name="idp191544832"></a>
Construct a new serial port service
for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new serial port service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/set_option.html b/doc/html/boost_asio/reference/serial_port_service/set_option.html
index 9d8eb5f1fa..6371771d68 100644
--- a/doc/html/boost_asio/reference/serial_port_service/set_option.html
+++ b/doc/html/boost_asio/reference/serial_port_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="serial_port_service.html" title="serial_port_service::serial_port_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.set_option"></a><a class="link" href="set_option.html" title="serial_port_service::set_option">serial_port_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1532104"></a>
+ <a class="indexterm" name="idp191556672"></a>
Set a serial port option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a serial port option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/serial_port_service/write_some.html b/doc/html/boost_asio/reference/serial_port_service/write_some.html
index cee9ba38d1..d15fcd745a 100644
--- a/doc/html/boost_asio/reference/serial_port_service/write_some.html
+++ b/doc/html/boost_asio/reference/serial_port_service/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="set_option.html" title="serial_port_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.serial_port_service.write_some"></a><a class="link" href="write_some.html" title="serial_port_service::write_some">serial_port_service::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1532289"></a>
+ <a class="indexterm" name="idp191578848"></a>
Write the given data to the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Write the given data to the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/service_already_exists.html b/doc/html/boost_asio/reference/service_already_exists.html
index e3a6d6e093..2fe9a27cf2 100644
--- a/doc/html/boost_asio/reference/service_already_exists.html
+++ b/doc/html/boost_asio/reference/service_already_exists.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>service_already_exists</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="serial_port_service/write_some.html" title="serial_port_service::write_some">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.service_already_exists.h0"></a>
- <span><a name="boost_asio.reference.service_already_exists.member_functions"></a></span><a class="link" href="service_already_exists.html#boost_asio.reference.service_already_exists.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.service_already_exists.member_functions"></a></span><a class="link" href="service_already_exists.html#boost_asio.reference.service_already_exists.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -65,18 +65,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.service_already_exists.h1"></a>
- <span><a name="boost_asio.reference.service_already_exists.requirements"></a></span><a class="link" href="service_already_exists.html#boost_asio.reference.service_already_exists.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.service_already_exists.requirements"></a></span><a class="link" href="service_already_exists.html#boost_asio.reference.service_already_exists.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html b/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html
index c1eab07715..3bf3b113e3 100644
--- a/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html
+++ b/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>service_already_exists::service_already_exists</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../service_already_exists.html" title="service_already_exists">
<link rel="prev" href="../service_already_exists.html" title="service_already_exists">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.service_already_exists.service_already_exists"></a><a class="link" href="service_already_exists.html" title="service_already_exists::service_already_exists">service_already_exists::service_already_exists</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1532658"></a>
+ <a class="indexterm" name="idp191621504"></a>
</p>
<pre class="programlisting"><span class="identifier">service_already_exists</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set.html b/doc/html/boost_asio/reference/signal_set.html
index eb5399abb8..383edd20c8 100644
--- a/doc/html/boost_asio/reference/signal_set.html
+++ b/doc/html/boost_asio/reference/signal_set.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="service_already_exists/service_already_exists.html" title="service_already_exists::service_already_exists">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.signal_set"></a><a class="link" href="signal_set.html" title="signal_set">signal_set</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1532702"></a>
+ <a class="indexterm" name="idp191626896"></a>
Typedef for the typical usage of a signal set.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_signal_set</span> <span class="identifier">signal_set</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.signal_set.h0"></a>
- <span><a name="boost_asio.reference.signal_set.types"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set.types"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@ Typedef for the typical usage of a signal set.
</table></div>
<h5>
<a name="boost_asio.reference.signal_set.h1"></a>
- <span><a name="boost_asio.reference.signal_set.member_functions"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.signal_set.member_functions"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -200,7 +200,7 @@ Typedef for the typical usage of a signal set.
</table></div>
<h5>
<a name="boost_asio.reference.signal_set.h2"></a>
- <span><a name="boost_asio.reference.signal_set.protected_member_functions"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.signal_set.protected_member_functions"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -249,7 +249,7 @@ Typedef for the typical usage of a signal set.
</table></div>
<h5>
<a name="boost_asio.reference.signal_set.h3"></a>
- <span><a name="boost_asio.reference.signal_set.protected_data_members"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.signal_set.protected_data_members"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -308,20 +308,18 @@ Typedef for the typical usage of a signal set.
</p>
<h5>
<a name="boost_asio.reference.signal_set.h4"></a>
- <span><a name="boost_asio.reference.signal_set.thread_safety"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.signal_set.thread_safety"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.signal_set.h5"></a>
- <span><a name="boost_asio.reference.signal_set.example"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set.example"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.example">Example</a>
</h5>
<p>
Performing an asynchronous wait:
@@ -346,7 +344,7 @@ Typedef for the typical usage of a signal set.
</pre>
<h5>
<a name="boost_asio.reference.signal_set.h6"></a>
- <span><a name="boost_asio.reference.signal_set.queueing_of_signal_notifications"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.queueing_of_signal_notifications">Queueing
+ <span class="phrase"><a name="boost_asio.reference.signal_set.queueing_of_signal_notifications"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.queueing_of_signal_notifications">Queueing
of signal notifications</a>
</h5>
<p>
@@ -363,7 +361,7 @@ Typedef for the typical usage of a signal set.
</p>
<h5>
<a name="boost_asio.reference.signal_set.h7"></a>
- <span><a name="boost_asio.reference.signal_set.multiple_registration_of_signals"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.multiple_registration_of_signals">Multiple
+ <span class="phrase"><a name="boost_asio.reference.signal_set.multiple_registration_of_signals"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.multiple_registration_of_signals">Multiple
registration of signals</a>
</h5>
<p>
@@ -377,7 +375,7 @@ Typedef for the typical usage of a signal set.
</p>
<h5>
<a name="boost_asio.reference.signal_set.h8"></a>
- <span><a name="boost_asio.reference.signal_set.signal_masking_on_posix_platforms"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.signal_masking_on_posix_platforms">Signal
+ <span class="phrase"><a name="boost_asio.reference.signal_set.signal_masking_on_posix_platforms"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.signal_masking_on_posix_platforms">Signal
masking on POSIX platforms</a>
</h5>
<p>
@@ -388,18 +386,18 @@ Typedef for the typical usage of a signal set.
</p>
<h5>
<a name="boost_asio.reference.signal_set.h9"></a>
- <span><a name="boost_asio.reference.signal_set.requirements"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set.requirements"></a></span><a class="link" href="signal_set.html#boost_asio.reference.signal_set.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/signal_set.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/signal_set.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service.html b/doc/html/boost_asio/reference/signal_set_service.html
index 8ff3aee697..60737b108c 100644
--- a/doc/html/boost_asio/reference/signal_set_service.html
+++ b/doc/html/boost_asio/reference/signal_set_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="signal_set.html" title="signal_set">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.signal_set_service.h0"></a>
- <span><a name="boost_asio.reference.signal_set_service.types"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set_service.types"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -68,7 +68,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.signal_set_service.h1"></a>
- <span><a name="boost_asio.reference.signal_set_service.member_functions"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.signal_set_service.member_functions"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -198,7 +198,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.signal_set_service.h2"></a>
- <span><a name="boost_asio.reference.signal_set_service.data_members"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set_service.data_members"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -232,18 +232,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.signal_set_service.h3"></a>
- <span><a name="boost_asio.reference.signal_set_service.requirements"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set_service.requirements"></a></span><a class="link" href="signal_set_service.html#boost_asio.reference.signal_set_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/signal_set_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/signal_set_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/add.html b/doc/html/boost_asio/reference/signal_set_service/add.html
index 18d41b962c..87dff4803e 100644
--- a/doc/html/boost_asio/reference/signal_set_service/add.html
+++ b/doc/html/boost_asio/reference/signal_set_service/add.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::add</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="../signal_set_service.html" title="signal_set_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.add"></a><a class="link" href="add.html" title="signal_set_service::add">signal_set_service::add</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1534612"></a>
+ <a class="indexterm" name="idp191843808"></a>
Add a signal to a signal_set.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">add</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Add a signal to a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/async_wait.html b/doc/html/boost_asio/reference/signal_set_service/async_wait.html
index 38af52a7c4..cbfe692da7 100644
--- a/doc/html/boost_asio/reference/signal_set_service/async_wait.html
+++ b/doc/html/boost_asio/reference/signal_set_service/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="add.html" title="signal_set_service::add">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.signal_set_service.async_wait"></a><a class="link" href="async_wait.html" title="signal_set_service::async_wait">signal_set_service::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1534755"></a>
+ <a class="indexterm" name="idp191861168"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../SignalHandler.html" title="Signal handler requirements">SignalHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="identifier">SignalHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/cancel.html b/doc/html/boost_asio/reference/signal_set_service/cancel.html
index 56b4237796..875b503180 100644
--- a/doc/html/boost_asio/reference/signal_set_service/cancel.html
+++ b/doc/html/boost_asio/reference/signal_set_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="async_wait.html" title="signal_set_service::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.cancel"></a><a class="link" href="cancel.html" title="signal_set_service::cancel">signal_set_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1534871"></a>
+ <a class="indexterm" name="idp191875312"></a>
Cancel all operations associated with the signal
set.
</p>
@@ -38,7 +38,7 @@ Cancel all operations associated with the signal
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/clear.html b/doc/html/boost_asio/reference/signal_set_service/clear.html
index 73bb2700af..fb0fc48d3f 100644
--- a/doc/html/boost_asio/reference/signal_set_service/clear.html
+++ b/doc/html/boost_asio/reference/signal_set_service/clear.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::clear</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="cancel.html" title="signal_set_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.clear"></a><a class="link" href="clear.html" title="signal_set_service::clear">signal_set_service::clear</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1534999"></a>
+ <a class="indexterm" name="idp191890768"></a>
Remove all signals from a signal_set.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">clear</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Remove all signals from a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/construct.html b/doc/html/boost_asio/reference/signal_set_service/construct.html
index e302ee2681..2b6136b71f 100644
--- a/doc/html/boost_asio/reference/signal_set_service/construct.html
+++ b/doc/html/boost_asio/reference/signal_set_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="clear.html" title="signal_set_service::clear">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.construct"></a><a class="link" href="construct.html" title="signal_set_service::construct">signal_set_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535128"></a>
+ <a class="indexterm" name="idp191906320"></a>
Construct a new signal set implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new signal set implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/destroy.html b/doc/html/boost_asio/reference/signal_set_service/destroy.html
index 66f4c3f2e5..a60ddb0ac1 100644
--- a/doc/html/boost_asio/reference/signal_set_service/destroy.html
+++ b/doc/html/boost_asio/reference/signal_set_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="construct.html" title="signal_set_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.destroy"></a><a class="link" href="destroy.html" title="signal_set_service::destroy">signal_set_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535201"></a>
+ <a class="indexterm" name="idp191914864"></a>
Destroy a signal set implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a signal set implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/get_io_service.html b/doc/html/boost_asio/reference/signal_set_service/get_io_service.html
index b4f9d9fefd..64cf39d95e 100644
--- a/doc/html/boost_asio/reference/signal_set_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/signal_set_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="destroy.html" title="signal_set_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1535280"></a>
+ <a class="indexterm" name="idp191924224"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/id.html b/doc/html/boost_asio/reference/signal_set_service/id.html
index aef56cd842..3b433fe92f 100644
--- a/doc/html/boost_asio/reference/signal_set_service/id.html
+++ b/doc/html/boost_asio/reference/signal_set_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="get_io_service.html" title="signal_set_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.id"></a><a class="link" href="id.html" title="signal_set_service::id">signal_set_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535370"></a>
+ <a class="indexterm" name="idp191934896"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/implementation_type.html b/doc/html/boost_asio/reference/signal_set_service/implementation_type.html
index 8e20fc5d1c..3c765acea4 100644
--- a/doc/html/boost_asio/reference/signal_set_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/signal_set_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="id.html" title="signal_set_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.signal_set_service.implementation_type"></a><a class="link" href="implementation_type.html" title="signal_set_service::implementation_type">signal_set_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535453"></a>
+ <a class="indexterm" name="idp191944784"></a>
The type of a signal set implementation.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.signal_set_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.signal_set_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.signal_set_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.signal_set_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.signal_set_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/signal_set_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/signal_set_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/remove.html b/doc/html/boost_asio/reference/signal_set_service/remove.html
index 572fb80a5c..0ae7a62cde 100644
--- a/doc/html/boost_asio/reference/signal_set_service/remove.html
+++ b/doc/html/boost_asio/reference/signal_set_service/remove.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::remove</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="implementation_type.html" title="signal_set_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.remove"></a><a class="link" href="remove.html" title="signal_set_service::remove">signal_set_service::remove</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535566"></a>
+ <a class="indexterm" name="idp191957120"></a>
Remove a signal to a signal_set.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">remove</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Remove a signal to a signal_set.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html b/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html
index 3c14a1ee41..56c1debc72 100644
--- a/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html
+++ b/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>signal_set_service::signal_set_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../signal_set_service.html" title="signal_set_service">
<link rel="prev" href="remove.html" title="signal_set_service::remove">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.signal_set_service.signal_set_service"></a><a class="link" href="signal_set_service.html" title="signal_set_service::signal_set_service">signal_set_service::signal_set_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1535711"></a>
+ <a class="indexterm" name="idp191974448"></a>
Construct a new signal set service
for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new signal set service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service.html b/doc/html/boost_asio/reference/socket_acceptor_service.html
index bc0abc70a3..c7689a1ae6 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="signal_set_service/signal_set_service.html" title="signal_set_service::signal_set_service">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.socket_acceptor_service.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.types"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.types"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_acceptor_service.h1"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.member_functions"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.member_functions"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -228,6 +228,19 @@
<tr>
<td>
<p>
+ <a class="link" href="socket_acceptor_service/converting_move_construct.html" title="socket_acceptor_service::converting_move_construct"><span class="bold"><strong>converting_move_construct</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-construct a new socket acceptor implementation from another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="socket_acceptor_service/destroy.html" title="socket_acceptor_service::destroy"><span class="bold"><strong>destroy</strong></span></a>
</p>
</td>
@@ -428,7 +441,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_acceptor_service.h2"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.data_members"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.data_members"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -463,18 +476,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_acceptor_service.h3"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.requirements"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.requirements"></a></span><a class="link" href="socket_acceptor_service.html#boost_asio.reference.socket_acceptor_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/accept.html b/doc/html/boost_asio/reference/socket_acceptor_service/accept.html
index cbd326836b..22193e22f6 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/accept.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/accept.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::accept</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="../socket_acceptor_service.html" title="socket_acceptor_service">
@@ -27,21 +27,23 @@
<a name="boost_asio.reference.socket_acceptor_service.accept"></a><a class="link" href="accept.html" title="socket_acceptor_service::accept">socket_acceptor_service::accept</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1537029"></a>
+ <a class="indexterm" name="idp192128416"></a>
Accept a new connection.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">&gt;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">accept</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">*</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/assign.html b/doc/html/boost_asio/reference/socket_acceptor_service/assign.html
index 261e3197f5..be146a205e 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/assign.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="accept.html" title="socket_acceptor_service::accept">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.assign"></a><a class="link" href="assign.html" title="socket_acceptor_service::assign">socket_acceptor_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1537253"></a>
+ <a class="indexterm" name="idp192167568"></a>
Assign an existing native acceptor to a socket
acceptor.
</p>
@@ -40,7 +40,7 @@ Assign an existing native acceptor to a socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html b/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html
index ea0408c2ba..e75126118f 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::async_accept</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="assign.html" title="socket_acceptor_service::assign">
@@ -27,22 +27,24 @@
<a name="boost_asio.reference.socket_acceptor_service.async_accept"></a><a class="link" href="async_accept.html" title="socket_acceptor_service::async_accept">socket_acceptor_service::async_accept</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1537437"></a>
+ <a class="indexterm" name="idp192189856"></a>
Start an asynchronous accept.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../SocketService.html" title="Socket service requirements">SocketService</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../AcceptHandler.html" title="Accept handler requirements">AcceptHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_accept</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_accept</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">protocol_type</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
+ <span class="identifier">basic_socket</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">peer</span><span class="special">,</span>
<span class="identifier">endpoint_type</span> <span class="special">*</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
- <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+ <span class="identifier">AcceptHandler</span> <span class="identifier">handler</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/bind.html b/doc/html/boost_asio/reference/socket_acceptor_service/bind.html
index adbdec666b..f536a78c79 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/bind.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="async_accept.html" title="socket_acceptor_service::async_accept">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.bind"></a><a class="link" href="bind.html" title="socket_acceptor_service::bind">socket_acceptor_service::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1537911"></a>
+ <a class="indexterm" name="idp192226608"></a>
Bind the socket acceptor to the specified local
endpoint.
</p>
@@ -39,7 +39,7 @@ Bind the socket acceptor to the specified local
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html b/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html
index c0ab270dad..c450fb8d7a 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="bind.html" title="socket_acceptor_service::bind">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.cancel"></a><a class="link" href="cancel.html" title="socket_acceptor_service::cancel">socket_acceptor_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538067"></a>
+ <a class="indexterm" name="idp192245376"></a>
Cancel all asynchronous operations associated
with the acceptor.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/close.html b/doc/html/boost_asio/reference/socket_acceptor_service/close.html
index 4025c857ec..bf0ac432b9 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/close.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="cancel.html" title="socket_acceptor_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.close"></a><a class="link" href="close.html" title="socket_acceptor_service::close">socket_acceptor_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538197"></a>
+ <a class="indexterm" name="idp192260928"></a>
Close a socket acceptor implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a socket acceptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/construct.html b/doc/html/boost_asio/reference/socket_acceptor_service/construct.html
index cf038342ea..ee29affe55 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/construct.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/construct.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="close.html" title="socket_acceptor_service::close">
-<link rel="next" href="destroy.html" title="socket_acceptor_service::destroy">
+<link rel="next" href="converting_move_construct.html" title="socket_acceptor_service::converting_move_construct">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.socket_acceptor_service.construct"></a><a class="link" href="construct.html" title="socket_acceptor_service::construct">socket_acceptor_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538327"></a>
+ <a class="indexterm" name="idp192276448"></a>
Construct a new socket acceptor implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new socket acceptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Construct a new socket acceptor implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html b/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html
new file mode 100644
index 0000000000..db49815a4a
--- /dev/null
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>socket_acceptor_service::converting_move_construct</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
+<link rel="prev" href="construct.html" title="socket_acceptor_service::construct">
+<link rel="next" href="destroy.html" title="socket_acceptor_service::destroy">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.socket_acceptor_service.converting_move_construct"></a><a class="link" href="converting_move_construct.html" title="socket_acceptor_service::converting_move_construct">socket_acceptor_service::converting_move_construct</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp192285024"></a>
+Move-construct a new socket
+ acceptor implementation from another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">converting_move_construct</span><span class="special">(</span>
+ <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">socket_acceptor_service</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html b/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html
index cb4da2dc46..64b454d3e1 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
-<link rel="prev" href="construct.html" title="socket_acceptor_service::construct">
+<link rel="prev" href="converting_move_construct.html" title="socket_acceptor_service::converting_move_construct">
<link rel="next" href="endpoint_type.html" title="socket_acceptor_service::endpoint_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.socket_acceptor_service.destroy"></a><a class="link" href="destroy.html" title="socket_acceptor_service::destroy">socket_acceptor_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538401"></a>
+ <a class="indexterm" name="idp192312816"></a>
Destroy a socket acceptor implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a socket acceptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Destroy a socket acceptor implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_acceptor_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html b/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html
index d04a2266d4..b14b013382 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="destroy.html" title="socket_acceptor_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.socket_acceptor_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="socket_acceptor_service::endpoint_type">socket_acceptor_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538474"></a>
+ <a class="indexterm" name="idp192321600"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">protocol_type</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.socket_acceptor_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.socket_acceptor_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.socket_acceptor_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html b/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html
index 8995ffb537..e550b9f1a5 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="endpoint_type.html" title="socket_acceptor_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1538602"></a>
+ <a class="indexterm" name="idp192335824"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html b/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html
index 3fd2266143..c070154c24 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="get_io_service.html" title="socket_acceptor_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.get_option"></a><a class="link" href="get_option.html" title="socket_acceptor_service::get_option">socket_acceptor_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538693"></a>
+ <a class="indexterm" name="idp192346512"></a>
Get a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/id.html b/doc/html/boost_asio/reference/socket_acceptor_service/id.html
index 8276618d13..9e69084fb5 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/id.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="get_option.html" title="socket_acceptor_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.id"></a><a class="link" href="id.html" title="socket_acceptor_service::id">socket_acceptor_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538887"></a>
+ <a class="indexterm" name="idp192369808"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html b/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html
index 0ea4a732f2..1910b623b9 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="id.html" title="socket_acceptor_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.implementation_type"></a><a class="link" href="implementation_type.html" title="socket_acceptor_service::implementation_type">socket_acceptor_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1538972"></a>
+ <a class="indexterm" name="idp192379696"></a>
The native type of the socket
acceptor.
</p>
@@ -35,18 +35,18 @@ The native type of the socket
</pre>
<h6>
<a name="boost_asio.reference.socket_acceptor_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.socket_acceptor_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.socket_acceptor_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html b/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html
index cdd936c4ad..8acd39e20f 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="implementation_type.html" title="socket_acceptor_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.io_control"></a><a class="link" href="io_control.html" title="socket_acceptor_service::io_control">socket_acceptor_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539084"></a>
+ <a class="indexterm" name="idp192392240"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html b/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html
index 716a936d20..19e2b489c9 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="io_control.html" title="socket_acceptor_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.is_open"></a><a class="link" href="is_open.html" title="socket_acceptor_service::is_open">socket_acceptor_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539264"></a>
+ <a class="indexterm" name="idp192413616"></a>
Determine whether the acceptor is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the acceptor is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/listen.html b/doc/html/boost_asio/reference/socket_acceptor_service/listen.html
index e2d10d976f..bb56060423 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/listen.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/listen.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::listen</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="is_open.html" title="socket_acceptor_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.listen"></a><a class="link" href="listen.html" title="socket_acceptor_service::listen">socket_acceptor_service::listen</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539353"></a>
+ <a class="indexterm" name="idp192424064"></a>
Place the socket acceptor into the state where
it will listen for new connections.
</p>
@@ -39,7 +39,7 @@ Place the socket acceptor into the state where
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html b/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html
index 8265fc84de..de5781e4d5 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="listen.html" title="socket_acceptor_service::listen">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.local_endpoint"></a><a class="link" href="local_endpoint.html" title="socket_acceptor_service::local_endpoint">socket_acceptor_service::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539498"></a>
+ <a class="indexterm" name="idp192441440"></a>
Get the local endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html b/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html
index 41c0f367c1..74538d1823 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="local_endpoint.html" title="socket_acceptor_service::local_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.move_assign"></a><a class="link" href="move_assign.html" title="socket_acceptor_service::move_assign">socket_acceptor_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539626"></a>
+ <a class="indexterm" name="idp192456672"></a>
Move-assign from another socket acceptor
implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another socket acceptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html b/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html
index 8688ca744b..3304be9870 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="move_assign.html" title="socket_acceptor_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.move_construct"></a><a class="link" href="move_construct.html" title="socket_acceptor_service::move_construct">socket_acceptor_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539743"></a>
+ <a class="indexterm" name="idp192470560"></a>
Move-construct a new socket acceptor
implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new socket acceptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native.html b/doc/html/boost_asio/reference/socket_acceptor_service/native.html
index 24cd6c833f..01593869d7 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="move_construct.html" title="socket_acceptor_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.native"></a><a class="link" href="native.html" title="socket_acceptor_service::native">socket_acceptor_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539838"></a>
+ <a class="indexterm" name="idp192481856"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native acceptor implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html
index 966aa17283..a31850e3c8 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="native.html" title="socket_acceptor_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.native_handle"></a><a class="link" href="native_handle.html" title="socket_acceptor_service::native_handle">socket_acceptor_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1539927"></a>
+ <a class="indexterm" name="idp192492256"></a>
Get the native acceptor implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native acceptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html
index 13bc1f9dc4..861c1c9ca7 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="native_handle.html" title="socket_acceptor_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.socket_acceptor_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="socket_acceptor_service::native_handle_type">socket_acceptor_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1540001"></a>
+ <a class="indexterm" name="idp192500880"></a>
The native acceptor type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.socket_acceptor_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.socket_acceptor_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.socket_acceptor_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html
index 644dc833df..c917d06504 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="native_handle_type.html" title="socket_acceptor_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="socket_acceptor_service::native_non_blocking">socket_acceptor_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1540116"></a>
+ <a class="indexterm" name="idp192513344"></a>
Gets the non-blocking mode of
the native acceptor implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html
index 59fe8e7422..795d56f745 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="socket_acceptor_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="socket_acceptor_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html
index 5cfb3a9d51..15bec7a95c 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="socket_acceptor_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="socket_acceptor_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html b/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html
index c06d3f2f9b..47d67ac818 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="socket_acceptor_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.native_type"></a><a class="link" href="native_type.html" title="socket_acceptor_service::native_type">socket_acceptor_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1540576"></a>
+ <a class="indexterm" name="idp192567712"></a>
(Deprecated: Use native_handle_type.)
The native acceptor type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.socket_acceptor_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.socket_acceptor_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.socket_acceptor_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html
index 5055ebc3ec..0d14b71992 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="native_type.html" title="socket_acceptor_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.non_blocking"></a><a class="link" href="non_blocking.html" title="socket_acceptor_service::non_blocking">socket_acceptor_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1540690"></a>
+ <a class="indexterm" name="idp192580240"></a>
Gets the non-blocking mode of the acceptor.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="socket_acceptor_service::non_blocking (1 of 2 overloads)">non_blocking</a><span class="special">(</span>
@@ -46,7 +46,7 @@ Gets the non-blocking mode of the acceptor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html
index 189998cc14..6881d8a8d4 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="socket_acceptor_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="socket_acceptor_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html
index 9495d574e6..74a568aef9 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="socket_acceptor_service::non_blocking">
<link rel="prev" href="overload1.html" title="socket_acceptor_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/open.html b/doc/html/boost_asio/reference/socket_acceptor_service/open.html
index dd1306dfe1..c1fe1021ce 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/open.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="non_blocking/overload2.html" title="socket_acceptor_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.open"></a><a class="link" href="open.html" title="socket_acceptor_service::open">socket_acceptor_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1541149"></a>
+ <a class="indexterm" name="idp192634144"></a>
Open a new socket acceptor implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Open a new socket acceptor implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html b/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html
index cf524d90ce..1876f1affb 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="open.html" title="socket_acceptor_service::open">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.socket_acceptor_service.protocol_type"></a><a class="link" href="protocol_type.html" title="socket_acceptor_service::protocol_type">socket_acceptor_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1541305"></a>
+ <a class="indexterm" name="idp192652960"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.socket_acceptor_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.socket_acceptor_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.socket_acceptor_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_acceptor_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.socket_acceptor_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_acceptor_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html b/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html
index 7c1067772f..8a4a52b0e3 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="protocol_type.html" title="socket_acceptor_service::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.set_option"></a><a class="link" href="set_option.html" title="socket_acceptor_service::set_option">socket_acceptor_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1541418"></a>
+ <a class="indexterm" name="idp192665280"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html b/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html
index e0ec0832cb..ffcbf73682 100644
--- a/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html
+++ b/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_acceptor_service::socket_acceptor_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_acceptor_service.html" title="socket_acceptor_service">
<link rel="prev" href="set_option.html" title="socket_acceptor_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_acceptor_service.socket_acceptor_service"></a><a class="link" href="socket_acceptor_service.html" title="socket_acceptor_service::socket_acceptor_service">socket_acceptor_service::socket_acceptor_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1541605"></a>
+ <a class="indexterm" name="idp192687440"></a>
Construct a new socket acceptor
service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new socket acceptor
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base.html b/doc/html/boost_asio/reference/socket_base.html
index 129a896185..04d4c73a3c 100644
--- a/doc/html/boost_asio/reference/socket_base.html
+++ b/doc/html/boost_asio/reference/socket_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="socket_acceptor_service/socket_acceptor_service.html" title="socket_acceptor_service::socket_acceptor_service">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.socket_base.h0"></a>
- <span><a name="boost_asio.reference.socket_base.types"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.types"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -243,7 +243,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_base.h1"></a>
- <span><a name="boost_asio.reference.socket_base.protected_member_functions"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.socket_base.protected_member_functions"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -278,7 +278,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_base.h2"></a>
- <span><a name="boost_asio.reference.socket_base.data_members"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.socket_base.data_members"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -363,18 +363,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.socket_base.h3"></a>
- <span><a name="boost_asio.reference.socket_base.requirements"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.requirements"></a></span><a class="link" href="socket_base.html#boost_asio.reference.socket_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/_socket_base.html b/doc/html/boost_asio/reference/socket_base/_socket_base.html
index ac109f3f17..b07272dddd 100644
--- a/doc/html/boost_asio/reference/socket_base/_socket_base.html
+++ b/doc/html/boost_asio/reference/socket_base/_socket_base.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::~socket_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="shutdown_type.html" title="socket_base::shutdown_type">
-<link rel="next" href="../ssl__context.html" title="ssl::context">
+<link rel="next" href="../spawn.html" title="spawn">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.socket_base._socket_base"></a><a class="link" href="_socket_base.html" title="socket_base::~socket_base">socket_base::~socket_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1549188"></a>
+ <a class="indexterm" name="idp193580928"></a>
Protected destructor to prevent deletion through
this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion through
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Protected destructor to prevent deletion through
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/socket_base/broadcast.html b/doc/html/boost_asio/reference/socket_base/broadcast.html
index c1d213f035..bca090ee1d 100644
--- a/doc/html/boost_asio/reference/socket_base/broadcast.html
+++ b/doc/html/boost_asio/reference/socket_base/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="../socket_base.html" title="socket_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.broadcast"></a><a class="link" href="broadcast.html" title="socket_base::broadcast">socket_base::broadcast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1542644"></a>
+ <a class="indexterm" name="idp192805712"></a>
Socket option to permit sending of broadcast messages.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">broadcast</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to permit sending of broadcast messages.
</p>
<h6>
<a name="boost_asio.reference.socket_base.broadcast.h0"></a>
- <span><a name="boost_asio.reference.socket_base.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to permit sending of broadcast messages.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.broadcast.h1"></a>
- <span><a name="boost_asio.reference.socket_base.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/bytes_readable.html b/doc/html/boost_asio/reference/socket_base/bytes_readable.html
index 28b4535559..916b3218bb 100644
--- a/doc/html/boost_asio/reference/socket_base/bytes_readable.html
+++ b/doc/html/boost_asio/reference/socket_base/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="broadcast.html" title="socket_base::broadcast">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.bytes_readable"></a><a class="link" href="bytes_readable.html" title="socket_base::bytes_readable">socket_base::bytes_readable</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543114"></a>
+ <a class="indexterm" name="idp192861920"></a>
IO control command to get the amount of data that
can be read without blocking.
</p>
@@ -38,7 +38,7 @@ IO control command to get the amount of data that
</p>
<h6>
<a name="boost_asio.reference.socket_base.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.socket_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -48,18 +48,18 @@ IO control command to get the amount of data that
</pre>
<h6>
<a name="boost_asio.reference.socket_base.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.socket_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/debug.html b/doc/html/boost_asio/reference/socket_base/debug.html
index c537974b94..3dea6b4133 100644
--- a/doc/html/boost_asio/reference/socket_base/debug.html
+++ b/doc/html/boost_asio/reference/socket_base/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="bytes_readable.html" title="socket_base::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.debug"></a><a class="link" href="debug.html" title="socket_base::debug">socket_base::debug</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543446"></a>
+ <a class="indexterm" name="idp192901136"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.socket_base.debug.h0"></a>
- <span><a name="boost_asio.reference.socket_base.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.debug.h1"></a>
- <span><a name="boost_asio.reference.socket_base.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/do_not_route.html b/doc/html/boost_asio/reference/socket_base/do_not_route.html
index 51142f933b..910e315d1c 100644
--- a/doc/html/boost_asio/reference/socket_base/do_not_route.html
+++ b/doc/html/boost_asio/reference/socket_base/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="debug.html" title="socket_base::debug">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.do_not_route"></a><a class="link" href="do_not_route.html" title="socket_base::do_not_route">socket_base::do_not_route</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543916"></a>
+ <a class="indexterm" name="idp192957168"></a>
Socket option to prevent routing, use local interfaces
only.
</p>
@@ -38,7 +38,7 @@ Socket option to prevent routing, use local interfaces
</p>
<h6>
<a name="boost_asio.reference.socket_base.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.socket_base.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option to prevent routing, use local interfaces
</pre>
<h6>
<a name="boost_asio.reference.socket_base.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.socket_base.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html b/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
index cc97e280af..5e75052dd3 100644
--- a/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="do_not_route.html" title="socket_base::do_not_route">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.enable_connection_aborted"></a><a class="link" href="enable_connection_aborted.html" title="socket_base::enable_connection_aborted">socket_base::enable_connection_aborted</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1544388"></a>
+ <a class="indexterm" name="idp193013328"></a>
Socket option to report aborted connections
on accept.
</p>
@@ -40,7 +40,7 @@ Socket option to report aborted connections
</p>
<h6>
<a name="boost_asio.reference.socket_base.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.socket_base.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to report aborted connections
</pre>
<h6>
<a name="boost_asio.reference.socket_base.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.socket_base.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/keep_alive.html b/doc/html/boost_asio/reference/socket_base/keep_alive.html
index 4164a58f7f..41976a6825 100644
--- a/doc/html/boost_asio/reference/socket_base/keep_alive.html
+++ b/doc/html/boost_asio/reference/socket_base/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="enable_connection_aborted.html" title="socket_base::enable_connection_aborted">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.keep_alive"></a><a class="link" href="keep_alive.html" title="socket_base::keep_alive">socket_base::keep_alive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1544902"></a>
+ <a class="indexterm" name="idp193074432"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.socket_base.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.socket_base.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.socket_base.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/linger.html b/doc/html/boost_asio/reference/socket_base/linger.html
index d2e77671ce..fddc951dfc 100644
--- a/doc/html/boost_asio/reference/socket_base/linger.html
+++ b/doc/html/boost_asio/reference/socket_base/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="keep_alive.html" title="socket_base::keep_alive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.linger"></a><a class="link" href="linger.html" title="socket_base::linger">socket_base::linger</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545373"></a>
+ <a class="indexterm" name="idp193130496"></a>
Socket option to specify whether the socket lingers on
close if unsent data is present.
</p>
@@ -38,7 +38,7 @@ Socket option to specify whether the socket lingers on
</p>
<h6>
<a name="boost_asio.reference.socket_base.linger.h0"></a>
- <span><a name="boost_asio.reference.socket_base.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -60,18 +60,18 @@ Socket option to specify whether the socket lingers on
</pre>
<h6>
<a name="boost_asio.reference.socket_base.linger.h1"></a>
- <span><a name="boost_asio.reference.socket_base.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/max_connections.html b/doc/html/boost_asio/reference/socket_base/max_connections.html
index 7e8e306499..6d2bb7cda7 100644
--- a/doc/html/boost_asio/reference/socket_base/max_connections.html
+++ b/doc/html/boost_asio/reference/socket_base/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="linger.html" title="socket_base::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.max_connections"></a><a class="link" href="max_connections.html" title="socket_base::max_connections">socket_base::max_connections</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545895"></a>
+ <a class="indexterm" name="idp193192592"></a>
The maximum length of the queue of pending incoming
connections.
</p>
@@ -36,7 +36,7 @@ The maximum length of the queue of pending incoming
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_do_not_route.html b/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
index a6db1ae403..f27ddc9329 100644
--- a/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="max_connections.html" title="socket_base::max_connections">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_do_not_route"></a><a class="link" href="message_do_not_route.html" title="socket_base::message_do_not_route">socket_base::message_do_not_route</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545969"></a>
+ <a class="indexterm" name="idp193201264"></a>
Specify that the data should not be subject
to routing.
</p>
@@ -36,7 +36,7 @@ Specify that the data should not be subject
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_end_of_record.html b/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
index 0bd91f10a2..cdadb7d8bb 100644
--- a/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_do_not_route.html" title="socket_base::message_do_not_route">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_end_of_record"></a><a class="link" href="message_end_of_record.html" title="socket_base::message_end_of_record">socket_base::message_end_of_record</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546044"></a>
+ <a class="indexterm" name="idp193209936"></a>
Specifies that the data marks the end of
a record.
</p>
@@ -36,7 +36,7 @@ Specifies that the data marks the end of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_flags.html b/doc/html/boost_asio/reference/socket_base/message_flags.html
index 5418e6a130..9d49c36c83 100644
--- a/doc/html/boost_asio/reference/socket_base/message_flags.html
+++ b/doc/html/boost_asio/reference/socket_base/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_end_of_record.html" title="socket_base::message_end_of_record">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_flags"></a><a class="link" href="message_flags.html" title="socket_base::message_flags">socket_base::message_flags</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546119"></a>
+ <a class="indexterm" name="idp193218656"></a>
Bitmask type for flags that can be passed to send
and receive operations.
</p>
@@ -35,18 +35,18 @@ Bitmask type for flags that can be passed to send
</pre>
<h6>
<a name="boost_asio.reference.socket_base.message_flags.h0"></a>
- <span><a name="boost_asio.reference.socket_base.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.socket_base.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.socket_base.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_out_of_band.html b/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
index 58c88c0c1c..169efafed6 100644
--- a/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_flags.html" title="socket_base::message_flags">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_out_of_band"></a><a class="link" href="message_out_of_band.html" title="socket_base::message_out_of_band">socket_base::message_out_of_band</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546229"></a>
+ <a class="indexterm" name="idp193230928"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_peek.html b/doc/html/boost_asio/reference/socket_base/message_peek.html
index 0e8141bf86..e665517305 100644
--- a/doc/html/boost_asio/reference/socket_base/message_peek.html
+++ b/doc/html/boost_asio/reference/socket_base/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_out_of_band.html" title="socket_base::message_out_of_band">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_peek"></a><a class="link" href="message_peek.html" title="socket_base::message_peek">socket_base::message_peek</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546303"></a>
+ <a class="indexterm" name="idp193239456"></a>
Peek at incoming data without removing it from the
input queue.
</p>
@@ -36,7 +36,7 @@ Peek at incoming data without removing it from the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/non_blocking_io.html b/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
index ef9679eff6..73337c46e4 100644
--- a/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_peek.html" title="socket_base::message_peek">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.non_blocking_io"></a><a class="link" href="non_blocking_io.html" title="socket_base::non_blocking_io">socket_base::non_blocking_io</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546377"></a>
+ <a class="indexterm" name="idp193248224"></a>
(Deprecated: Use non_blocking().) IO control
command to set the blocking mode of the socket.
</p>
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.socket_base.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.socket_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -47,18 +47,18 @@
</pre>
<h6>
<a name="boost_asio.reference.socket_base.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.socket_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html b/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
index 2dd7904e81..7c84091cd4 100644
--- a/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="non_blocking_io.html" title="socket_base::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.receive_buffer_size"></a><a class="link" href="receive_buffer_size.html" title="socket_base::receive_buffer_size">socket_base::receive_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546668"></a>
+ <a class="indexterm" name="idp193282192"></a>
Socket option for the receive buffer size
of a socket.
</p>
@@ -38,7 +38,7 @@ Socket option for the receive buffer size
</p>
<h6>
<a name="boost_asio.reference.socket_base.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.socket_base.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for the receive buffer size
</pre>
<h6>
<a name="boost_asio.reference.socket_base.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.socket_base.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html b/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
index 082ef05f92..4fa3815b41 100644
--- a/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="receive_buffer_size.html" title="socket_base::receive_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.receive_low_watermark"></a><a class="link" href="receive_low_watermark.html" title="socket_base::receive_low_watermark">socket_base::receive_low_watermark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1547143"></a>
+ <a class="indexterm" name="idp193338336"></a>
Socket option for the receive low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">receive_low_watermark</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option for the receive low watermark.
</p>
<h6>
<a name="boost_asio.reference.socket_base.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.socket_base.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option for the receive low watermark.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.socket_base.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/reuse_address.html b/doc/html/boost_asio/reference/socket_base/reuse_address.html
index 8bb07f8c38..6d97412ba5 100644
--- a/doc/html/boost_asio/reference/socket_base/reuse_address.html
+++ b/doc/html/boost_asio/reference/socket_base/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="receive_low_watermark.html" title="socket_base::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.reuse_address"></a><a class="link" href="reuse_address.html" title="socket_base::reuse_address">socket_base::reuse_address</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1547617"></a>
+ <a class="indexterm" name="idp193394640"></a>
Socket option to allow the socket to be bound to
an address that is already in use.
</p>
@@ -38,7 +38,7 @@ Socket option to allow the socket to be bound to
</p>
<h6>
<a name="boost_asio.reference.socket_base.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.socket_base.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option to allow the socket to be bound to
</pre>
<h6>
<a name="boost_asio.reference.socket_base.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.socket_base.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/send_buffer_size.html b/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
index 001966e0f7..dcac9e2e82 100644
--- a/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="reuse_address.html" title="socket_base::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.send_buffer_size"></a><a class="link" href="send_buffer_size.html" title="socket_base::send_buffer_size">socket_base::send_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1548089"></a>
+ <a class="indexterm" name="idp193451088"></a>
Socket option for the send buffer size of a
socket.
</p>
@@ -38,7 +38,7 @@ Socket option for the send buffer size of a
</p>
<h6>
<a name="boost_asio.reference.socket_base.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.socket_base.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for the send buffer size of a
</pre>
<h6>
<a name="boost_asio.reference.socket_base.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.socket_base.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/send_low_watermark.html b/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
index 02daa3f93e..9a8ee2d543 100644
--- a/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="send_buffer_size.html" title="socket_base::send_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.send_low_watermark"></a><a class="link" href="send_low_watermark.html" title="socket_base::send_low_watermark">socket_base::send_low_watermark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1548563"></a>
+ <a class="indexterm" name="idp193507200"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.socket_base.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.socket_base.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.socket_base.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/shutdown_type.html b/doc/html/boost_asio/reference/socket_base/shutdown_type.html
index 45ddcc2ca7..baef53b4db 100644
--- a/doc/html/boost_asio/reference/socket_base/shutdown_type.html
+++ b/doc/html/boost_asio/reference/socket_base/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="send_low_watermark.html" title="socket_base::send_low_watermark">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.socket_base.shutdown_type"></a><a class="link" href="shutdown_type.html" title="socket_base::shutdown_type">socket_base::shutdown_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1549036"></a>
+ <a class="indexterm" name="idp193563440"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1549065"></a>
- <a class="indexterm" name="id1549074"></a>
- <a class="indexterm" name="id1549083"></a>
+ <a class="indexterm" name="idp193566976"></a>
+ <a class="indexterm" name="idp193568080"></a>
+ <a class="indexterm" name="idp193569184"></a>
</p>
<h6>
<a name="boost_asio.reference.socket_base.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.socket_base.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.socket_base.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.socket_base.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -61,7 +61,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/spawn.html b/doc/html/boost_asio/reference/spawn.html
new file mode 100644
index 0000000000..c08464b40c
--- /dev/null
+++ b/doc/html/boost_asio/reference/spawn.html
@@ -0,0 +1,122 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>spawn</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="socket_base/_socket_base.html" title="socket_base::~socket_base">
+<link rel="next" href="spawn/overload1.html" title="spawn (1 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket_base/_socket_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spawn/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.spawn"></a><a class="link" href="spawn.html" title="spawn">spawn</a>
+</h3></div></div></div>
+<p>
+ <a class="indexterm" name="idp193586880"></a>
+Start a new stackful coroutine.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Handler.html" title="Handlers">Handler</a><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="spawn/overload1.html" title="spawn (1 of 4 overloads)">spawn</a><span class="special">(</span>
+ <span class="identifier">Handler</span> <span class="identifier">handler</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="spawn/overload1.html" title="spawn (1 of 4 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="Handler.html" title="Handlers">Handler</a><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="spawn/overload2.html" title="spawn (2 of 4 overloads)">spawn</a><span class="special">(</span>
+ <span class="identifier">basic_yield_context</span><span class="special">&lt;</span> <span class="identifier">Handler</span> <span class="special">&gt;</span> <span class="identifier">ctx</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="spawn/overload2.html" title="spawn (2 of 4 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="spawn/overload3.html" title="spawn (3 of 4 overloads)">spawn</a><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="spawn/overload3.html" title="spawn (3 of 4 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="spawn/overload4.html" title="spawn (4 of 4 overloads)">spawn</a><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="spawn/overload4.html" title="spawn (4 of 4 overloads)">more...</a></em></span>
+</pre>
+<p>
+ The <code class="computeroutput"><span class="identifier">spawn</span><span class="special">()</span></code>
+ function is a high-level wrapper over the Boost.Coroutine library. This function
+ enables programs to implement asynchronous logic in a synchronous manner,
+ as illustrated by the following example:
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">spawn</span><span class="special">(</span><span class="identifier">my_strand</span><span class="special">,</span> <span class="identifier">do_echo</span><span class="special">);</span>
+
+<span class="comment">// ...</span>
+
+<span class="keyword">void</span> <span class="identifier">do_echo</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">yield_context</span> <span class="identifier">yield</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="keyword">try</span>
+ <span class="special">{</span>
+ <span class="keyword">char</span> <span class="identifier">data</span><span class="special">[</span><span class="number">128</span><span class="special">];</span>
+ <span class="keyword">for</span> <span class="special">(;;)</span>
+ <span class="special">{</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">length</span> <span class="special">=</span>
+ <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">);</span>
+
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_write</span><span class="special">(</span><span class="identifier">my_socket</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">length</span><span class="special">),</span> <span class="identifier">yield</span><span class="special">);</span>
+ <span class="special">}</span>
+ <span class="special">}</span>
+ <span class="keyword">catch</span> <span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">exception</span><span class="special">&amp;</span> <span class="identifier">e</span><span class="special">)</span>
+ <span class="special">{</span>
+ <span class="comment">// ...</span>
+ <span class="special">}</span>
+<span class="special">}</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.spawn.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.spawn.requirements"></a></span><a class="link" href="spawn.html#boost_asio.reference.spawn.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/spawn.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="socket_base/_socket_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spawn/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/spawn/overload1.html b/doc/html/boost_asio/reference/spawn/overload1.html
new file mode 100644
index 0000000000..6555c104c4
--- /dev/null
+++ b/doc/html/boost_asio/reference/spawn/overload1.html
@@ -0,0 +1,93 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>spawn (1 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../spawn.html" title="spawn">
+<link rel="prev" href="../spawn.html" title="spawn">
+<link rel="next" href="overload2.html" title="spawn (2 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../spawn.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.spawn.overload1"></a><a class="link" href="overload1.html" title="spawn (1 of 4 overloads)">spawn (1 of 4
+ overloads)</a>
+</h4></div></div></div>
+<p>
+ Start a new stackful coroutine, calling the specified handler when it completes.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Handler.html" title="Handlers">Handler</a><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">spawn</span><span class="special">(</span>
+ <span class="identifier">Handler</span> <span class="identifier">handler</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+</pre>
+<p>
+ This function is used to launch a new coroutine.
+ </p>
+<h6>
+<a name="boost_asio.reference.spawn.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.spawn.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.spawn.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">handler</span></dt>
+<dd>
+<p>
+ A handler to be called when the coroutine exits. More importantly,
+ the handler provides an execution context (via the the handler invocation
+ hook) for the coroutine. The handler must have the signature:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">();</span>
+</pre>
+<p>
+ </p>
+</dd>
+<dt><span class="term">function</span></dt>
+<dd>
+<p>
+ The coroutine function. The function must have the signature:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">function</span><span class="special">(</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+<dt><span class="term">attributes</span></dt>
+<dd><p>
+ Boost.Coroutine attributes used to customise the coroutine.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../spawn.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/spawn/overload2.html b/doc/html/boost_asio/reference/spawn/overload2.html
new file mode 100644
index 0000000000..7e9f98d824
--- /dev/null
+++ b/doc/html/boost_asio/reference/spawn/overload2.html
@@ -0,0 +1,89 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>spawn (2 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../spawn.html" title="spawn">
+<link rel="prev" href="overload1.html" title="spawn (1 of 4 overloads)">
+<link rel="next" href="overload3.html" title="spawn (3 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.spawn.overload2"></a><a class="link" href="overload2.html" title="spawn (2 of 4 overloads)">spawn (2 of 4
+ overloads)</a>
+</h4></div></div></div>
+<p>
+ Start a new stackful coroutine, inheriting the execution context of another.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Handler.html" title="Handlers">Handler</a><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">spawn</span><span class="special">(</span>
+ <span class="identifier">basic_yield_context</span><span class="special">&lt;</span> <span class="identifier">Handler</span> <span class="special">&gt;</span> <span class="identifier">ctx</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+</pre>
+<p>
+ This function is used to launch a new coroutine.
+ </p>
+<h6>
+<a name="boost_asio.reference.spawn.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.spawn.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.spawn.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">ctx</span></dt>
+<dd><p>
+ Identifies the current coroutine as a parent of the new coroutine.
+ This specifies that the new coroutine should inherit the execution
+ context of the parent. For example, if the parent coroutine is executing
+ in a particular strand, then the new coroutine will execute in the
+ same strand.
+ </p></dd>
+<dt><span class="term">function</span></dt>
+<dd>
+<p>
+ The coroutine function. The function must have the signature:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">function</span><span class="special">(</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+<dt><span class="term">attributes</span></dt>
+<dd><p>
+ Boost.Coroutine attributes used to customise the coroutine.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/spawn/overload3.html b/doc/html/boost_asio/reference/spawn/overload3.html
new file mode 100644
index 0000000000..f18e98f1d5
--- /dev/null
+++ b/doc/html/boost_asio/reference/spawn/overload3.html
@@ -0,0 +1,86 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>spawn (3 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../spawn.html" title="spawn">
+<link rel="prev" href="overload2.html" title="spawn (2 of 4 overloads)">
+<link rel="next" href="overload4.html" title="spawn (4 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.spawn.overload3"></a><a class="link" href="overload3.html" title="spawn (3 of 4 overloads)">spawn (3 of 4
+ overloads)</a>
+</h4></div></div></div>
+<p>
+ Start a new stackful coroutine that executes in the context of a strand.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">spawn</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+</pre>
+<p>
+ This function is used to launch a new coroutine.
+ </p>
+<h6>
+<a name="boost_asio.reference.spawn.overload3.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.spawn.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.spawn.overload3.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">strand</span></dt>
+<dd><p>
+ Identifies a strand. By starting multiple coroutines on the same
+ strand, the implementation ensures that none of those coroutines
+ can execute simultaneously.
+ </p></dd>
+<dt><span class="term">function</span></dt>
+<dd>
+<p>
+ The coroutine function. The function must have the signature:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">function</span><span class="special">(</span><span class="identifier">yield_context</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+<dt><span class="term">attributes</span></dt>
+<dd><p>
+ Boost.Coroutine attributes used to customise the coroutine.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/spawn/overload4.html b/doc/html/boost_asio/reference/spawn/overload4.html
new file mode 100644
index 0000000000..7b1a7b7b9f
--- /dev/null
+++ b/doc/html/boost_asio/reference/spawn/overload4.html
@@ -0,0 +1,86 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>spawn (4 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../spawn.html" title="spawn">
+<link rel="prev" href="overload3.html" title="spawn (3 of 4 overloads)">
+<link rel="next" href="../ssl__context.html" title="ssl::context">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.spawn.overload4"></a><a class="link" href="overload4.html" title="spawn (4 of 4 overloads)">spawn (4 of 4
+ overloads)</a>
+</h4></div></div></div>
+<p>
+ Start a new stackful coroutine that executes on a given <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">spawn</span><span class="special">(</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">Function</span> <span class="identifier">function</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span> <span class="special">&amp;</span> <span class="identifier">attributes</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">coroutines</span><span class="special">::</span><span class="identifier">attributes</span><span class="special">());</span>
+</pre>
+<p>
+ This function is used to launch a new coroutine.
+ </p>
+<h6>
+<a name="boost_asio.reference.spawn.overload4.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.spawn.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.spawn.overload4.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">io_service</span></dt>
+<dd><p>
+ Identifies the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> that will run
+ the coroutine. The new coroutine is implicitly given its own strand
+ within this <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
+ </p></dd>
+<dt><span class="term">function</span></dt>
+<dd>
+<p>
+ The coroutine function. The function must have the signature:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">function</span><span class="special">(</span><span class="identifier">yield_context</span> <span class="identifier">yield</span><span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+<dt><span class="term">attributes</span></dt>
+<dd><p>
+ Boost.Coroutine attributes used to customise the coroutine.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../spawn.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context.html b/doc/html/boost_asio/reference/ssl__context.html
index ae19bbe1f4..fb7a2438de 100644
--- a/doc/html/boost_asio/reference/ssl__context.html
+++ b/doc/html/boost_asio/reference/ssl__context.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="socket_base/_socket_base.html" title="socket_base::~socket_base">
-<link rel="next" href="ssl__context/add_verify_path.html" title="ssl::context::add_verify_path">
+<link rel="prev" href="spawn/overload4.html" title="spawn (4 of 4 overloads)">
+<link rel="next" href="ssl__context/add_certificate_authority.html" title="ssl::context::add_certificate_authority">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="socket_base/_socket_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__context/add_verify_path.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="spawn/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__context/add_certificate_authority.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
@@ -32,7 +32,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__context.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.types"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.types"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -129,7 +129,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.member_functions"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.member_functions"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -153,6 +153,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/add_certificate_authority.html" title="ssl::context::add_certificate_authority"><span class="bold"><strong>add_certificate_authority</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Add certification authority for performing verification.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/add_verify_path.html" title="ssl::context::add_verify_path"><span class="bold"><strong>add_verify_path</strong></span></a>
</p>
</td>
@@ -166,6 +178,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/clear_options.html" title="ssl::context::clear_options"><span class="bold"><strong>clear_options</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Clear options on the context.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/context.html" title="ssl::context::context"><span class="bold"><strong>context</strong></span></a>
</p>
</td>
@@ -282,6 +306,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/set_verify_depth.html" title="ssl::context::set_verify_depth"><span class="bold"><strong>set_verify_depth</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the peer verification depth.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/set_verify_mode.html" title="ssl::context::set_verify_mode"><span class="bold"><strong>set_verify_mode</strong></span></a>
</p>
</td>
@@ -294,6 +330,30 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/use_certificate.html" title="ssl::context::use_certificate"><span class="bold"><strong>use_certificate</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Use a certificate from a memory buffer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="ssl__context/use_certificate_chain.html" title="ssl::context::use_certificate_chain"><span class="bold"><strong>use_certificate_chain</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Use a certificate chain from a memory buffer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file"><span class="bold"><strong>use_certificate_chain_file</strong></span></a>
</p>
</td>
@@ -318,6 +378,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/use_private_key.html" title="ssl::context::use_private_key"><span class="bold"><strong>use_private_key</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Use a private key from a memory buffer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/use_private_key_file.html" title="ssl::context::use_private_key_file"><span class="bold"><strong>use_private_key_file</strong></span></a>
</p>
</td>
@@ -330,6 +402,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/use_rsa_private_key.html" title="ssl::context::use_rsa_private_key"><span class="bold"><strong>use_rsa_private_key</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Use an RSA private key from a memory buffer.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file"><span class="bold"><strong>use_rsa_private_key_file</strong></span></a>
</p>
</td>
@@ -342,6 +426,19 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/use_tmp_dh.html" title="ssl::context::use_tmp_dh"><span class="bold"><strong>use_tmp_dh</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Use the specified memory buffer to obtain the temporary Diffie-Hellman
+ parameters.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file"><span class="bold"><strong>use_tmp_dh_file</strong></span></a>
</p>
</td>
@@ -367,7 +464,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.data_members"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.data_members"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -403,6 +500,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context/no_compression.html" title="ssl::context::no_compression"><span class="bold"><strong>no_compression</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable compression. Compression is disabled by default.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context/no_sslv2.html" title="ssl::context::no_sslv2"><span class="bold"><strong>no_sslv2</strong></span></a>
</p>
</td>
@@ -452,18 +561,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context.h3"></a>
- <span><a name="boost_asio.reference.ssl__context.requirements"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.requirements"></a></span><a class="link" href="ssl__context.html#boost_asio.reference.ssl__context.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -471,7 +580,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="socket_base/_socket_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__context/add_verify_path.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="spawn/overload4.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__context/add_certificate_authority.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/_context.html b/doc/html/boost_asio/reference/ssl__context/_context.html
index c5aa598b7a..5a18e6a640 100644
--- a/doc/html/boost_asio/reference/ssl__context/_context.html
+++ b/doc/html/boost_asio/reference/ssl__context/_context.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::~context</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="use_tmp_dh_file/overload2.html" title="ssl::context::use_tmp_dh_file (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context._context"></a><a class="link" href="_context.html" title="ssl::context::~context">ssl::context::~context</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1561537"></a>
+ <a class="indexterm" name="idp195970736"></a>
Destructor.
</p>
<pre class="programlisting"><span class="special">~</span><span class="identifier">context</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Destructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html
new file mode 100644
index 0000000000..52d08b532d
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::add_certificate_authority</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="../ssl__context.html" title="ssl::context">
+<link rel="next" href="add_certificate_authority/overload1.html" title="ssl::context::add_certificate_authority (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../ssl__context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_certificate_authority/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.add_certificate_authority"></a><a class="link" href="add_certificate_authority.html" title="ssl::context::add_certificate_authority">ssl::context::add_certificate_authority</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp194060288"></a>
+Add certification authority for performing
+ verification.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="add_certificate_authority/overload1.html" title="ssl::context::add_certificate_authority (1 of 2 overloads)">add_certificate_authority</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">ca</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="add_certificate_authority/overload1.html" title="ssl::context::add_certificate_authority (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="add_certificate_authority/overload2.html" title="ssl::context::add_certificate_authority (2 of 2 overloads)">add_certificate_authority</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">ca</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="add_certificate_authority/overload2.html" title="ssl::context::add_certificate_authority (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../ssl__context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_certificate_authority/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html
new file mode 100644
index 0000000000..6ea9e910f9
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html
@@ -0,0 +1,89 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::add_certificate_authority (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../add_certificate_authority.html" title="ssl::context::add_certificate_authority">
+<link rel="prev" href="../add_certificate_authority.html" title="ssl::context::add_certificate_authority">
+<link rel="next" href="overload2.html" title="ssl::context::add_certificate_authority (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1"></a><a class="link" href="overload1.html" title="ssl::context::add_certificate_authority (1 of 2 overloads)">ssl::context::add_certificate_authority
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Add certification authority for performing verification.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">add_certificate_authority</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">ca</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to add one trusted certification authority from
+ a memory buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_certificate_authority.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">ca</span></dt>
+<dd><p>
+ The buffer containing the certification authority certificate.
+ The certificate must use the PEM format.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_certificate_authority.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_certificate_authority.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_certificate_authority.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_get_cert_store</span></code>
+ and <code class="computeroutput"><span class="identifier">X509_STORE_add_cert</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html
new file mode 100644
index 0000000000..4d564c0368
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html
@@ -0,0 +1,81 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::add_certificate_authority (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../add_certificate_authority.html" title="ssl::context::add_certificate_authority">
+<link rel="prev" href="overload1.html" title="ssl::context::add_certificate_authority (1 of 2 overloads)">
+<link rel="next" href="../add_verify_path.html" title="ssl::context::add_verify_path">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload2"></a><a class="link" href="overload2.html" title="ssl::context::add_certificate_authority (2 of 2 overloads)">ssl::context::add_certificate_authority
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Add certification authority for performing verification.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">add_certificate_authority</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">ca</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to add one trusted certification authority from
+ a memory buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_certificate_authority.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_certificate_authority.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">ca</span></dt>
+<dd><p>
+ The buffer containing the certification authority certificate.
+ The certificate must use the PEM format.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.add_certificate_authority.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_certificate_authority.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_certificate_authority.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_get_cert_store</span></code>
+ and <code class="computeroutput"><span class="identifier">X509_STORE_add_cert</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_certificate_authority.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_verify_path.html b/doc/html/boost_asio/reference/ssl__context/add_verify_path.html
index d27fc46aa3..fbfe22318c 100644
--- a/doc/html/boost_asio/reference/ssl__context/add_verify_path.html
+++ b/doc/html/boost_asio/reference/ssl__context/add_verify_path.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::add_verify_path</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="add_certificate_authority/overload2.html" title="ssl::context::add_certificate_authority (2 of 2 overloads)">
<link rel="next" href="add_verify_path/overload1.html" title="ssl::context::add_verify_path (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../ssl__context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_verify_path/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="add_certificate_authority/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_verify_path/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.add_verify_path"></a><a class="link" href="add_verify_path.html" title="ssl::context::add_verify_path">ssl::context::add_verify_path</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1550387"></a>
+ <a class="indexterm" name="idp194138896"></a>
Add a directory containing certificate authority
files to be used for performing verification.
</p>
@@ -43,7 +43,7 @@ Add a directory containing certificate authority
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -51,7 +51,7 @@ Add a directory containing certificate authority
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../ssl__context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_verify_path/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="add_certificate_authority/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="add_verify_path/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html b/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html
index 383012c41f..34683841bb 100644
--- a/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::add_verify_path (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../add_verify_path.html" title="ssl::context::add_verify_path">
<link rel="prev" href="../add_verify_path.html" title="ssl::context::add_verify_path">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.add_verify_path.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">path</span></dt>
<dd><p>
The name of a directory containing the certificates.
@@ -55,11 +55,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.add_verify_path.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -68,7 +68,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.add_verify_path.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_verify_path.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.add_verify_path.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_load_verify_locations</span></code>.
@@ -76,7 +76,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html b/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html
index ce551b23cf..8bdcee2cab 100644
--- a/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::add_verify_path (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../add_verify_path.html" title="ssl::context::add_verify_path">
<link rel="prev" href="overload1.html" title="ssl::context::add_verify_path (1 of 2 overloads)">
-<link rel="next" href="../context.html" title="ssl::context::context">
+<link rel="next" href="../clear_options.html" title="ssl::context::clear_options">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../clear_options.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.add_verify_path.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.add_verify_path.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_verify_path.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_verify_path.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_verify_path.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">path</span></dt>
<dd><p>
The name of a directory containing the certificates.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.add_verify_path.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.add_verify_path.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_verify_path.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.add_verify_path.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.add_verify_path.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_load_verify_locations</span></code>.
@@ -68,7 +68,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -76,7 +76,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../add_verify_path.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../clear_options.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/clear_options.html b/doc/html/boost_asio/reference/ssl__context/clear_options.html
new file mode 100644
index 0000000000..72fcd51cd4
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/clear_options.html
@@ -0,0 +1,56 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::clear_options</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="add_verify_path/overload2.html" title="ssl::context::add_verify_path (2 of 2 overloads)">
+<link rel="next" href="clear_options/overload1.html" title="ssl::context::clear_options (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="add_verify_path/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="clear_options/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.clear_options"></a><a class="link" href="clear_options.html" title="ssl::context::clear_options">ssl::context::clear_options</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp194219168"></a>
+Clear options on the context.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="clear_options/overload1.html" title="ssl::context::clear_options (1 of 2 overloads)">clear_options</a><span class="special">(</span>
+ <span class="identifier">options</span> <span class="identifier">o</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="clear_options/overload1.html" title="ssl::context::clear_options (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="clear_options/overload2.html" title="ssl::context::clear_options (2 of 2 overloads)">clear_options</a><span class="special">(</span>
+ <span class="identifier">options</span> <span class="identifier">o</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="clear_options/overload2.html" title="ssl::context::clear_options (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="add_verify_path/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="clear_options/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html b/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html
new file mode 100644
index 0000000000..a145878865
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html
@@ -0,0 +1,88 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::clear_options (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../clear_options.html" title="ssl::context::clear_options">
+<link rel="prev" href="../clear_options.html" title="ssl::context::clear_options">
+<link rel="next" href="overload2.html" title="ssl::context::clear_options (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../clear_options.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../clear_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.clear_options.overload1"></a><a class="link" href="overload1.html" title="ssl::context::clear_options (1 of 2 overloads)">ssl::context::clear_options
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Clear options on the context.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">clear_options</span><span class="special">(</span>
+ <span class="identifier">options</span> <span class="identifier">o</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the SSL options used by the context.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.clear_options.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.clear_options.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.clear_options.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">o</span></dt>
+<dd><p>
+ A bitmask of options. The available option values are defined in
+ the <a class="link" href="../../ssl__context_base.html" title="ssl::context_base"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context_base</span></code></a> class. The
+ specified options, if currently enabled on the context, are cleared.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.clear_options.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.clear_options.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.clear_options.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.clear_options.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.clear_options.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.clear_options.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_clear_options</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../clear_options.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../clear_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html b/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html
new file mode 100644
index 0000000000..d5b1ab8991
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::clear_options (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../clear_options.html" title="ssl::context::clear_options">
+<link rel="prev" href="overload1.html" title="ssl::context::clear_options (1 of 2 overloads)">
+<link rel="next" href="../context.html" title="ssl::context::context">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../clear_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.clear_options.overload2"></a><a class="link" href="overload2.html" title="ssl::context::clear_options (2 of 2 overloads)">ssl::context::clear_options
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Clear options on the context.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">clear_options</span><span class="special">(</span>
+ <span class="identifier">options</span> <span class="identifier">o</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the SSL options used by the context.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.clear_options.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.clear_options.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.clear_options.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">o</span></dt>
+<dd><p>
+ A bitmask of options. The available option values are defined in
+ the <a class="link" href="../../ssl__context_base.html" title="ssl::context_base"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context_base</span></code></a> class. The
+ specified options, if currently enabled on the context, are cleared.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.clear_options.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.clear_options.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.clear_options.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_clear_options</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../clear_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../context.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/context.html b/doc/html/boost_asio/reference/ssl__context/context.html
index c7f353cae7..f97d93c587 100644
--- a/doc/html/boost_asio/reference/ssl__context/context.html
+++ b/doc/html/boost_asio/reference/ssl__context/context.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::context</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="add_verify_path/overload2.html" title="ssl::context::add_verify_path (2 of 2 overloads)">
+<link rel="prev" href="clear_options/overload2.html" title="ssl::context::clear_options (2 of 2 overloads)">
<link rel="next" href="context/overload1.html" title="ssl::context::context (1 of 3 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="add_verify_path/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="context/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="clear_options/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="context/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.context"></a><a class="link" href="context.html" title="ssl::context::context">ssl::context::context</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1551081"></a>
+ <a class="indexterm" name="idp194294560"></a>
Constructor.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="context/overload1.html" title="ssl::context::context (1 of 3 overloads)">context</a><span class="special">(</span>
@@ -52,7 +52,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -60,7 +60,7 @@ Constructor.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="add_verify_path/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="context/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="clear_options/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="context/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/context/overload1.html b/doc/html/boost_asio/reference/ssl__context/context/overload1.html
index 2429648e7d..db0a471d71 100644
--- a/doc/html/boost_asio/reference/ssl__context/context/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/context/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::context (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../context.html" title="ssl::context::context">
<link rel="prev" href="../context.html" title="ssl::context::context">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/context/overload2.html b/doc/html/boost_asio/reference/ssl__context/context/overload2.html
index 5926d528eb..598e9aecac 100644
--- a/doc/html/boost_asio/reference/ssl__context/context/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/context/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::context (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../context.html" title="ssl::context::context">
<link rel="prev" href="overload1.html" title="ssl::context::context (1 of 3 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/context/overload3.html b/doc/html/boost_asio/reference/ssl__context/context/overload3.html
index f22929b71c..81396c1d91 100644
--- a/doc/html/boost_asio/reference/ssl__context/context/overload3.html
+++ b/doc/html/boost_asio/reference/ssl__context/context/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::context (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../context.html" title="ssl::context::context">
<link rel="prev" href="overload2.html" title="ssl::context::context (2 of 3 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.context.overload3.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.context.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__context.context.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.context.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__context.context.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other context object from which the move will occur.
@@ -51,19 +51,19 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.context.overload3.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.context.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__context.context.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.context.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__context.context.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the following operations only are valid for the moved-from
object: * Destruction.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
As a target for move-assignment.
</li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/default_workarounds.html b/doc/html/boost_asio/reference/ssl__context/default_workarounds.html
index a17fe1b56d..901faf996a 100644
--- a/doc/html/boost_asio/reference/ssl__context/default_workarounds.html
+++ b/doc/html/boost_asio/reference/ssl__context/default_workarounds.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::default_workarounds</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="context/overload3.html" title="ssl::context::context (3 of 3 overloads)">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context.default_workarounds"></a><a class="link" href="default_workarounds.html" title="ssl::context::default_workarounds">ssl::context::default_workarounds</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1551624"></a>
+ <a class="indexterm" name="idp194357248"></a>
Implement various bug workarounds.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">default_workarounds</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">default_workarounds</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/file_format.html b/doc/html/boost_asio/reference/ssl__context/file_format.html
index 99da190f5a..42660afa45 100644
--- a/doc/html/boost_asio/reference/ssl__context/file_format.html
+++ b/doc/html/boost_asio/reference/ssl__context/file_format.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::file_format</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="default_workarounds.html" title="ssl::context::default_workarounds">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.ssl__context.file_format"></a><a class="link" href="file_format.html" title="ssl::context::file_format">ssl::context::file_format</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1551698"></a>
+ <a class="indexterm" name="idp194365984"></a>
File format types.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">file_format</span>
</pre>
<p>
- <a class="indexterm" name="id1551727"></a>
- <a class="indexterm" name="id1551736"></a>
+ <a class="indexterm" name="idp194369504"></a>
+ <a class="indexterm" name="idp194370608"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context.file_format.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.file_format.values"></a></span><a class="link" href="file_format.html#boost_asio.reference.ssl__context.file_format.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.file_format.values"></a></span><a class="link" href="file_format.html#boost_asio.reference.ssl__context.file_format.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">asn1</span></dt>
<dd><p>
ASN.1 file.
@@ -56,7 +56,7 @@ File format types.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/impl.html b/doc/html/boost_asio/reference/ssl__context/impl.html
index 4fc1eeccb0..f69fd5bb9b 100644
--- a/doc/html/boost_asio/reference/ssl__context/impl.html
+++ b/doc/html/boost_asio/reference/ssl__context/impl.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::impl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="file_format.html" title="ssl::context::file_format">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.impl"></a><a class="link" href="impl.html" title="ssl::context::impl">ssl::context::impl</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1551825"></a>
+ <a class="indexterm" name="idp194380528"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the underlying implementation in
the native type.
</p>
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/impl_type.html b/doc/html/boost_asio/reference/ssl__context/impl_type.html
index 94574d0d4d..2adb26b367 100644
--- a/doc/html/boost_asio/reference/ssl__context/impl_type.html
+++ b/doc/html/boost_asio/reference/ssl__context/impl_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::impl_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="impl.html" title="ssl::context::impl">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.impl_type"></a><a class="link" href="impl_type.html" title="ssl::context::impl_type">ssl::context::impl_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1551898"></a>
+ <a class="indexterm" name="idp194388912"></a>
(Deprecated: Use native_handle_type.) The native type
of the SSL context.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.ssl__context.impl_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.impl_type.requirements"></a></span><a class="link" href="impl_type.html#boost_asio.reference.ssl__context.impl_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.impl_type.requirements"></a></span><a class="link" href="impl_type.html#boost_asio.reference.ssl__context.impl_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/load_verify_file.html b/doc/html/boost_asio/reference/ssl__context/load_verify_file.html
index d81a2d387e..35d51bbbc8 100644
--- a/doc/html/boost_asio/reference/ssl__context/load_verify_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/load_verify_file.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::load_verify_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="impl_type.html" title="ssl::context::impl_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.load_verify_file"></a><a class="link" href="load_verify_file.html" title="ssl::context::load_verify_file">ssl::context::load_verify_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1552014"></a>
+ <a class="indexterm" name="idp194401936"></a>
Load a certification authority file for performing
verification.
</p>
@@ -43,7 +43,7 @@ Load a certification authority file for performing
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html
index 70f5ee78a4..d2e62ec3ae 100644
--- a/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::load_verify_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../load_verify_file.html" title="ssl::context::load_verify_file">
<link rel="prev" href="../load_verify_file.html" title="ssl::context::load_verify_file">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.load_verify_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of a file containing certification authority certificates
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.load_verify_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.load_verify_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.load_verify_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.load_verify_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_load_verify_locations</span></code>.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html
index 2744f2d87f..bd33c282a9 100644
--- a/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::load_verify_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../load_verify_file.html" title="ssl::context::load_verify_file">
<link rel="prev" href="overload1.html" title="ssl::context::load_verify_file (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.load_verify_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.load_verify_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.load_verify_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.load_verify_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.load_verify_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of a file containing certification authority certificates
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.load_verify_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.load_verify_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.load_verify_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.load_verify_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.load_verify_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_load_verify_locations</span></code>.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/method.html b/doc/html/boost_asio/reference/ssl__context/method.html
index 9a0ed364c9..ddb7e26f04 100644
--- a/doc/html/boost_asio/reference/ssl__context/method.html
+++ b/doc/html/boost_asio/reference/ssl__context/method.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::method</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="load_verify_file/overload2.html" title="ssl::context::load_verify_file (2 of 2 overloads)">
@@ -27,32 +27,38 @@
<a name="boost_asio.reference.ssl__context.method"></a><a class="link" href="method.html" title="ssl::context::method">ssl::context::method</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1552706"></a>
+ <a class="indexterm" name="idp194481536"></a>
Different methods supported by a context.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">method</span>
</pre>
<p>
- <a class="indexterm" name="id1552736"></a>
- <a class="indexterm" name="id1552745"></a>
- <a class="indexterm" name="id1552754"></a>
- <a class="indexterm" name="id1552763"></a>
- <a class="indexterm" name="id1552772"></a>
- <a class="indexterm" name="id1552781"></a>
- <a class="indexterm" name="id1552790"></a>
- <a class="indexterm" name="id1552799"></a>
- <a class="indexterm" name="id1552808"></a>
- <a class="indexterm" name="id1552817"></a>
- <a class="indexterm" name="id1552826"></a>
- <a class="indexterm" name="id1552836"></a>
+ <a class="indexterm" name="idp194485072"></a>
+ <a class="indexterm" name="idp194486176"></a>
+ <a class="indexterm" name="idp194487280"></a>
+ <a class="indexterm" name="idp194488384"></a>
+ <a class="indexterm" name="idp194489488"></a>
+ <a class="indexterm" name="idp194490592"></a>
+ <a class="indexterm" name="idp194491696"></a>
+ <a class="indexterm" name="idp194492800"></a>
+ <a class="indexterm" name="idp194493904"></a>
+ <a class="indexterm" name="idp194495008"></a>
+ <a class="indexterm" name="idp194496112"></a>
+ <a class="indexterm" name="idp194497216"></a>
+ <a class="indexterm" name="idp194498320"></a>
+ <a class="indexterm" name="idp194499424"></a>
+ <a class="indexterm" name="idp194500528"></a>
+ <a class="indexterm" name="idp194501632"></a>
+ <a class="indexterm" name="idp194502736"></a>
+ <a class="indexterm" name="idp194503840"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context.method.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.method.values"></a></span><a class="link" href="method.html#boost_asio.reference.ssl__context.method.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.method.values"></a></span><a class="link" href="method.html#boost_asio.reference.ssl__context.method.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">sslv2</span></dt>
<dd><p>
Generic SSL version 2.
@@ -101,12 +107,36 @@ Different methods supported by a context.
<dd><p>
SSL/TLS server.
</p></dd>
+<dt><span class="term">tlsv11</span></dt>
+<dd><p>
+ Generic TLS version 1.1.
+ </p></dd>
+<dt><span class="term">tlsv11_client</span></dt>
+<dd><p>
+ TLS version 1.1 client.
+ </p></dd>
+<dt><span class="term">tlsv11_server</span></dt>
+<dd><p>
+ TLS version 1.1 server.
+ </p></dd>
+<dt><span class="term">tlsv12</span></dt>
+<dd><p>
+ Generic TLS version 1.2.
+ </p></dd>
+<dt><span class="term">tlsv12_client</span></dt>
+<dd><p>
+ TLS version 1.2 client.
+ </p></dd>
+<dt><span class="term">tlsv12_server</span></dt>
+<dd><p>
+ TLS version 1.2 server.
+ </p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/native_handle.html b/doc/html/boost_asio/reference/ssl__context/native_handle.html
index d42265d2c9..3589155b4f 100644
--- a/doc/html/boost_asio/reference/ssl__context/native_handle.html
+++ b/doc/html/boost_asio/reference/ssl__context/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="method.html" title="ssl::context::method">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.native_handle"></a><a class="link" href="native_handle.html" title="ssl::context::native_handle">ssl::context::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553064"></a>
+ <a class="indexterm" name="idp194539984"></a>
Get the underlying implementation in the native
type.
</p>
@@ -41,7 +41,7 @@ Get the underlying implementation in the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/native_handle_type.html b/doc/html/boost_asio/reference/ssl__context/native_handle_type.html
index c741d4bc98..d277c6ae95 100644
--- a/doc/html/boost_asio/reference/ssl__context/native_handle_type.html
+++ b/doc/html/boost_asio/reference/ssl__context/native_handle_type.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="native_handle.html" title="ssl::context::native_handle">
-<link rel="next" href="no_sslv2.html" title="ssl::context::no_sslv2">
+<link rel="next" href="no_compression.html" title="ssl::context::no_compression">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,32 +20,32 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="native_handle.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="native_handle.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_compression.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.native_handle_type"></a><a class="link" href="native_handle_type.html" title="ssl::context::native_handle_type">ssl::context::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553123"></a>
+ <a class="indexterm" name="idp194546576"></a>
The native handle type of the SSL context.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">SSL_CTX</span> <span class="special">*</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__context.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__context.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__context.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -53,7 +53,7 @@ The native handle type of the SSL context.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="native_handle.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="native_handle.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_compression.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/no_compression.html b/doc/html/boost_asio/reference/ssl__context/no_compression.html
new file mode 100644
index 0000000000..24328929a1
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/no_compression.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::no_compression</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="native_handle_type.html" title="ssl::context::native_handle_type">
+<link rel="next" href="no_sslv2.html" title="ssl::context::no_sslv2">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="native_handle_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.no_compression"></a><a class="link" href="no_compression.html" title="ssl::context::no_compression">ssl::context::no_compression</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp194559488"></a>
+Disable compression. Compression is disabled
+ by default.
+ </p>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_compression</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="native_handle_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/no_sslv2.html b/doc/html/boost_asio/reference/ssl__context/no_sslv2.html
index 296ae2d82b..b962d34297 100644
--- a/doc/html/boost_asio/reference/ssl__context/no_sslv2.html
+++ b/doc/html/boost_asio/reference/ssl__context/no_sslv2.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::no_sslv2</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="native_handle_type.html" title="ssl::context::native_handle_type">
+<link rel="prev" href="no_compression.html" title="ssl::context::no_compression">
<link rel="next" href="no_sslv3.html" title="ssl::context::no_sslv3">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,22 +20,22 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="native_handle_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="no_compression.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.no_sslv2"></a><a class="link" href="no_sslv2.html" title="ssl::context::no_sslv2">ssl::context::no_sslv2</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553240"></a>
+ <a class="indexterm" name="idp194568176"></a>
Disable SSL v2.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_sslv2</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_sslv2</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -43,7 +43,7 @@ Disable SSL v2.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="native_handle_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="no_compression.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/no_sslv3.html b/doc/html/boost_asio/reference/ssl__context/no_sslv3.html
index b495243003..7e99e65295 100644
--- a/doc/html/boost_asio/reference/ssl__context/no_sslv3.html
+++ b/doc/html/boost_asio/reference/ssl__context/no_sslv3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::no_sslv3</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="no_sslv2.html" title="ssl::context::no_sslv2">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context.no_sslv3"></a><a class="link" href="no_sslv3.html" title="ssl::context::no_sslv3">ssl::context::no_sslv3</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553312"></a>
+ <a class="indexterm" name="idp194576880"></a>
Disable SSL v3.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_sslv3</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_sslv3</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html b/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html
index 61295975cf..c0c774ce4e 100644
--- a/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html
+++ b/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::no_tlsv1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="no_sslv3.html" title="ssl::context::no_sslv3">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context.no_tlsv1"></a><a class="link" href="no_tlsv1.html" title="ssl::context::no_tlsv1">ssl::context::no_tlsv1</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553385"></a>
+ <a class="indexterm" name="idp194585584"></a>
Disable TLS v1.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_tlsv1</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_tlsv1</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/operator_eq_.html b/doc/html/boost_asio/reference/ssl__context/operator_eq_.html
index 60b968a02b..8b4d1e9789 100644
--- a/doc/html/boost_asio/reference/ssl__context/operator_eq_.html
+++ b/doc/html/boost_asio/reference/ssl__context/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="no_tlsv1.html" title="ssl::context::no_tlsv1">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.operator_eq_"></a><a class="link" href="operator_eq_.html" title="ssl::context::operator=">ssl::context::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553457"></a>
+ <a class="indexterm" name="idp194594128"></a>
Move-assign a context from another.
</p>
<pre class="programlisting"><span class="identifier">context</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a context from another.
</p>
<h6>
<a name="boost_asio.reference.ssl__context.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.ssl__context.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.ssl__context.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other context object from which the move will occur.
@@ -51,19 +51,19 @@ Move-assign a context from another.
</div>
<h6>
<a name="boost_asio.reference.ssl__context.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.ssl__context.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.ssl__context.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the following operations only are valid for the moved-from
object: * Destruction.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
As a target for move-assignment.
</li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/options.html b/doc/html/boost_asio/reference/ssl__context/options.html
index e3be01c6c0..2240e74d00 100644
--- a/doc/html/boost_asio/reference/ssl__context/options.html
+++ b/doc/html/boost_asio/reference/ssl__context/options.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::options</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="operator_eq_.html" title="ssl::context::operator=">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__context.options"></a><a class="link" href="options.html" title="ssl::context::options">ssl::context::options</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553627"></a>
+ <a class="indexterm" name="idp194613616"></a>
Bitmask type for SSL options.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">int</span> <span class="identifier">options</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">long</span> <span class="identifier">options</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__context.options.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.options.requirements"></a></span><a class="link" href="options.html#boost_asio.reference.ssl__context.options.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.options.requirements"></a></span><a class="link" href="options.html#boost_asio.reference.ssl__context.options.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/password_purpose.html b/doc/html/boost_asio/reference/ssl__context/password_purpose.html
index b177feb1b0..3056fd898b 100644
--- a/doc/html/boost_asio/reference/ssl__context/password_purpose.html
+++ b/doc/html/boost_asio/reference/ssl__context/password_purpose.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::password_purpose</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="options.html" title="ssl::context::options">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.ssl__context.password_purpose"></a><a class="link" href="password_purpose.html" title="ssl::context::password_purpose">ssl::context::password_purpose</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553737"></a>
+ <a class="indexterm" name="idp194625792"></a>
Purpose of PEM password.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">password_purpose</span>
</pre>
<p>
- <a class="indexterm" name="id1553768"></a>
- <a class="indexterm" name="id1553777"></a>
+ <a class="indexterm" name="idp194629312"></a>
+ <a class="indexterm" name="idp194630416"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context.password_purpose.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.password_purpose.values"></a></span><a class="link" href="password_purpose.html#boost_asio.reference.ssl__context.password_purpose.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.password_purpose.values"></a></span><a class="link" href="password_purpose.html#boost_asio.reference.ssl__context.password_purpose.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">for_reading</span></dt>
<dd><p>
The password is needed for reading/decryption.
@@ -56,7 +56,7 @@ Purpose of PEM password.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html
index 261d1a6e8a..e08f6cf057 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_default_verify_paths</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="password_purpose.html" title="ssl::context::password_purpose">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.set_default_verify_paths"></a><a class="link" href="set_default_verify_paths.html" title="ssl::context::set_default_verify_paths">ssl::context::set_default_verify_paths</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1553868"></a>
+ <a class="indexterm" name="idp194640672"></a>
Configures the context to use the default
directories for finding certification authority certificates.
</p>
@@ -41,7 +41,7 @@ Configures the context to use the default
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html
index d40285104a..a359a2c438 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_default_verify_paths (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_default_verify_paths.html" title="ssl::context::set_default_verify_paths">
<link rel="prev" href="../set_default_verify_paths.html" title="ssl::context::set_default_verify_paths">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_default_verify_paths</span></code>.
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html
index e67e79bdf0..c0d90d3051 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_default_verify_paths (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_default_verify_paths.html" title="ssl::context::set_default_verify_paths">
<link rel="prev" href="overload1.html" title="ssl::context::set_default_verify_paths (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_default_verify_paths.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_default_verify_paths.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_default_verify_paths</span></code>.
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_options.html b/doc/html/boost_asio/reference/ssl__context/set_options.html
index d73bb0325c..cc6c610503 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_options.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_options.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_options</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="set_default_verify_paths/overload2.html" title="ssl::context::set_default_verify_paths (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.set_options"></a><a class="link" href="set_options.html" title="ssl::context::set_options">ssl::context::set_options</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1554367"></a>
+ <a class="indexterm" name="idp194696592"></a>
Set options on the context.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_options/overload1.html" title="ssl::context::set_options (1 of 2 overloads)">set_options</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set options on the context.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html
index 9d9b2f1463..b0cb46bc26 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_options (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_options.html" title="ssl::context::set_options">
<link rel="prev" href="../set_options.html" title="ssl::context::set_options">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_options.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_options.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">o</span></dt>
<dd><p>
A bitmask of options. The available option values are defined in
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_options.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_options.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_options.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.set_options.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_options.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_options</span></code>.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html
index 49fbd15036..962fc799f0 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_options (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_options.html" title="ssl::context::set_options">
<link rel="prev" href="overload1.html" title="ssl::context::set_options (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_options.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_options.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">o</span></dt>
<dd><p>
A bitmask of options. The available option values are defined in
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_options.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_options.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_options</span></code>.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_password_callback.html b/doc/html/boost_asio/reference/ssl__context/set_password_callback.html
index 33a5a7fe8a..e49ab576f4 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_password_callback.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_password_callback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_password_callback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="set_options/overload2.html" title="ssl::context::set_options (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.set_password_callback"></a><a class="link" href="set_password_callback.html" title="ssl::context::set_password_callback">ssl::context::set_password_callback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1555024"></a>
+ <a class="indexterm" name="idp194771648"></a>
Set the password callback.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set the password callback.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html
index e3c750256b..ee598e7ddd 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_password_callback (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_password_callback.html" title="ssl::context::set_password_callback">
<link rel="prev" href="../set_password_callback.html" title="ssl::context::set_password_callback">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_password_callback.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -65,11 +65,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_password_callback.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -78,7 +78,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_password_callback.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_password_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_password_callback.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_default_passwd_cb</span></code>.
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html
index f73a3272ba..4451296793 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_password_callback (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_password_callback.html" title="ssl::context::set_password_callback">
<link rel="prev" href="overload1.html" title="ssl::context::set_password_callback (1 of 2 overloads)">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_password_callback.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_password_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_password_callback.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_password_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_password_callback.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_password_callback.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_password_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_password_callback.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_password_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_password_callback.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_default_passwd_cb</span></code>.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html b/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html
index fea24ac519..a3f32db154 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_callback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="set_password_callback/overload2.html" title="ssl::context::set_password_callback (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.set_verify_callback"></a><a class="link" href="set_verify_callback.html" title="ssl::context::set_verify_callback">ssl::context::set_verify_callback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1556191"></a>
+ <a class="indexterm" name="idp194875152"></a>
Set the callback used to verify peer certificates.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set the callback used to verify peer certificates.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html
index 75fae2e949..d2f83a8f73 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_callback (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_callback.html" title="ssl::context::set_verify_callback">
<link rel="prev" href="../set_verify_callback.html" title="ssl::context::set_verify_callback">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -66,11 +66,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_callback.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify</span></code>.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html
index c06be0d92d..8e7b4a3153 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_callback (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_callback.html" title="ssl::context::set_verify_callback">
<link rel="prev" href="overload1.html" title="ssl::context::set_verify_callback (1 of 2 overloads)">
-<link rel="next" href="../set_verify_mode.html" title="ssl::context::set_verify_mode">
+<link rel="next" href="../set_verify_depth.html" title="ssl::context::set_verify_depth">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_callback.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_callback.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -71,7 +71,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_callback.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_callback.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify</span></code>.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -87,7 +87,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html b/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html
new file mode 100644
index 0000000000..f20bf5ebf0
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html
@@ -0,0 +1,56 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::set_verify_depth</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="set_verify_callback/overload2.html" title="ssl::context::set_verify_callback (2 of 2 overloads)">
+<link rel="next" href="set_verify_depth/overload1.html" title="ssl::context::set_verify_depth (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_depth/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.set_verify_depth"></a><a class="link" href="set_verify_depth.html" title="ssl::context::set_verify_depth">ssl::context::set_verify_depth</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp194975376"></a>
+Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_verify_depth/overload1.html" title="ssl::context::set_verify_depth (1 of 2 overloads)">set_verify_depth</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="set_verify_depth/overload1.html" title="ssl::context::set_verify_depth (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="set_verify_depth/overload2.html" title="ssl::context::set_verify_depth (2 of 2 overloads)">set_verify_depth</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="set_verify_depth/overload2.html" title="ssl::context::set_verify_depth (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_depth/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html
new file mode 100644
index 0000000000..7f0fd3c38f
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html
@@ -0,0 +1,88 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::set_verify_depth (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../set_verify_depth.html" title="ssl::context::set_verify_depth">
+<link rel="prev" href="../set_verify_depth.html" title="ssl::context::set_verify_depth">
+<link rel="next" href="overload2.html" title="ssl::context::set_verify_depth (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload1"></a><a class="link" href="overload1.html" title="ssl::context::set_verify_depth (1 of 2 overloads)">ssl::context::set_verify_depth
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">set_verify_depth</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the maximum verification depth
+ allowed by the context.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_depth.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">depth</span></dt>
+<dd><p>
+ Maximum depth for the certificate chain verification that shall
+ be allowed.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_depth.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_depth.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_depth.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify_depth</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html
new file mode 100644
index 0000000000..bea884b4d7
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::set_verify_depth (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../set_verify_depth.html" title="ssl::context::set_verify_depth">
+<link rel="prev" href="overload1.html" title="ssl::context::set_verify_depth (1 of 2 overloads)">
+<link rel="next" href="../set_verify_mode.html" title="ssl::context::set_verify_mode">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload2"></a><a class="link" href="overload2.html" title="ssl::context::set_verify_depth (2 of 2 overloads)">ssl::context::set_verify_depth
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">set_verify_depth</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the maximum verification depth
+ allowed by the context.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_depth.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_depth.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">depth</span></dt>
+<dd><p>
+ Maximum depth for the certificate chain verification that shall
+ be allowed.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.set_verify_depth.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_depth.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_depth.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify_depth</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html b/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html
index f8e628593d..4956e54fba 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_mode</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="set_verify_callback/overload2.html" title="ssl::context::set_verify_callback (2 of 2 overloads)">
+<link rel="prev" href="set_verify_depth/overload2.html" title="ssl::context::set_verify_depth (2 of 2 overloads)">
<link rel="next" href="set_verify_mode/overload1.html" title="ssl::context::set_verify_mode (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_depth/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.set_verify_mode"></a><a class="link" href="set_verify_mode.html" title="ssl::context::set_verify_mode">ssl::context::set_verify_mode</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1557056"></a>
+ <a class="indexterm" name="idp195045136"></a>
Set the peer verification mode.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_verify_mode/overload1.html" title="ssl::context::set_verify_mode (1 of 2 overloads)">set_verify_mode</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set the peer verification mode.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Set the peer verification mode.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_depth/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html b/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html
index 05663d7d6b..140be26d63 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_mode (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_mode.html" title="ssl::context::set_verify_mode">
<link rel="prev" href="../set_verify_mode.html" title="ssl::context::set_verify_mode">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">v</span></dt>
<dd><p>
A bitmask of peer verification modes. See <a class="link" href="../../ssl__verify_mode.html" title="ssl::verify_mode"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_mode</span></code></a> for available
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_mode.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.set_verify_mode.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify</span></code>.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html b/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html
index 684c412c95..7b05827cac 100644
--- a/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::set_verify_mode (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_mode.html" title="ssl::context::set_verify_mode">
<link rel="prev" href="overload1.html" title="ssl::context::set_verify_mode (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_mode.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_mode.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">v</span></dt>
<dd><p>
A bitmask of peer verification modes. See <a class="link" href="../../ssl__verify_mode.html" title="ssl::verify_mode"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_mode</span></code></a> for available
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_mode.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.set_verify_mode.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_verify_mode.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_verify</span></code>.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/single_dh_use.html b/doc/html/boost_asio/reference/ssl__context/single_dh_use.html
index a0cebd2c28..1badd35e16 100644
--- a/doc/html/boost_asio/reference/ssl__context/single_dh_use.html
+++ b/doc/html/boost_asio/reference/ssl__context/single_dh_use.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::single_dh_use</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="set_verify_mode/overload2.html" title="ssl::context::set_verify_mode (2 of 2 overloads)">
-<link rel="next" href="use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">
+<link rel="next" href="use_certificate.html" title="ssl::context::use_certificate">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,22 +20,22 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_mode/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_mode/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.single_dh_use"></a><a class="link" href="single_dh_use.html" title="ssl::context::single_dh_use">ssl::context::single_dh_use</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1557712"></a>
+ <a class="indexterm" name="idp195120608"></a>
Always create a new key when using tmp_dh parameters.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">single_dh_use</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">single_dh_use</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -43,7 +43,7 @@ Always create a new key when using tmp_dh parameters.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_mode/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_mode/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate.html b/doc/html/boost_asio/reference/ssl__context/use_certificate.html
new file mode 100644
index 0000000000..f7593d1d5a
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="single_dh_use.html" title="ssl::context::single_dh_use">
+<link rel="next" href="use_certificate/overload1.html" title="ssl::context::use_certificate (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="single_dh_use.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate"></a><a class="link" href="use_certificate.html" title="ssl::context::use_certificate">ssl::context::use_certificate</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp195129120"></a>
+Use a certificate from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_certificate/overload1.html" title="ssl::context::use_certificate (1 of 2 overloads)">use_certificate</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">certificate</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_certificate/overload1.html" title="ssl::context::use_certificate (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="use_certificate/overload2.html" title="ssl::context::use_certificate (2 of 2 overloads)">use_certificate</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">certificate</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_certificate/overload2.html" title="ssl::context::use_certificate (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="single_dh_use.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html
new file mode 100644
index 0000000000..6cb99f3403
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html
@@ -0,0 +1,92 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_certificate.html" title="ssl::context::use_certificate">
+<link rel="prev" href="../use_certificate.html" title="ssl::context::use_certificate">
+<link rel="next" href="overload2.html" title="ssl::context::use_certificate (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_certificate.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate.overload1"></a><a class="link" href="overload1.html" title="ssl::context::use_certificate (1 of 2 overloads)">ssl::context::use_certificate
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a certificate from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">use_certificate</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">certificate</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a certificate into the context from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">certificate</span></dt>
+<dd><p>
+ The buffer containing the certificate.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The certificate format (ASN.1 or PEM).
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate</span></code>
+ or SSL_CTX_use_certificate_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_certificate.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html
new file mode 100644
index 0000000000..82b730f64a
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html
@@ -0,0 +1,84 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_certificate.html" title="ssl::context::use_certificate">
+<link rel="prev" href="overload1.html" title="ssl::context::use_certificate (1 of 2 overloads)">
+<link rel="next" href="../use_certificate_chain.html" title="ssl::context::use_certificate_chain">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate.overload2"></a><a class="link" href="overload2.html" title="ssl::context::use_certificate (2 of 2 overloads)">ssl::context::use_certificate
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a certificate from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">use_certificate</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">certificate</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a certificate into the context from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">certificate</span></dt>
+<dd><p>
+ The buffer containing the certificate.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The certificate format (ASN.1 or PEM).
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate</span></code>
+ or SSL_CTX_use_certificate_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html
new file mode 100644
index 0000000000..528ff2c042
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate_chain</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="use_certificate/overload2.html" title="ssl::context::use_certificate (2 of 2 overloads)">
+<link rel="next" href="use_certificate_chain/overload1.html" title="ssl::context::use_certificate_chain (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_certificate/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate_chain"></a><a class="link" href="use_certificate_chain.html" title="ssl::context::use_certificate_chain">ssl::context::use_certificate_chain</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp195215216"></a>
+Use a certificate chain from a memory
+ buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_certificate_chain/overload1.html" title="ssl::context::use_certificate_chain (1 of 2 overloads)">use_certificate_chain</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">chain</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_certificate_chain/overload1.html" title="ssl::context::use_certificate_chain (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="use_certificate_chain/overload2.html" title="ssl::context::use_certificate_chain (2 of 2 overloads)">use_certificate_chain</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">chain</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_certificate_chain/overload2.html" title="ssl::context::use_certificate_chain (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_certificate/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html
new file mode 100644
index 0000000000..e589671f90
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html
@@ -0,0 +1,89 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate_chain (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_certificate_chain.html" title="ssl::context::use_certificate_chain">
+<link rel="prev" href="../use_certificate_chain.html" title="ssl::context::use_certificate_chain">
+<link rel="next" href="overload2.html" title="ssl::context::use_certificate_chain (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1"></a><a class="link" href="overload1.html" title="ssl::context::use_certificate_chain (1 of 2 overloads)">ssl::context::use_certificate_chain
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a certificate chain from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">use_certificate_chain</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">chain</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a certificate chain into the context from
+ a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">chain</span></dt>
+<dd><p>
+ The buffer containing the certificate chain. The certificate chain
+ must use the PEM format.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate</span></code>
+ and SSL_CTX_add_extra_chain_cert.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html
new file mode 100644
index 0000000000..e923e1f730
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html
@@ -0,0 +1,81 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_certificate_chain (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_certificate_chain.html" title="ssl::context::use_certificate_chain">
+<link rel="prev" href="overload1.html" title="ssl::context::use_certificate_chain (1 of 2 overloads)">
+<link rel="next" href="../use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_certificate_chain_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload2"></a><a class="link" href="overload2.html" title="ssl::context::use_certificate_chain (2 of 2 overloads)">ssl::context::use_certificate_chain
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a certificate chain from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">use_certificate_chain</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">chain</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a certificate chain into the context from
+ a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">chain</span></dt>
+<dd><p>
+ The buffer containing the certificate chain. The certificate chain
+ must use the PEM format.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_certificate_chain.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate</span></code>
+ and SSL_CTX_add_extra_chain_cert.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_chain.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_certificate_chain_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html
index 730c96781f..cac128187c 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_chain_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="single_dh_use.html" title="ssl::context::single_dh_use">
+<link rel="prev" href="use_certificate_chain/overload2.html" title="ssl::context::use_certificate_chain (2 of 2 overloads)">
<link rel="next" href="use_certificate_chain_file/overload1.html" title="ssl::context::use_certificate_chain_file (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="single_dh_use.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_certificate_chain/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file"></a><a class="link" href="use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">ssl::context::use_certificate_chain_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1557785"></a>
+ <a class="indexterm" name="idp195291152"></a>
Use a certificate chain from a file.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_certificate_chain_file/overload1.html" title="ssl::context::use_certificate_chain_file (1 of 2 overloads)">use_certificate_chain_file</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Use a certificate chain from a file.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Use a certificate chain from a file.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="single_dh_use.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_certificate_chain/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_certificate_chain_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html
index 6ebdae722b..e6faf25253 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_chain_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">
<link rel="prev" href="../use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the certificate. The file must
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate_chain_file</span></code>.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html
index 292babd118..4fdb319157 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_chain_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_certificate_chain_file.html" title="ssl::context::use_certificate_chain_file">
<link rel="prev" href="overload1.html" title="ssl::context::use_certificate_chain_file (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the certificate. The file must
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_chain_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate_chain_file</span></code>.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html
index d4a8775942..0b419ed3c5 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
<link rel="prev" href="use_certificate_chain_file/overload2.html" title="ssl::context::use_certificate_chain_file (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context.use_certificate_file"></a><a class="link" href="use_certificate_file.html" title="ssl::context::use_certificate_file">ssl::context::use_certificate_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1558485"></a>
+ <a class="indexterm" name="idp195371264"></a>
Use a certificate from a file.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_certificate_file/overload1.html" title="ssl::context::use_certificate_file (1 of 2 overloads)">use_certificate_file</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Use a certificate from a file.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html
index 1b088e7c9e..ba7fd0432d 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_certificate_file.html" title="ssl::context::use_certificate_file">
<link rel="prev" href="../use_certificate_file.html" title="ssl::context::use_certificate_file">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the certificate.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_certificate_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate_file</span></code>.
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html
index 54aaf29b39..6ee6cac18c 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_certificate_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_certificate_file.html" title="ssl::context::use_certificate_file">
<link rel="prev" href="overload1.html" title="ssl::context::use_certificate_file (1 of 2 overloads)">
-<link rel="next" href="../use_private_key_file.html" title="ssl::context::use_private_key_file">
+<link rel="next" href="../use_private_key.html" title="ssl::context::use_private_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the certificate.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_certificate_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_certificate_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_certificate_file</span></code>.
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -77,7 +77,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_certificate_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key.html b/doc/html/boost_asio/reference/ssl__context/use_private_key.html
new file mode 100644
index 0000000000..32c8e8f028
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_private_key</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="use_certificate_file/overload2.html" title="ssl::context::use_certificate_file (2 of 2 overloads)">
+<link rel="next" href="use_private_key/overload1.html" title="ssl::context::use_private_key (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_certificate_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.use_private_key"></a><a class="link" href="use_private_key.html" title="ssl::context::use_private_key">ssl::context::use_private_key</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp195461968"></a>
+Use a private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_private_key/overload1.html" title="ssl::context::use_private_key (1 of 2 overloads)">use_private_key</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_private_key/overload1.html" title="ssl::context::use_private_key (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="use_private_key/overload2.html" title="ssl::context::use_private_key (2 of 2 overloads)">use_private_key</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_private_key/overload2.html" title="ssl::context::use_private_key (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_certificate_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html
new file mode 100644
index 0000000000..456d4ed9ce
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html
@@ -0,0 +1,92 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_private_key (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_private_key.html" title="ssl::context::use_private_key">
+<link rel="prev" href="../use_private_key.html" title="ssl::context::use_private_key">
+<link rel="next" href="overload2.html" title="ssl::context::use_private_key (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_private_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_private_key.overload1"></a><a class="link" href="overload1.html" title="ssl::context::use_private_key (1 of 2 overloads)">ssl::context::use_private_key
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">use_private_key</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a private key into the context from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_private_key.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">private_key</span></dt>
+<dd><p>
+ The buffer containing the private key.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The private key format (ASN.1 or PEM).
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_private_key.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_private_key.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_PrivateKey</span></code>
+ or SSL_CTX_use_PrivateKey_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_private_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html
new file mode 100644
index 0000000000..0e71c53d85
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html
@@ -0,0 +1,84 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_private_key (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_private_key.html" title="ssl::context::use_private_key">
+<link rel="prev" href="overload1.html" title="ssl::context::use_private_key (1 of 2 overloads)">
+<link rel="next" href="../use_private_key_file.html" title="ssl::context::use_private_key_file">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_private_key.overload2"></a><a class="link" href="overload2.html" title="ssl::context::use_private_key (2 of 2 overloads)">ssl::context::use_private_key
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use a private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">use_private_key</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load a private key into the context from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_private_key.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">private_key</span></dt>
+<dd><p>
+ The buffer containing the private key.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The private key format (ASN.1 or PEM).
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_private_key.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_PrivateKey</span></code>
+ or SSL_CTX_use_PrivateKey_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html b/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html
index ec0955c3f6..1638c42c7a 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_private_key_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="use_certificate_file/overload2.html" title="ssl::context::use_certificate_file (2 of 2 overloads)">
+<link rel="prev" href="use_private_key/overload2.html" title="ssl::context::use_private_key (2 of 2 overloads)">
<link rel="next" href="use_private_key_file/overload1.html" title="ssl::context::use_private_key_file (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_certificate_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_private_key/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.use_private_key_file"></a><a class="link" href="use_private_key_file.html" title="ssl::context::use_private_key_file">ssl::context::use_private_key_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1559272"></a>
+ <a class="indexterm" name="idp195547952"></a>
Use a private key from a file.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_private_key_file/overload1.html" title="ssl::context::use_private_key_file (1 of 2 overloads)">use_private_key_file</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Use a private key from a file.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -52,7 +52,7 @@ Use a private key from a file.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_certificate_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_private_key/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html
index d1a18bc81b..35fece2929 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_private_key_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_private_key_file.html" title="ssl::context::use_private_key_file">
<link rel="prev" href="../use_private_key_file.html" title="ssl::context::use_private_key_file">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the private key.
@@ -56,11 +56,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -69,7 +69,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_private_key_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_PrivateKey_file</span></code>.
@@ -77,7 +77,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html
index 918dcc019f..1c534feef2 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_private_key_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_private_key_file.html" title="ssl::context::use_private_key_file">
<link rel="prev" href="overload1.html" title="ssl::context::use_private_key_file (1 of 2 overloads)">
-<link rel="next" href="../use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">
+<link rel="next" href="../use_rsa_private_key.html" title="ssl::context::use_rsa_private_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the private key.
@@ -61,7 +61,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_private_key_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_private_key_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_PrivateKey_file</span></code>.
@@ -69,7 +69,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -77,7 +77,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html
new file mode 100644
index 0000000000..47c0b43811
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_rsa_private_key</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="use_private_key_file/overload2.html" title="ssl::context::use_private_key_file (2 of 2 overloads)">
+<link rel="next" href="use_rsa_private_key/overload1.html" title="ssl::context::use_rsa_private_key (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key"></a><a class="link" href="use_rsa_private_key.html" title="ssl::context::use_rsa_private_key">ssl::context::use_rsa_private_key</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp195638512"></a>
+Use an RSA private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_rsa_private_key/overload1.html" title="ssl::context::use_rsa_private_key (1 of 2 overloads)">use_rsa_private_key</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_rsa_private_key/overload1.html" title="ssl::context::use_rsa_private_key (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="use_rsa_private_key/overload2.html" title="ssl::context::use_rsa_private_key (2 of 2 overloads)">use_rsa_private_key</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_rsa_private_key/overload2.html" title="ssl::context::use_rsa_private_key (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html
new file mode 100644
index 0000000000..bb71405ade
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html
@@ -0,0 +1,93 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_rsa_private_key (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_rsa_private_key.html" title="ssl::context::use_rsa_private_key">
+<link rel="prev" href="../use_rsa_private_key.html" title="ssl::context::use_rsa_private_key">
+<link rel="next" href="overload2.html" title="ssl::context::use_rsa_private_key (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1"></a><a class="link" href="overload1.html" title="ssl::context::use_rsa_private_key (1 of 2 overloads)">ssl::context::use_rsa_private_key
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use an RSA private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">use_rsa_private_key</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load an RSA private key into the context from
+ a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">private_key</span></dt>
+<dd><p>
+ The buffer containing the RSA private key.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The private key format (ASN.1 or PEM).
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_RSAPrivateKey</span></code>
+ or SSL_CTX_use_RSAPrivateKey_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html
new file mode 100644
index 0000000000..4380569499
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html
@@ -0,0 +1,85 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_rsa_private_key (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_rsa_private_key.html" title="ssl::context::use_rsa_private_key">
+<link rel="prev" href="overload1.html" title="ssl::context::use_rsa_private_key (1 of 2 overloads)">
+<link rel="next" href="../use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload2"></a><a class="link" href="overload2.html" title="ssl::context::use_rsa_private_key (2 of 2 overloads)">ssl::context::use_rsa_private_key
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use an RSA private key from a memory buffer.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">use_rsa_private_key</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">private_key</span><span class="special">,</span>
+ <span class="identifier">file_format</span> <span class="identifier">format</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load an RSA private key into the context from
+ a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">private_key</span></dt>
+<dd><p>
+ The buffer containing the RSA private key.
+ </p></dd>
+<dt><span class="term">format</span></dt>
+<dd><p>
+ The private key format (ASN.1 or PEM).
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_RSAPrivateKey</span></code>
+ or SSL_CTX_use_RSAPrivateKey_ASN1.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html
index cc9a1a6c7f..4c6c1e3759 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_rsa_private_key_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="use_private_key_file/overload2.html" title="ssl::context::use_private_key_file (2 of 2 overloads)">
+<link rel="prev" href="use_rsa_private_key/overload2.html" title="ssl::context::use_rsa_private_key (2 of 2 overloads)">
<link rel="next" href="use_rsa_private_key_file/overload1.html" title="ssl::context::use_rsa_private_key_file (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_rsa_private_key/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file"></a><a class="link" href="use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">ssl::context::use_rsa_private_key_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1560059"></a>
+ <a class="indexterm" name="idp195725024"></a>
Use an RSA private key from a file.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_rsa_private_key_file/overload1.html" title="ssl::context::use_rsa_private_key_file (1 of 2 overloads)">use_rsa_private_key_file</a><span class="special">(</span>
@@ -44,7 +44,7 @@ Use an RSA private key from a file.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -52,7 +52,7 @@ Use an RSA private key from a file.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_rsa_private_key/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_rsa_private_key_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html
index ae2bcb7a56..5c2ce3e768 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_rsa_private_key_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">
<link rel="prev" href="../use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the RSA private key.
@@ -57,11 +57,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -70,7 +70,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_RSAPrivateKey_file</span></code>.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html
index a4f65309f1..249598b624 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_rsa_private_key_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_rsa_private_key_file.html" title="ssl::context::use_rsa_private_key_file">
<link rel="prev" href="overload1.html" title="ssl::context::use_rsa_private_key_file (1 of 2 overloads)">
-<link rel="next" href="../use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">
+<link rel="next" href="../use_tmp_dh.html" title="ssl::context::use_tmp_dh">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the RSA private key.
@@ -62,7 +62,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_rsa_private_key_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_use_RSAPrivateKey_file</span></code>.
@@ -70,7 +70,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -78,7 +78,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_rsa_private_key_file.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html
new file mode 100644
index 0000000000..56206e3bea
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_tmp_dh</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context.html" title="ssl::context">
+<link rel="prev" href="use_rsa_private_key_file/overload2.html" title="ssl::context::use_rsa_private_key_file (2 of 2 overloads)">
+<link rel="next" href="use_tmp_dh/overload1.html" title="ssl::context::use_tmp_dh (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_rsa_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context.use_tmp_dh"></a><a class="link" href="use_tmp_dh.html" title="ssl::context::use_tmp_dh">ssl::context::use_tmp_dh</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp195815792"></a>
+Use the specified memory buffer to obtain the temporary
+ Diffie-Hellman parameters.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="use_tmp_dh/overload1.html" title="ssl::context::use_tmp_dh (1 of 2 overloads)">use_tmp_dh</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">dh</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_tmp_dh/overload1.html" title="ssl::context::use_tmp_dh (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="use_tmp_dh/overload2.html" title="ssl::context::use_tmp_dh (2 of 2 overloads)">use_tmp_dh</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">dh</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_tmp_dh/overload2.html" title="ssl::context::use_tmp_dh (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_rsa_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html
new file mode 100644
index 0000000000..7b37f18419
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html
@@ -0,0 +1,89 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_tmp_dh (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_tmp_dh.html" title="ssl::context::use_tmp_dh">
+<link rel="prev" href="../use_tmp_dh.html" title="ssl::context::use_tmp_dh">
+<link rel="next" href="overload2.html" title="ssl::context::use_tmp_dh (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1"></a><a class="link" href="overload1.html" title="ssl::context::use_tmp_dh (1 of 2 overloads)">ssl::context::use_tmp_dh
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use the specified memory buffer to obtain the temporary Diffie-Hellman
+ parameters.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">use_tmp_dh</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">dh</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load Diffie-Hellman parameters into the context
+ from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">dh</span></dt>
+<dd><p>
+ The memory buffer containing the Diffie-Hellman parameters. The
+ buffer must use the PEM format.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_tmp_dh</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html
new file mode 100644
index 0000000000..f8b04e40e1
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html
@@ -0,0 +1,81 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context::use_tmp_dh (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_tmp_dh.html" title="ssl::context::use_tmp_dh">
+<link rel="prev" href="overload1.html" title="ssl::context::use_tmp_dh (1 of 2 overloads)">
+<link rel="next" href="../use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload2"></a><a class="link" href="overload2.html" title="ssl::context::use_tmp_dh (2 of 2 overloads)">ssl::context::use_tmp_dh
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Use the specified memory buffer to obtain the temporary Diffie-Hellman
+ parameters.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">use_tmp_dh</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">const_buffer</span> <span class="special">&amp;</span> <span class="identifier">dh</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to load Diffie-Hellman parameters into the context
+ from a buffer.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">dh</span></dt>
+<dd><p>
+ The memory buffer containing the Diffie-Hellman parameters. The
+ buffer must use the PEM format.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__context.use_tmp_dh.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_tmp_dh</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_tmp_dh.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../use_tmp_dh_file.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html
index 5a77a5c39c..1c8fc3601d 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_tmp_dh_file</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context.html" title="ssl::context">
-<link rel="prev" href="use_rsa_private_key_file/overload2.html" title="ssl::context::use_rsa_private_key_file (2 of 2 overloads)">
+<link rel="prev" href="use_tmp_dh/overload2.html" title="ssl::context::use_tmp_dh (2 of 2 overloads)">
<link rel="next" href="use_tmp_dh_file/overload1.html" title="ssl::context::use_tmp_dh_file (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_rsa_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_tmp_dh/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file"></a><a class="link" href="use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">ssl::context::use_tmp_dh_file</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1560845"></a>
+ <a class="indexterm" name="idp195890976"></a>
Use the specified file to obtain the temporary
Diffie-Hellman parameters.
</p>
@@ -43,7 +43,7 @@ Use the specified file to obtain the temporary
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -51,7 +51,7 @@ Use the specified file to obtain the temporary
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="use_rsa_private_key_file/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_tmp_dh/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_tmp_dh_file/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html
index 7550d91f10..bfd93e872c 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_tmp_dh_file (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">
<link rel="prev" href="../use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the Diffie-Hellman parameters.
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -66,7 +66,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_tmp_dh</span></code>.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html
index cc91765d93..4537cf27c7 100644
--- a/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context::use_tmp_dh_file (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../use_tmp_dh_file.html" title="ssl::context::use_tmp_dh_file">
<link rel="prev" href="overload1.html" title="ssl::context::use_tmp_dh_file (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">filename</span></dt>
<dd><p>
The name of the file containing the Diffie-Hellman parameters.
@@ -58,7 +58,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.use_tmp_dh_file.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_tmp_dh</span></code>.
@@ -66,7 +66,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base.html b/doc/html/boost_asio/reference/ssl__context_base.html
index 2b38520bab..556428578d 100644
--- a/doc/html/boost_asio/reference/ssl__context_base.html
+++ b/doc/html/boost_asio/reference/ssl__context_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__context/_context.html" title="ssl::context::~context">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__context_base.h0"></a>
- <span><a name="boost_asio.reference.ssl__context_base.types"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.types"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -107,7 +107,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context_base.h1"></a>
- <span><a name="boost_asio.reference.ssl__context_base.protected_member_functions"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.protected_member_functions"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -142,7 +142,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context_base.h2"></a>
- <span><a name="boost_asio.reference.ssl__context_base.data_members"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.data_members"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -178,6 +178,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__context_base/no_compression.html" title="ssl::context_base::no_compression"><span class="bold"><strong>no_compression</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Disable compression. Compression is disabled by default.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__context_base/no_sslv2.html" title="ssl::context_base::no_sslv2"><span class="bold"><strong>no_sslv2</strong></span></a>
</p>
</td>
@@ -227,18 +239,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__context_base.h3"></a>
- <span><a name="boost_asio.reference.ssl__context_base.requirements"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.requirements"></a></span><a class="link" href="ssl__context_base.html#boost_asio.reference.ssl__context_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/_context_base.html b/doc/html/boost_asio/reference/ssl__context_base/_context_base.html
index cfc7c7456c..5ab315f331 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/_context_base.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/_context_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::~context_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="single_dh_use.html" title="ssl::context_base::single_dh_use">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__context_base._context_base"></a><a class="link" href="_context_base.html" title="ssl::context_base::~context_base">ssl::context_base::~context_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1563281"></a>
+ <a class="indexterm" name="idp196200368"></a>
Protected destructor to prevent deletion
through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html b/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html
index 9b12583212..698649a6f3 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::default_workarounds</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="../ssl__context_base.html" title="ssl::context_base">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context_base.default_workarounds"></a><a class="link" href="default_workarounds.html" title="ssl::context_base::default_workarounds">ssl::context_base::default_workarounds</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562183"></a>
+ <a class="indexterm" name="idp196047792"></a>
Implement various bug workarounds.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">default_workarounds</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">default_workarounds</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/file_format.html b/doc/html/boost_asio/reference/ssl__context_base/file_format.html
index 2cc4fc1636..4c9a67dec7 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/file_format.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/file_format.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::file_format</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="default_workarounds.html" title="ssl::context_base::default_workarounds">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.ssl__context_base.file_format"></a><a class="link" href="file_format.html" title="ssl::context_base::file_format">ssl::context_base::file_format</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562258"></a>
+ <a class="indexterm" name="idp196056624"></a>
File format types.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">file_format</span>
</pre>
<p>
- <a class="indexterm" name="id1562288"></a>
- <a class="indexterm" name="id1562297"></a>
+ <a class="indexterm" name="idp196060144"></a>
+ <a class="indexterm" name="idp196061248"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context_base.file_format.h0"></a>
- <span><a name="boost_asio.reference.ssl__context_base.file_format.values"></a></span><a class="link" href="file_format.html#boost_asio.reference.ssl__context_base.file_format.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.file_format.values"></a></span><a class="link" href="file_format.html#boost_asio.reference.ssl__context_base.file_format.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">asn1</span></dt>
<dd><p>
ASN.1 file.
@@ -56,7 +56,7 @@ File format types.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/method.html b/doc/html/boost_asio/reference/ssl__context_base/method.html
index da7153a853..2395d8aec4 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/method.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/method.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::method</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="file_format.html" title="ssl::context_base::file_format">
-<link rel="next" href="no_sslv2.html" title="ssl::context_base::no_sslv2">
+<link rel="next" href="no_compression.html" title="ssl::context_base::no_compression">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,39 +20,45 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="file_format.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="file_format.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_compression.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context_base.method"></a><a class="link" href="method.html" title="ssl::context_base::method">ssl::context_base::method</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562385"></a>
+ <a class="indexterm" name="idp196071280"></a>
Different methods supported by a context.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">method</span>
</pre>
<p>
- <a class="indexterm" name="id1562415"></a>
- <a class="indexterm" name="id1562424"></a>
- <a class="indexterm" name="id1562434"></a>
- <a class="indexterm" name="id1562443"></a>
- <a class="indexterm" name="id1562452"></a>
- <a class="indexterm" name="id1562462"></a>
- <a class="indexterm" name="id1562471"></a>
- <a class="indexterm" name="id1562480"></a>
- <a class="indexterm" name="id1562490"></a>
- <a class="indexterm" name="id1562499"></a>
- <a class="indexterm" name="id1562508"></a>
- <a class="indexterm" name="id1562518"></a>
+ <a class="indexterm" name="idp196074784"></a>
+ <a class="indexterm" name="idp196075792"></a>
+ <a class="indexterm" name="idp196076864"></a>
+ <a class="indexterm" name="idp196077968"></a>
+ <a class="indexterm" name="idp196079072"></a>
+ <a class="indexterm" name="idp196080176"></a>
+ <a class="indexterm" name="idp196081280"></a>
+ <a class="indexterm" name="idp196082384"></a>
+ <a class="indexterm" name="idp196083488"></a>
+ <a class="indexterm" name="idp196084592"></a>
+ <a class="indexterm" name="idp196085696"></a>
+ <a class="indexterm" name="idp196086800"></a>
+ <a class="indexterm" name="idp196087904"></a>
+ <a class="indexterm" name="idp196089008"></a>
+ <a class="indexterm" name="idp196090112"></a>
+ <a class="indexterm" name="idp196091216"></a>
+ <a class="indexterm" name="idp196092320"></a>
+ <a class="indexterm" name="idp196093424"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context_base.method.h0"></a>
- <span><a name="boost_asio.reference.ssl__context_base.method.values"></a></span><a class="link" href="method.html#boost_asio.reference.ssl__context_base.method.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.method.values"></a></span><a class="link" href="method.html#boost_asio.reference.ssl__context_base.method.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">sslv2</span></dt>
<dd><p>
Generic SSL version 2.
@@ -101,12 +107,36 @@ Different methods supported by a context.
<dd><p>
SSL/TLS server.
</p></dd>
+<dt><span class="term">tlsv11</span></dt>
+<dd><p>
+ Generic TLS version 1.1.
+ </p></dd>
+<dt><span class="term">tlsv11_client</span></dt>
+<dd><p>
+ TLS version 1.1 client.
+ </p></dd>
+<dt><span class="term">tlsv11_server</span></dt>
+<dd><p>
+ TLS version 1.1 server.
+ </p></dd>
+<dt><span class="term">tlsv12</span></dt>
+<dd><p>
+ Generic TLS version 1.2.
+ </p></dd>
+<dt><span class="term">tlsv12_client</span></dt>
+<dd><p>
+ TLS version 1.2 client.
+ </p></dd>
+<dt><span class="term">tlsv12_server</span></dt>
+<dd><p>
+ TLS version 1.2 server.
+ </p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -114,7 +144,7 @@ Different methods supported by a context.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="file_format.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="file_format.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_compression.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/no_compression.html b/doc/html/boost_asio/reference/ssl__context_base/no_compression.html
new file mode 100644
index 0000000000..d172595b23
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__context_base/no_compression.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::context_base::no_compression</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
+<link rel="prev" href="method.html" title="ssl::context_base::method">
+<link rel="next" href="no_sslv2.html" title="ssl::context_base::no_sslv2">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="method.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__context_base.no_compression"></a><a class="link" href="no_compression.html" title="ssl::context_base::no_compression">ssl::context_base::no_compression</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp196129648"></a>
+Disable compression. Compression is disabled
+ by default.
+ </p>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_compression</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="method.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html b/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html
index 12edd972d8..f6fda30be9 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::no_sslv2</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
-<link rel="prev" href="method.html" title="ssl::context_base::method">
+<link rel="prev" href="no_compression.html" title="ssl::context_base::no_compression">
<link rel="next" href="no_sslv3.html" title="ssl::context_base::no_sslv3">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,22 +20,22 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="method.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="no_compression.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__context_base.no_sslv2"></a><a class="link" href="no_sslv2.html" title="ssl::context_base::no_sslv2">ssl::context_base::no_sslv2</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562748"></a>
+ <a class="indexterm" name="idp196138448"></a>
Disable SSL v2.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_sslv2</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_sslv2</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -43,7 +43,7 @@ Disable SSL v2.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="method.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="no_compression.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="no_sslv3.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html b/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html
index 72c62c8354..4c558dab5f 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::no_sslv3</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="no_sslv2.html" title="ssl::context_base::no_sslv2">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context_base.no_sslv3"></a><a class="link" href="no_sslv3.html" title="ssl::context_base::no_sslv3">ssl::context_base::no_sslv3</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562820"></a>
+ <a class="indexterm" name="idp196147104"></a>
Disable SSL v3.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_sslv3</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_sslv3</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html b/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html
index fbab6957f0..7434687ae1 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::no_tlsv1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="no_sslv3.html" title="ssl::context_base::no_sslv3">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.ssl__context_base.no_tlsv1"></a><a class="link" href="no_tlsv1.html" title="ssl::context_base::no_tlsv1">ssl::context_base::no_tlsv1</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562893"></a>
+ <a class="indexterm" name="idp196155760"></a>
Disable TLS v1.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">no_tlsv1</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">no_tlsv1</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/options.html b/doc/html/boost_asio/reference/ssl__context_base/options.html
index ef3410e7a6..2ddf8cc78c 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/options.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/options.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::options</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="no_tlsv1.html" title="ssl::context_base::no_tlsv1">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__context_base.options"></a><a class="link" href="options.html" title="ssl::context_base::options">ssl::context_base::options</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1562966"></a>
+ <a class="indexterm" name="idp196164480"></a>
Bitmask type for SSL options.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">int</span> <span class="identifier">options</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">long</span> <span class="identifier">options</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__context_base.options.h0"></a>
- <span><a name="boost_asio.reference.ssl__context_base.options.requirements"></a></span><a class="link" href="options.html#boost_asio.reference.ssl__context_base.options.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.options.requirements"></a></span><a class="link" href="options.html#boost_asio.reference.ssl__context_base.options.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/context_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/context_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html b/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html
index 51f3fac296..fab1a6ae6e 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::password_purpose</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="options.html" title="ssl::context_base::options">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.ssl__context_base.password_purpose"></a><a class="link" href="password_purpose.html" title="ssl::context_base::password_purpose">ssl::context_base::password_purpose</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1563076"></a>
+ <a class="indexterm" name="idp196176800"></a>
Purpose of PEM password.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">password_purpose</span>
</pre>
<p>
- <a class="indexterm" name="id1563107"></a>
- <a class="indexterm" name="id1563116"></a>
+ <a class="indexterm" name="idp196180320"></a>
+ <a class="indexterm" name="idp196181424"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__context_base.password_purpose.h0"></a>
- <span><a name="boost_asio.reference.ssl__context_base.password_purpose.values"></a></span><a class="link" href="password_purpose.html#boost_asio.reference.ssl__context_base.password_purpose.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__context_base.password_purpose.values"></a></span><a class="link" href="password_purpose.html#boost_asio.reference.ssl__context_base.password_purpose.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">for_reading</span></dt>
<dd><p>
The password is needed for reading/decryption.
@@ -56,7 +56,7 @@ Purpose of PEM password.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html b/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html
index 35b73ba8f5..51793c5e4b 100644
--- a/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html
+++ b/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::single_dh_use</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__context_base.html" title="ssl::context_base">
<link rel="prev" href="password_purpose.html" title="ssl::context_base::password_purpose">
@@ -27,16 +27,16 @@
<a name="boost_asio.reference.ssl__context_base.single_dh_use"></a><a class="link" href="single_dh_use.html" title="ssl::context_base::single_dh_use">ssl::context_base::single_dh_use</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1563207"></a>
+ <a class="indexterm" name="idp196191504"></a>
Always create a new key when using tmp_dh
parameters.
</p>
-<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">single_dh_use</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">long</span> <span class="identifier">single_dh_use</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__rfc2818_verification.html b/doc/html/boost_asio/reference/ssl__rfc2818_verification.html
index e77248b6c1..25e416523d 100644
--- a/doc/html/boost_asio/reference/ssl__rfc2818_verification.html
+++ b/doc/html/boost_asio/reference/ssl__rfc2818_verification.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__context_base/_context_base.html" title="ssl::context_base::~context_base">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__rfc2818_verification.h0"></a>
- <span><a name="boost_asio.reference.ssl__rfc2818_verification.types"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__rfc2818_verification.types"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -68,7 +68,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__rfc2818_verification.h1"></a>
- <span><a name="boost_asio.reference.ssl__rfc2818_verification.member_functions"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ssl__rfc2818_verification.member_functions"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -117,7 +117,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__rfc2818_verification.h2"></a>
- <span><a name="boost_asio.reference.ssl__rfc2818_verification.example"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__rfc2818_verification.example"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.example">Example</a>
</h5>
<p>
The following example shows how to synchronously open a secure connection
@@ -148,18 +148,18 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__rfc2818_verification.h3"></a>
- <span><a name="boost_asio.reference.ssl__rfc2818_verification.requirements"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__rfc2818_verification.requirements"></a></span><a class="link" href="ssl__rfc2818_verification.html#boost_asio.reference.ssl__rfc2818_verification.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/rfc2818_verification.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/rfc2818_verification.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html b/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
index ae3ffce412..fba9a2a17e 100644
--- a/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
+++ b/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification::operator()</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
<link rel="prev" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__rfc2818_verification.operator_lp__rp_"></a><a class="link" href="operator_lp__rp_.html" title="ssl::rfc2818_verification::operator()">ssl::rfc2818_verification::operator()</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1564301"></a>
+ <a class="indexterm" name="idp196320976"></a>
Perform certificate verification.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">()(</span>
@@ -37,7 +37,7 @@ Perform certificate verification.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html b/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html
index 682326a364..bcdd3fee3e 100644
--- a/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html
+++ b/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification::result_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
<link rel="prev" href="operator_lp__rp_.html" title="ssl::rfc2818_verification::operator()">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__rfc2818_verification.result_type"></a><a class="link" href="result_type.html" title="ssl::rfc2818_verification::result_type">ssl::rfc2818_verification::result_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1564399"></a>
+ <a class="indexterm" name="idp196332784"></a>
The type of the function object's result.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">bool</span> <span class="identifier">result_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__rfc2818_verification.result_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__rfc2818_verification.result_type.requirements"></a></span><a class="link" href="result_type.html#boost_asio.reference.ssl__rfc2818_verification.result_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__rfc2818_verification.result_type.requirements"></a></span><a class="link" href="result_type.html#boost_asio.reference.ssl__rfc2818_verification.result_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/rfc2818_verification.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/rfc2818_verification.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html b/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html
index 1816b2b563..a8fe149b7e 100644
--- a/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html
+++ b/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification::rfc2818_verification</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
<link rel="prev" href="result_type.html" title="ssl::rfc2818_verification::result_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__rfc2818_verification.rfc2818_verification"></a><a class="link" href="rfc2818_verification.html" title="ssl::rfc2818_verification::rfc2818_verification">ssl::rfc2818_verification::rfc2818_verification</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1564515"></a>
+ <a class="indexterm" name="idp196344992"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">rfc2818_verification</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream.html b/doc/html/boost_asio/reference/ssl__stream.html
index c9c1235346..0da3d7e0b8 100644
--- a/doc/html/boost_asio/reference/ssl__stream.html
+++ b/doc/html/boost_asio/reference/ssl__stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__rfc2818_verification/rfc2818_verification.html" title="ssl::rfc2818_verification::rfc2818_verification">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__stream.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.types"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.types"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -134,7 +134,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__stream.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.member_functions"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.member_functions"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -303,6 +303,18 @@
<tr>
<td>
<p>
+ <a class="link" href="ssl__stream/set_verify_depth.html" title="ssl::stream::set_verify_depth"><span class="bold"><strong>set_verify_depth</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Set the peer verification depth.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="ssl__stream/set_verify_mode.html" title="ssl::stream::set_verify_mode"><span class="bold"><strong>set_verify_mode</strong></span></a>
</p>
</td>
@@ -368,21 +380,20 @@
</p>
<h5>
<a name="boost_asio.reference.ssl__stream.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.thread_safety"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.thread_safety"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe. The application must also ensure that all asynchronous operations
- are performed within the same implicit or explicit strand.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe. The application
+ must also ensure that all asynchronous operations are performed within the
+ same implicit or explicit strand.
</p>
<h5>
<a name="boost_asio.reference.ssl__stream.h3"></a>
- <span><a name="boost_asio.reference.ssl__stream.example"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.example"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.example">Example</a>
</h5>
<p>
To use the SSL stream template with an <code class="computeroutput"><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span></code>, you would write:
@@ -393,18 +404,18 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__stream.h4"></a>
- <span><a name="boost_asio.reference.ssl__stream.requirements"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.requirements"></a></span><a class="link" href="ssl__stream.html#boost_asio.reference.ssl__stream.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/_stream.html b/doc/html/boost_asio/reference/ssl__stream/_stream.html
index dc0161a564..758a9eaaaf 100644
--- a/doc/html/boost_asio/reference/ssl__stream/_stream.html
+++ b/doc/html/boost_asio/reference/ssl__stream/_stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::~stream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="write_some/overload2.html" title="ssl::stream::write_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream._stream"></a><a class="link" href="_stream.html" title="ssl::stream::~stream">ssl::stream::~stream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1573535"></a>
+ <a class="indexterm" name="idp197582272"></a>
Destructor.
</p>
<pre class="programlisting"><span class="special">~</span><span class="identifier">stream</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Destructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_handshake.html b/doc/html/boost_asio/reference/ssl__stream/async_handshake.html
index 585e066a69..5d7ad0c2c3 100644
--- a/doc/html/boost_asio/reference/ssl__stream/async_handshake.html
+++ b/doc/html/boost_asio/reference/ssl__stream/async_handshake.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::async_handshake</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="../ssl__stream.html" title="ssl::stream">
-<link rel="next" href="async_read_some.html" title="ssl::stream::async_read_some">
+<link rel="next" href="async_handshake/overload1.html" title="ssl::stream::async_handshake (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,58 +20,36 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../ssl__stream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../ssl__stream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_handshake/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__stream.async_handshake"></a><a class="link" href="async_handshake.html" title="ssl::stream::async_handshake">ssl::stream::async_handshake</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1565888"></a>
+ <a class="indexterm" name="idp196507248"></a>
Start an asynchronous SSL handshake.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../HandshakeHandler.html" title="SSL handshake handler requirements">HandshakeHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_handshake</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_handshake/overload1.html" title="ssl::stream::async_handshake (1 of 2 overloads)">async_handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
<span class="identifier">HandshakeHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="async_handshake/overload1.html" title="ssl::stream::async_handshake (1 of 2 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">BufferedHandshakeHandler</a><span class="special">&gt;</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <a class="link" href="async_handshake/overload2.html" title="ssl::stream::async_handshake (2 of 2 overloads)">async_handshake</a><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
+ <span class="identifier">BufferedHandshakeHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="async_handshake/overload2.html" title="ssl::stream::async_handshake (2 of 2 overloads)">more...</a></em></span>
</pre>
-<p>
- This function is used to asynchronously perform an SSL handshake on the
- stream. This function call always returns immediately.
- </p>
-<h6>
-<a name="boost_asio.reference.ssl__stream.async_handshake.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_handshake.parameters"></a></span><a class="link" href="async_handshake.html#boost_asio.reference.ssl__stream.async_handshake.parameters">Parameters</a>
- </h6>
-<div class="variablelist">
-<p class="title"><b></b></p>
-<dl>
-<dt><span class="term">type</span></dt>
-<dd><p>
- The type of handshaking to be performed, i.e. as a client or as a
- server.
- </p></dd>
-<dt><span class="term">handler</span></dt>
-<dd>
-<p>
- The handler to be called when the handshake operation completes.
- Copies will be made of the handler as required. The equivalent function
- signature of the handler must be:
-</p>
-<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
- <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span> <span class="comment">// Result of operation.</span>
-<span class="special">);</span>
-</pre>
-<p>
- </p>
-</dd>
-</dl>
-</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -79,7 +57,7 @@ Start an asynchronous SSL handshake.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../ssl__stream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_read_some.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../ssl__stream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_handshake/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html b/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html
new file mode 100644
index 0000000000..6697816918
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html
@@ -0,0 +1,85 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::async_handshake (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../async_handshake.html" title="ssl::stream::async_handshake">
+<link rel="prev" href="../async_handshake.html" title="ssl::stream::async_handshake">
+<link rel="next" href="overload2.html" title="ssl::stream::async_handshake (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../async_handshake.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.async_handshake.overload1"></a><a class="link" href="overload1.html" title="ssl::stream::async_handshake (1 of 2 overloads)">ssl::stream::async_handshake
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Start an asynchronous SSL handshake.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../HandshakeHandler.html" title="SSL handshake handler requirements">HandshakeHandler</a><span class="special">&gt;</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_handshake</span><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="identifier">HandshakeHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to asynchronously perform an SSL handshake on the
+ stream. This function call always returns immediately.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.async_handshake.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_handshake.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.async_handshake.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">type</span></dt>
+<dd><p>
+ The type of handshaking to be performed, i.e. as a client or as
+ a server.
+ </p></dd>
+<dt><span class="term">handler</span></dt>
+<dd>
+<p>
+ The handler to be called when the handshake operation completes.
+ Copies will be made of the handler as required. The equivalent
+ function signature of the handler must be:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span> <span class="comment">// Result of operation.</span>
+<span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../async_handshake.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html b/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html
new file mode 100644
index 0000000000..b1347ea328
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html
@@ -0,0 +1,95 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::async_handshake (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../async_handshake.html" title="ssl::stream::async_handshake">
+<link rel="prev" href="overload1.html" title="ssl::stream::async_handshake (1 of 2 overloads)">
+<link rel="next" href="../async_read_some.html" title="ssl::stream::async_read_some">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_read_some.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.async_handshake.overload2"></a><a class="link" href="overload2.html" title="ssl::stream::async_handshake (2 of 2 overloads)">ssl::stream::async_handshake
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Start an asynchronous SSL handshake.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
+ <span class="keyword">typename</span> <a class="link" href="../../BufferedHandshakeHandler.html" title="Buffered handshake handler requirements">BufferedHandshakeHandler</a><span class="special">&gt;</span>
+<a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_handshake</span><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
+ <span class="identifier">BufferedHandshakeHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to asynchronously perform an SSL handshake on the
+ stream. This function call always returns immediately.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.async_handshake.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_handshake.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.async_handshake.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">type</span></dt>
+<dd><p>
+ The type of handshaking to be performed, i.e. as a client or as
+ a server.
+ </p></dd>
+<dt><span class="term">buffers</span></dt>
+<dd><p>
+ The buffered data to be reused for the handshake. Although the
+ buffers object may be copied as necessary, ownership of the underlying
+ buffers is retained by the caller, which must guarantee that they
+ remain valid until the handler is called.
+ </p></dd>
+<dt><span class="term">handler</span></dt>
+<dd>
+<p>
+ The handler to be called when the handshake operation completes.
+ Copies will be made of the handler as required. The equivalent
+ function signature of the handler must be:
+</p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">,</span> <span class="comment">// Result of operation.</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span> <span class="comment">// Amount of buffers used in handshake.</span>
+<span class="special">);</span>
+</pre>
+<p>
+ </p>
+</dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../async_handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../async_read_some.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_read_some.html b/doc/html/boost_asio/reference/ssl__stream/async_read_some.html
index c10efdb3bd..7838cd5b23 100644
--- a/doc/html/boost_asio/reference/ssl__stream/async_read_some.html
+++ b/doc/html/boost_asio/reference/ssl__stream/async_read_some.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
-<link rel="prev" href="async_handshake.html" title="ssl::stream::async_handshake">
+<link rel="prev" href="async_handshake/overload2.html" title="ssl::stream::async_handshake (2 of 2 overloads)">
<link rel="next" href="async_shutdown.html" title="ssl::stream::async_shutdown">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,20 +20,20 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="async_handshake.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="async_handshake/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__stream.async_read_some"></a><a class="link" href="async_read_some.html" title="ssl::stream::async_read_some">ssl::stream::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1566139"></a>
+ <a class="indexterm" name="idp196607344"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.async_read_some.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.ssl__stream.async_read_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.ssl__stream.async_read_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The buffers into which the data will be read. Although the buffers
@@ -74,7 +74,7 @@ Start an asynchronous read.
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.async_read_some.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.ssl__stream.async_read_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.ssl__stream.async_read_some.remarks">Remarks</a>
</h6>
<p>
The async_read_some operation may not read all of the requested number
@@ -85,7 +85,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -93,7 +93,7 @@ Start an asynchronous read.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="async_handshake.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="async_handshake/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html b/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html
index 83dde2b424..d1d1bcd0d5 100644
--- a/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html
+++ b/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::async_shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="async_read_some.html" title="ssl::stream::async_read_some">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.ssl__stream.async_shutdown"></a><a class="link" href="async_shutdown.html" title="ssl::stream::async_shutdown">ssl::stream::async_shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1566500"></a>
+ <a class="indexterm" name="idp196649728"></a>
Asynchronously shut down SSL on the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ShutdownHandler.html" title="SSL shutdown handler requirements">ShutdownHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_shutdown</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_shutdown</span><span class="special">(</span>
<span class="identifier">ShutdownHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -41,11 +41,11 @@ Asynchronously shut down SSL on the stream.
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.async_shutdown.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_shutdown.parameters"></a></span><a class="link" href="async_shutdown.html#boost_asio.reference.ssl__stream.async_shutdown.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_shutdown.parameters"></a></span><a class="link" href="async_shutdown.html#boost_asio.reference.ssl__stream.async_shutdown.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -65,7 +65,7 @@ Asynchronously shut down SSL on the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/async_write_some.html b/doc/html/boost_asio/reference/ssl__stream/async_write_some.html
index 519754dc9a..53eedbf21b 100644
--- a/doc/html/boost_asio/reference/ssl__stream/async_write_some.html
+++ b/doc/html/boost_asio/reference/ssl__stream/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="async_shutdown.html" title="ssl::stream::async_shutdown">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.ssl__stream.async_write_some"></a><a class="link" href="async_write_some.html" title="ssl::stream::async_write_some">ssl::stream::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1566720"></a>
+ <a class="indexterm" name="idp196675792"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.async_write_some.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.ssl__stream.async_write_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.ssl__stream.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The data to be written to the stream. Although the buffers object
@@ -74,7 +74,7 @@ Start an asynchronous write.
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.async_write_some.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.ssl__stream.async_write_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.ssl__stream.async_write_some.remarks">Remarks</a>
</h6>
<p>
The async_write_some operation may not transmit all of the data to the
@@ -84,7 +84,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/get_io_service.html b/doc/html/boost_asio/reference/ssl__stream/get_io_service.html
index 5f5773e08d..a979ded9f5 100644
--- a/doc/html/boost_asio/reference/ssl__stream/get_io_service.html
+++ b/doc/html/boost_asio/reference/ssl__stream/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="async_write_some.html" title="ssl::stream::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.get_io_service"></a><a class="link" href="get_io_service.html" title="ssl::stream::get_io_service">ssl::stream::get_io_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1567085"></a>
+ <a class="indexterm" name="idp196718128"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.ssl__stream.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.ssl__stream.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake.html b/doc/html/boost_asio/reference/ssl__stream/handshake.html
index cb1ee980b8..784dcb42b1 100644
--- a/doc/html/boost_asio/reference/ssl__stream/handshake.html
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::handshake</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="get_io_service.html" title="ssl::stream::get_io_service">
-<link rel="next" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 2 overloads)">
+<link rel="next" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,22 +27,37 @@
<a name="boost_asio.reference.ssl__stream.handshake"></a><a class="link" href="handshake.html" title="ssl::stream::handshake">ssl::stream::handshake</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1567242"></a>
+ <a class="indexterm" name="idp196736272"></a>
Perform SSL handshaking.
</p>
-<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 2 overloads)">handshake</a><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 2 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">more...</a></em></span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 2 overloads)">handshake</a><span class="special">(</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
- <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 2 overloads)">more...</a></em></span>
+ <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <a class="link" href="handshake/overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">handshake</a><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">more...</a></em></span>
+
+<span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="handshake/overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">handshake</a><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="handshake/overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html b/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html
index fd3386a606..a8f256790d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>ssl::stream::handshake (1 of 2 overloads)</title>
+<title>ssl::stream::handshake (1 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../handshake.html" title="ssl::stream::handshake">
<link rel="prev" href="../handshake.html" title="ssl::stream::handshake">
-<link rel="next" href="overload2.html" title="ssl::stream::handshake (2 of 2 overloads)">
+<link rel="next" href="overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,8 +24,8 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.ssl__stream.handshake.overload1"></a><a class="link" href="overload1.html" title="ssl::stream::handshake (1 of 2 overloads)">ssl::stream::handshake
- (1 of 2 overloads)</a>
+<a name="boost_asio.reference.ssl__stream.handshake.overload1"></a><a class="link" href="overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">ssl::stream::handshake
+ (1 of 4 overloads)</a>
</h5></div></div></div>
<p>
Perform SSL handshaking.
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.handshake.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.handshake.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.handshake.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.handshake.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">type</span></dt>
<dd><p>
The type of handshaking to be performed, i.e. as a client or as
@@ -53,11 +53,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.handshake.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.handshake.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.handshake.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.handshake.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html b/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html
index c4850a8619..2acef6d4f5 100644
--- a/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>ssl::stream::handshake (2 of 2 overloads)</title>
+<title>ssl::stream::handshake (2 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../handshake.html" title="ssl::stream::handshake">
-<link rel="prev" href="overload1.html" title="ssl::stream::handshake (1 of 2 overloads)">
-<link rel="next" href="../handshake_type.html" title="ssl::stream::handshake_type">
+<link rel="prev" href="overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">
+<link rel="next" href="overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,12 +20,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handshake_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.ssl__stream.handshake.overload2"></a><a class="link" href="overload2.html" title="ssl::stream::handshake (2 of 2 overloads)">ssl::stream::handshake
- (2 of 2 overloads)</a>
+<a name="boost_asio.reference.ssl__stream.handshake.overload2"></a><a class="link" href="overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">ssl::stream::handshake
+ (2 of 4 overloads)</a>
</h5></div></div></div>
<p>
Perform SSL handshaking.
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.handshake.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.handshake.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.handshake.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.handshake.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">type</span></dt>
<dd><p>
The type of handshaking to be performed, i.e. as a client or as
@@ -59,7 +59,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -67,7 +67,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handshake_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html b/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html
new file mode 100644
index 0000000000..ee9c2cce96
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html
@@ -0,0 +1,88 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::handshake (3 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../handshake.html" title="ssl::stream::handshake">
+<link rel="prev" href="overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">
+<link rel="next" href="overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.handshake.overload3"></a><a class="link" href="overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">ssl::stream::handshake
+ (3 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Perform SSL handshaking.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">handshake</span><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to perform SSL handshaking on the stream. The function
+ call will block until handshaking is complete or an error occurs.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.handshake.overload3.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__stream.handshake.overload3.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">type</span></dt>
+<dd><p>
+ The type of handshaking to be performed, i.e. as a client or as
+ a server.
+ </p></dd>
+<dt><span class="term">buffers</span></dt>
+<dd><p>
+ The buffered data to be reused for the handshake.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__stream.handshake.overload3.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.ssl__stream.handshake.overload3.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html b/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html
new file mode 100644
index 0000000000..738beacb15
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::handshake (4 of 4 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../handshake.html" title="ssl::stream::handshake">
+<link rel="prev" href="overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">
+<link rel="next" href="../handshake_type.html" title="ssl::stream::handshake_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handshake_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.handshake.overload4"></a><a class="link" href="overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">ssl::stream::handshake
+ (4 of 4 overloads)</a>
+</h5></div></div></div>
+<p>
+ Perform SSL handshaking.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">handshake</span><span class="special">(</span>
+ <span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
+ <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function is used to perform SSL handshaking on the stream. The function
+ call will block until handshaking is complete or an error occurs.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.handshake.overload4.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.ssl__stream.handshake.overload4.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">type</span></dt>
+<dd><p>
+ The type of handshaking to be performed, i.e. as a client or as
+ a server.
+ </p></dd>
+<dt><span class="term">buffers</span></dt>
+<dd><p>
+ The buffered data to be reused for the handshake.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload3.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../handshake.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../handshake_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/handshake_type.html b/doc/html/boost_asio/reference/ssl__stream/handshake_type.html
index 24f026bccf..b468bf9325 100644
--- a/doc/html/boost_asio/reference/ssl__stream/handshake_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream/handshake_type.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::handshake_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
-<link rel="prev" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 2 overloads)">
+<link rel="prev" href="handshake/overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">
<link rel="next" href="impl.html" title="ssl::stream::impl">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,29 +20,29 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="handshake/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="handshake/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__stream.handshake_type"></a><a class="link" href="handshake_type.html" title="ssl::stream::handshake_type">ssl::stream::handshake_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1567766"></a>
+ <a class="indexterm" name="idp196882688"></a>
Different handshake types.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">handshake_type</span>
</pre>
<p>
- <a class="indexterm" name="id1567795"></a>
- <a class="indexterm" name="id1567804"></a>
+ <a class="indexterm" name="idp196886240"></a>
+ <a class="indexterm" name="idp196887248"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.handshake_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.handshake_type.values"></a></span><a class="link" href="handshake_type.html#boost_asio.reference.ssl__stream.handshake_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.handshake_type.values"></a></span><a class="link" href="handshake_type.html#boost_asio.reference.ssl__stream.handshake_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">client</span></dt>
<dd><p>
Perform handshaking as a client.
@@ -56,7 +56,7 @@ Different handshake types.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -64,7 +64,7 @@ Different handshake types.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="handshake/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="handshake/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/impl.html b/doc/html/boost_asio/reference/ssl__stream/impl.html
index f3a96afd10..9582b32e9d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/impl.html
+++ b/doc/html/boost_asio/reference/ssl__stream/impl.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::impl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="handshake_type.html" title="ssl::stream::handshake_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.impl"></a><a class="link" href="impl.html" title="ssl::stream::impl">ssl::stream::impl</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1567895"></a>
+ <a class="indexterm" name="idp196897200"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the underlying implementation in
the native type.
</p>
@@ -41,7 +41,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/impl_type.html b/doc/html/boost_asio/reference/ssl__stream/impl_type.html
index 9e24f94947..fdaec47a37 100644
--- a/doc/html/boost_asio/reference/ssl__stream/impl_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream/impl_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::impl_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="impl.html" title="ssl::stream::impl">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.impl_type"></a><a class="link" href="impl_type.html" title="ssl::stream::impl_type">ssl::stream::impl_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1567968"></a>
+ <a class="indexterm" name="idp196905680"></a>
(Deprecated: Use native_handle_type.) The underlying
implementation type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.ssl__stream.impl_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.impl_type.requirements"></a></span><a class="link" href="impl_type.html#boost_asio.reference.ssl__stream.impl_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.impl_type.requirements"></a></span><a class="link" href="impl_type.html#boost_asio.reference.ssl__stream.impl_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html b/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html
index 8d994966ee..7078374fb0 100644
--- a/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html
+++ b/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="impl_type.html" title="ssl::stream::impl_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.lowest_layer"></a><a class="link" href="lowest_layer.html" title="ssl::stream::lowest_layer">ssl::stream::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1568083"></a>
+ <a class="indexterm" name="idp196918560"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="ssl::stream::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html b/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html
index a15cf50cc0..62eb962603 100644
--- a/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="ssl::stream::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="ssl::stream::lowest_layer">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,7 +48,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html b/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html
index c9f2096a5e..24febe6f2d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="ssl::stream::lowest_layer">
<link rel="prev" href="overload1.html" title="ssl::stream::lowest_layer (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -48,7 +48,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html b/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html
index 3323aae87f..e0bc4fb31d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="lowest_layer/overload2.html" title="ssl::stream::lowest_layer (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__stream.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="ssl::stream::lowest_layer_type">ssl::stream::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1568396"></a>
+ <a class="indexterm" name="idp196953824"></a>
The type of the lowest layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">next_layer_type</span><span class="special">::</span><span class="identifier">lowest_layer_type</span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__stream.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.ssl__stream.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.ssl__stream.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/native_handle.html b/doc/html/boost_asio/reference/ssl__stream/native_handle.html
index d15fde5033..214d50f60e 100644
--- a/doc/html/boost_asio/reference/ssl__stream/native_handle.html
+++ b/doc/html/boost_asio/reference/ssl__stream/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="lowest_layer_type.html" title="ssl::stream::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.native_handle"></a><a class="link" href="native_handle.html" title="ssl::stream::native_handle">ssl::stream::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1568517"></a>
+ <a class="indexterm" name="idp196967088"></a>
Get the underlying implementation in the native
type.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation in the native
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.native_handle.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.native_handle.example"></a></span><a class="link" href="native_handle.html#boost_asio.reference.ssl__stream.native_handle.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.native_handle.example"></a></span><a class="link" href="native_handle.html#boost_asio.reference.ssl__stream.native_handle.example">Example</a>
</h6>
<p>
The <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>
@@ -63,7 +63,7 @@ Get the underlying implementation in the native
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html b/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html
index 066a6f7bde..39f996e489 100644
--- a/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="native_handle.html" title="ssl::stream::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__stream.native_handle_type"></a><a class="link" href="native_handle_type.html" title="ssl::stream::native_handle_type">ssl::stream::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1568911"></a>
+ <a class="indexterm" name="idp197014064"></a>
The native handle type of the SSL stream.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">SSL</span> <span class="special">*</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__stream.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__stream.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__stream.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/next_layer.html b/doc/html/boost_asio/reference/ssl__stream/next_layer.html
index 5ec4bb25f4..b11c8c42b1 100644
--- a/doc/html/boost_asio/reference/ssl__stream/next_layer.html
+++ b/doc/html/boost_asio/reference/ssl__stream/next_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="native_handle_type.html" title="ssl::stream::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.next_layer"></a><a class="link" href="next_layer.html" title="ssl::stream::next_layer">ssl::stream::next_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1569029"></a>
+ <a class="indexterm" name="idp197026912"></a>
Get a reference to the next layer.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">next_layer_type</span> <span class="special">&amp;</span> <a class="link" href="next_layer/overload1.html" title="ssl::stream::next_layer (1 of 2 overloads)">next_layer</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -39,7 +39,7 @@ Get a reference to the next layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html b/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html
index 8b4e1861e5..e45922ed77 100644
--- a/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../next_layer.html" title="ssl::stream::next_layer">
<link rel="prev" href="../next_layer.html" title="ssl::stream::next_layer">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.next_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.next_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.next_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.next_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.next_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -48,7 +48,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html b/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html
index 08a9a987f5..4ee89e123d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../next_layer.html" title="ssl::stream::next_layer">
<link rel="prev" href="overload1.html" title="ssl::stream::next_layer (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.next_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.next_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.next_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.next_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.next_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -48,7 +48,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html b/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html
index dcebbff210..00a8c5c2fe 100644
--- a/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="next_layer/overload2.html" title="ssl::stream::next_layer (2 of 2 overloads)">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__stream.next_layer_type"></a><a class="link" href="next_layer_type.html" title="ssl::stream::next_layer_type">ssl::stream::next_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1569343"></a>
+ <a class="indexterm" name="idp197062128"></a>
The type of the next layer.
</p>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">Stream</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.ssl__stream.next_layer_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.ssl__stream.next_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.next_layer_type.requirements"></a></span><a class="link" href="next_layer_type.html#boost_asio.reference.ssl__stream.next_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/read_some.html b/doc/html/boost_asio/reference/ssl__stream/read_some.html
index 96a2cd029b..114e2a144d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/read_some.html
+++ b/doc/html/boost_asio/reference/ssl__stream/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="next_layer_type.html" title="ssl::stream::next_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.read_some"></a><a class="link" href="read_some.html" title="ssl::stream::read_some">ssl::stream::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1569483"></a>
+ <a class="indexterm" name="idp197076832"></a>
Read some data from the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Read some data from the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html b/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html
index ff13a15f18..f8f358ef5e 100644
--- a/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="ssl::stream::read_some">
<link rel="prev" href="../read_some.html" title="ssl::stream::read_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The buffers into which the data will be read.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.read_some.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html b/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html
index ddfa7948cf..826ac71049 100644
--- a/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="ssl::stream::read_some">
<link rel="prev" href="overload1.html" title="ssl::stream::read_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The buffers into which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.read_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.read_some.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html
index 8931bfd9b2..eef4144b2f 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_callback</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="read_some/overload2.html" title="ssl::stream::read_some (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.set_verify_callback"></a><a class="link" href="set_verify_callback.html" title="ssl::stream::set_verify_callback">ssl::stream::set_verify_callback</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1570326"></a>
+ <a class="indexterm" name="idp197173600"></a>
Set the callback used to verify peer certificates.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Set the callback used to verify peer certificates.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html
index 83389d7476..5c0e3b5756 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_callback (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_callback.html" title="ssl::stream::set_verify_callback">
<link rel="prev" href="../set_verify_callback.html" title="ssl::stream::set_verify_callback">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -66,11 +66,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -79,7 +79,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_callback.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_set_verify</span></code>.
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html
index 2cb560169f..21dbb66b3c 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_callback (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_callback.html" title="ssl::stream::set_verify_callback">
<link rel="prev" href="overload1.html" title="ssl::stream::set_verify_callback (1 of 2 overloads)">
-<link rel="next" href="../set_verify_mode.html" title="ssl::stream::set_verify_mode">
+<link rel="next" href="../set_verify_depth.html" title="ssl::stream::set_verify_depth">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_callback.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_callback.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">callback</span></dt>
<dd>
<p>
@@ -71,7 +71,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_callback.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_callback.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_callback.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_set_verify</span></code>.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -87,7 +87,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_callback.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html
new file mode 100644
index 0000000000..21e932bd29
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html
@@ -0,0 +1,56 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::set_verify_depth</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../ssl__stream.html" title="ssl::stream">
+<link rel="prev" href="set_verify_callback/overload2.html" title="ssl::stream::set_verify_callback (2 of 2 overloads)">
+<link rel="next" href="set_verify_depth/overload1.html" title="ssl::stream::set_verify_depth (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_depth/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.ssl__stream.set_verify_depth"></a><a class="link" href="set_verify_depth.html" title="ssl::stream::set_verify_depth">ssl::stream::set_verify_depth</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp197274096"></a>
+Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_verify_depth/overload1.html" title="ssl::stream::set_verify_depth (1 of 2 overloads)">set_verify_depth</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="set_verify_depth/overload1.html" title="ssl::stream::set_verify_depth (1 of 2 overloads)">more...</a></em></span>
+
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="set_verify_depth/overload2.html" title="ssl::stream::set_verify_depth (2 of 2 overloads)">set_verify_depth</a><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="set_verify_depth/overload2.html" title="ssl::stream::set_verify_depth (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_depth/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html
new file mode 100644
index 0000000000..f79a76fffc
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html
@@ -0,0 +1,88 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::set_verify_depth (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../set_verify_depth.html" title="ssl::stream::set_verify_depth">
+<link rel="prev" href="../set_verify_depth.html" title="ssl::stream::set_verify_depth">
+<link rel="next" href="overload2.html" title="ssl::stream::set_verify_depth (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1"></a><a class="link" href="overload1.html" title="ssl::stream::set_verify_depth (1 of 2 overloads)">ssl::stream::set_verify_depth
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">set_verify_depth</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the maximum verification depth
+ allowed by the stream.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_depth.overload1.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">depth</span></dt>
+<dd><p>
+ Maximum depth for the certificate chain verification that shall
+ be allowed.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_depth.overload1.exceptions">Exceptions</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">boost::system::system_error</span></dt>
+<dd><p>
+ Thrown on failure.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_depth.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_depth.overload1.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_set_verify_depth</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html
new file mode 100644
index 0000000000..97cf139fcd
--- /dev/null
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>ssl::stream::set_verify_depth (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../set_verify_depth.html" title="ssl::stream::set_verify_depth">
+<link rel="prev" href="overload1.html" title="ssl::stream::set_verify_depth (1 of 2 overloads)">
+<link rel="next" href="../set_verify_mode.html" title="ssl::stream::set_verify_mode">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload2"></a><a class="link" href="overload2.html" title="ssl::stream::set_verify_depth (2 of 2 overloads)">ssl::stream::set_verify_depth
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Set the peer verification depth.
+ </p>
+<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">set_verify_depth</span><span class="special">(</span>
+ <span class="keyword">int</span> <span class="identifier">depth</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
+</pre>
+<p>
+ This function may be used to configure the maximum verification depth
+ allowed by the stream.
+ </p>
+<h6>
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload2.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_depth.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_depth.overload2.parameters">Parameters</a>
+ </h6>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl class="variablelist">
+<dt><span class="term">depth</span></dt>
+<dd><p>
+ Maximum depth for the certificate chain verification that shall
+ be allowed.
+ </p></dd>
+<dt><span class="term">ec</span></dt>
+<dd><p>
+ Set to indicate what error occurred, if any.
+ </p></dd>
+</dl>
+</div>
+<h6>
+<a name="boost_asio.reference.ssl__stream.set_verify_depth.overload2.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_depth.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_depth.overload2.remarks">Remarks</a>
+ </h6>
+<p>
+ Calls <code class="computeroutput"><span class="identifier">SSL_set_verify_depth</span></code>.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_verify_depth.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_verify_mode.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html
index afeb567e5e..367adde081 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_mode</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
-<link rel="prev" href="set_verify_callback/overload2.html" title="ssl::stream::set_verify_callback (2 of 2 overloads)">
+<link rel="prev" href="set_verify_depth/overload2.html" title="ssl::stream::set_verify_depth (2 of 2 overloads)">
<link rel="next" href="set_verify_mode/overload1.html" title="ssl::stream::set_verify_mode (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_depth/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__stream.set_verify_mode"></a><a class="link" href="set_verify_mode.html" title="ssl::stream::set_verify_mode">ssl::stream::set_verify_mode</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1571190"></a>
+ <a class="indexterm" name="idp197343792"></a>
Set the peer verification mode.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="set_verify_mode/overload1.html" title="ssl::stream::set_verify_mode (1 of 2 overloads)">set_verify_mode</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Set the peer verification mode.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -50,7 +50,7 @@ Set the peer verification mode.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="set_verify_callback/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="set_verify_depth/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_verify_mode/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html
index 98841ade8d..d73f78232a 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_mode (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_mode.html" title="ssl::stream::set_verify_mode">
<link rel="prev" href="../set_verify_mode.html" title="ssl::stream::set_verify_mode">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">v</span></dt>
<dd><p>
A bitmask of peer verification modes. See <a class="link" href="../../ssl__verify_mode.html" title="ssl::verify_mode"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_mode</span></code></a> for available
@@ -54,11 +54,11 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -67,7 +67,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.set_verify_mode.overload1.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_set_verify</span></code>.
@@ -75,7 +75,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html
index 3fa8232e99..c03e86882f 100644
--- a/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::set_verify_mode (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../set_verify_mode.html" title="ssl::stream::set_verify_mode">
<link rel="prev" href="overload1.html" title="ssl::stream::set_verify_mode (1 of 2 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_mode.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_mode.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">v</span></dt>
<dd><p>
A bitmask of peer verification modes. See <a class="link" href="../../ssl__verify_mode.html" title="ssl::verify_mode"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_mode</span></code></a> for available
@@ -59,7 +59,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_mode.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.set_verify_mode.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.set_verify_mode.overload2.remarks">Remarks</a>
</h6>
<p>
Calls <code class="computeroutput"><span class="identifier">SSL_set_verify</span></code>.
@@ -67,7 +67,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/shutdown.html b/doc/html/boost_asio/reference/ssl__stream/shutdown.html
index 655c9c1a11..0c9584622d 100644
--- a/doc/html/boost_asio/reference/ssl__stream/shutdown.html
+++ b/doc/html/boost_asio/reference/ssl__stream/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="set_verify_mode/overload2.html" title="ssl::stream::set_verify_mode (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.shutdown"></a><a class="link" href="shutdown.html" title="ssl::stream::shutdown">ssl::stream::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1571847"></a>
+ <a class="indexterm" name="idp197418928"></a>
Shut down SSL on the stream.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="shutdown/overload1.html" title="ssl::stream::shutdown (1 of 2 overloads)">shutdown</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Shut down SSL on the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html b/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html
index 6257422579..e4451cde26 100644
--- a/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::shutdown (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="ssl::stream::shutdown">
<link rel="prev" href="../shutdown.html" title="ssl::stream::shutdown">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.shutdown.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.shutdown.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.shutdown.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.shutdown.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html b/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html
index bdf4cbd913..a96b91ebbc 100644
--- a/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::shutdown (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../shutdown.html" title="ssl::stream::shutdown">
<link rel="prev" href="overload1.html" title="ssl::stream::shutdown (1 of 2 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.shutdown.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.shutdown.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.shutdown.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.shutdown.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/stream.html b/doc/html/boost_asio/reference/ssl__stream/stream.html
index e981c7d565..7a1a0feabd 100644
--- a/doc/html/boost_asio/reference/ssl__stream/stream.html
+++ b/doc/html/boost_asio/reference/ssl__stream/stream.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::stream</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="shutdown/overload2.html" title="ssl::stream::shutdown (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.stream"></a><a class="link" href="stream.html" title="ssl::stream::stream">ssl::stream::stream</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1572244"></a>
+ <a class="indexterm" name="idp197464608"></a>
Construct a stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -42,11 +42,11 @@ Construct a stream.
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.stream.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.stream.parameters"></a></span><a class="link" href="stream.html#boost_asio.reference.ssl__stream.stream.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.stream.parameters"></a></span><a class="link" href="stream.html#boost_asio.reference.ssl__stream.stream.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">arg</span></dt>
<dd><p>
The argument to be passed to initialise the underlying stream.
@@ -60,7 +60,7 @@ Construct a stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/write_some.html b/doc/html/boost_asio/reference/ssl__stream/write_some.html
index cdccb4bb53..e1e67bc572 100644
--- a/doc/html/boost_asio/reference/ssl__stream/write_some.html
+++ b/doc/html/boost_asio/reference/ssl__stream/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="stream.html" title="ssl::stream::stream">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream.write_some"></a><a class="link" href="write_some.html" title="ssl::stream::write_some">ssl::stream::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1572419"></a>
+ <a class="indexterm" name="idp197485392"></a>
Write some data to the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Write some data to the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html b/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html
index 1251087a5f..2cc8d4f500 100644
--- a/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="ssl::stream::write_some">
<link rel="prev" href="../write_some.html" title="ssl::stream::write_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The data to be written.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.ssl__stream.write_some.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -86,7 +86,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html b/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html
index 107cd8f565..f931e5bece 100644
--- a/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="ssl::stream::write_some">
<link rel="prev" href="overload1.html" title="ssl::stream::write_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
The data to be written to the stream.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.ssl__stream.write_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.write_some.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream__impl_struct.html b/doc/html/boost_asio/reference/ssl__stream__impl_struct.html
index d526767fa0..e366a69fd5 100644
--- a/doc/html/boost_asio/reference/ssl__stream__impl_struct.html
+++ b/doc/html/boost_asio/reference/ssl__stream__impl_struct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::impl_struct</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__stream/_stream.html" title="ssl::stream::~stream">
@@ -33,7 +33,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__stream__impl_struct.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream__impl_struct.data_members"></a></span><a class="link" href="ssl__stream__impl_struct.html#boost_asio.reference.ssl__stream__impl_struct.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream__impl_struct.data_members"></a></span><a class="link" href="ssl__stream__impl_struct.html#boost_asio.reference.ssl__stream__impl_struct.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -65,18 +65,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__stream__impl_struct.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream__impl_struct.requirements"></a></span><a class="link" href="ssl__stream__impl_struct.html#boost_asio.reference.ssl__stream__impl_struct.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream__impl_struct.requirements"></a></span><a class="link" href="ssl__stream__impl_struct.html#boost_asio.reference.ssl__stream__impl_struct.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html b/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html
index d86f5b9e3a..44eb61b02b 100644
--- a/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html
+++ b/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::impl_struct::ssl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream__impl_struct.html" title="ssl::stream::impl_struct">
<link rel="prev" href="../ssl__stream__impl_struct.html" title="ssl::stream::impl_struct">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.ssl__stream__impl_struct.ssl"></a><a class="link" href="ssl.html" title="ssl::stream::impl_struct::ssl">ssl::stream::impl_struct::ssl</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1573761"></a>
+ <a class="indexterm" name="idp197607840"></a>
</p>
<pre class="programlisting"><span class="identifier">SSL</span> <span class="special">*</span> <span class="identifier">ssl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream_base.html b/doc/html/boost_asio/reference/ssl__stream_base.html
index 048e96d313..899de9a41b 100644
--- a/doc/html/boost_asio/reference/ssl__stream_base.html
+++ b/doc/html/boost_asio/reference/ssl__stream_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__stream__impl_struct/ssl.html" title="ssl::stream::impl_struct::ssl">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__stream_base.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream_base.types"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream_base.types"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -69,7 +69,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__stream_base.h1"></a>
- <span><a name="boost_asio.reference.ssl__stream_base.protected_member_functions"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream_base.protected_member_functions"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -104,18 +104,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__stream_base.h2"></a>
- <span><a name="boost_asio.reference.ssl__stream_base.requirements"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream_base.requirements"></a></span><a class="link" href="ssl__stream_base.html#boost_asio.reference.ssl__stream_base.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/stream_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/stream_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html b/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html
index b56a8dada7..a6e9122bbc 100644
--- a/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html
+++ b/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream_base::~stream_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream_base.html" title="ssl::stream_base">
<link rel="prev" href="handshake_type.html" title="ssl::stream_base::handshake_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__stream_base._stream_base"></a><a class="link" href="_stream_base.html" title="ssl::stream_base::~stream_base">ssl::stream_base::~stream_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1574268"></a>
+ <a class="indexterm" name="idp197665344"></a>
Protected destructor to prevent deletion through
this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion through
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html b/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html
index c3cb927232..8a46d2bc46 100644
--- a/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html
+++ b/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream_base::handshake_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__stream_base.html" title="ssl::stream_base">
<link rel="prev" href="../ssl__stream_base.html" title="ssl::stream_base">
@@ -27,22 +27,22 @@
<a name="boost_asio.reference.ssl__stream_base.handshake_type"></a><a class="link" href="handshake_type.html" title="ssl::stream_base::handshake_type">ssl::stream_base::handshake_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1574137"></a>
+ <a class="indexterm" name="idp197650560"></a>
Different handshake types.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">handshake_type</span>
</pre>
<p>
- <a class="indexterm" name="id1574167"></a>
- <a class="indexterm" name="id1574177"></a>
+ <a class="indexterm" name="idp197654080"></a>
+ <a class="indexterm" name="idp197655184"></a>
</p>
<h6>
<a name="boost_asio.reference.ssl__stream_base.handshake_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__stream_base.handshake_type.values"></a></span><a class="link" href="handshake_type.html#boost_asio.reference.ssl__stream_base.handshake_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__stream_base.handshake_type.values"></a></span><a class="link" href="handshake_type.html#boost_asio.reference.ssl__stream_base.handshake_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">client</span></dt>
<dd><p>
Perform handshaking as a client.
@@ -56,7 +56,7 @@ Different handshake types.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_client_once.html b/doc/html/boost_asio/reference/ssl__verify_client_once.html
index 11a890a4a1..ae9f8c34d4 100644
--- a/doc/html/boost_asio/reference/ssl__verify_client_once.html
+++ b/doc/html/boost_asio/reference/ssl__verify_client_once.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_client_once</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__stream_base/_stream_base.html" title="ssl::stream_base::~stream_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_client_once"></a><a class="link" href="ssl__verify_client_once.html" title="ssl::verify_client_once">ssl::verify_client_once</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1574321"></a>
+ <a class="indexterm" name="idp197671520"></a>
Do not request client certificate on renegotiation.
Ignored unless <a class="link" href="ssl__verify_peer.html" title="ssl::verify_peer"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_peer</span></code></a>
is set.
@@ -36,18 +36,18 @@ Do not request client certificate on renegotiation.
</pre>
<h5>
<a name="boost_asio.reference.ssl__verify_client_once.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_client_once.requirements"></a></span><a class="link" href="ssl__verify_client_once.html#boost_asio.reference.ssl__verify_client_once.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_client_once.requirements"></a></span><a class="link" href="ssl__verify_client_once.html#boost_asio.reference.ssl__verify_client_once.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_context.html b/doc/html/boost_asio/reference/ssl__verify_context.html
index 068d665d8d..cfd782f6c2 100644
--- a/doc/html/boost_asio/reference/ssl__verify_context.html
+++ b/doc/html/boost_asio/reference/ssl__verify_context.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_context</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_client_once.html" title="ssl::verify_client_once">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.ssl__verify_context.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_context.types"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_context.types"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -69,7 +69,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__verify_context.h1"></a>
- <span><a name="boost_asio.reference.ssl__verify_context.member_functions"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_context.member_functions"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -118,7 +118,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.ssl__verify_context.h2"></a>
- <span><a name="boost_asio.reference.ssl__verify_context.remarks"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_context.remarks"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.remarks">Remarks</a>
</h5>
<p>
The <a class="link" href="ssl__verify_context.html" title="ssl::verify_context"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_context</span></code></a>
@@ -126,18 +126,18 @@
</p>
<h5>
<a name="boost_asio.reference.ssl__verify_context.h3"></a>
- <span><a name="boost_asio.reference.ssl__verify_context.requirements"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_context.requirements"></a></span><a class="link" href="ssl__verify_context.html#boost_asio.reference.ssl__verify_context.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html b/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html
index 06412d1225..cf22cdc460 100644
--- a/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html
+++ b/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_context::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__verify_context.html" title="ssl::verify_context">
<link rel="prev" href="../ssl__verify_context.html" title="ssl::verify_context">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_context.native_handle"></a><a class="link" href="native_handle.html" title="ssl::verify_context::native_handle">ssl::verify_context::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1574831"></a>
+ <a class="indexterm" name="idp197729440"></a>
Get the underlying implementation in the
native type.
</p>
@@ -41,7 +41,7 @@ Get the underlying implementation in the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html b/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html
index 3df64ef35b..a7e5b392d0 100644
--- a/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html
+++ b/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_context::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__verify_context.html" title="ssl::verify_context">
<link rel="prev" href="native_handle.html" title="ssl::verify_context::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_context.native_handle_type"></a><a class="link" href="native_handle_type.html" title="ssl::verify_context::native_handle_type">ssl::verify_context::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1574891"></a>
+ <a class="indexterm" name="idp197736112"></a>
The native handle type of the verification
context.
</p>
@@ -35,18 +35,18 @@ The native handle type of the verification
</pre>
<h6>
<a name="boost_asio.reference.ssl__verify_context.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_context.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__verify_context.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_context.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.ssl__verify_context.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_context.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_context.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html b/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html
index a07916707e..ab801cf5e6 100644
--- a/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html
+++ b/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_context::verify_context</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__verify_context.html" title="ssl::verify_context">
<link rel="prev" href="native_handle_type.html" title="ssl::verify_context::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_context.verify_context"></a><a class="link" href="verify_context.html" title="ssl::verify_context::verify_context">ssl::verify_context::verify_context</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1575009"></a>
+ <a class="indexterm" name="idp197749152"></a>
Constructor.
</p>
<pre class="programlisting"><span class="identifier">verify_context</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Constructor.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html b/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html
index 31b008a78f..fbf185d342 100644
--- a/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html
+++ b/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_fail_if_no_peer_cert</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_context/verify_context.html" title="ssl::verify_context::verify_context">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_fail_if_no_peer_cert"></a><a class="link" href="ssl__verify_fail_if_no_peer_cert.html" title="ssl::verify_fail_if_no_peer_cert">ssl::verify_fail_if_no_peer_cert</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1575074"></a>
+ <a class="indexterm" name="idp197756656"></a>
Fail verification if the peer has no certificate.
Ignored unless <a class="link" href="ssl__verify_peer.html" title="ssl::verify_peer"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_peer</span></code></a>
is set.
@@ -36,18 +36,18 @@ Fail verification if the peer has no certificate.
</pre>
<h5>
<a name="boost_asio.reference.ssl__verify_fail_if_no_peer_cert.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_fail_if_no_peer_cert.requirements"></a></span><a class="link" href="ssl__verify_fail_if_no_peer_cert.html#boost_asio.reference.ssl__verify_fail_if_no_peer_cert.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_fail_if_no_peer_cert.requirements"></a></span><a class="link" href="ssl__verify_fail_if_no_peer_cert.html#boost_asio.reference.ssl__verify_fail_if_no_peer_cert.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_mode.html b/doc/html/boost_asio/reference/ssl__verify_mode.html
index 415dbd9a2c..831f4b44d2 100644
--- a/doc/html/boost_asio/reference/ssl__verify_mode.html
+++ b/doc/html/boost_asio/reference/ssl__verify_mode.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_mode</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_fail_if_no_peer_cert.html" title="ssl::verify_fail_if_no_peer_cert">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ssl__verify_mode"></a><a class="link" href="ssl__verify_mode.html" title="ssl::verify_mode">ssl::verify_mode</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1575220"></a>
+ <a class="indexterm" name="idp197772720"></a>
Bitmask type for peer verification.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">int</span> <span class="identifier">verify_mode</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Bitmask type for peer verification.
<p>
Possible values are:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="ssl__verify_none.html" title="ssl::verify_none"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">verify_none</span></code></a>
</li>
@@ -51,18 +51,18 @@ Bitmask type for peer verification.
</ul></div>
<h5>
<a name="boost_asio.reference.ssl__verify_mode.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_mode.requirements"></a></span><a class="link" href="ssl__verify_mode.html#boost_asio.reference.ssl__verify_mode.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_mode.requirements"></a></span><a class="link" href="ssl__verify_mode.html#boost_asio.reference.ssl__verify_mode.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_none.html b/doc/html/boost_asio/reference/ssl__verify_none.html
index 1260da205a..d591233ba5 100644
--- a/doc/html/boost_asio/reference/ssl__verify_none.html
+++ b/doc/html/boost_asio/reference/ssl__verify_none.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_none</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_mode.html" title="ssl::verify_mode">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__verify_none"></a><a class="link" href="ssl__verify_none.html" title="ssl::verify_none">ssl::verify_none</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1575458"></a>
+ <a class="indexterm" name="idp197799968"></a>
No verification.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">verify_none</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.ssl__verify_none.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_none.requirements"></a></span><a class="link" href="ssl__verify_none.html#boost_asio.reference.ssl__verify_none.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_none.requirements"></a></span><a class="link" href="ssl__verify_none.html#boost_asio.reference.ssl__verify_none.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/ssl__verify_peer.html b/doc/html/boost_asio/reference/ssl__verify_peer.html
index aad32978fd..e67cdd7f1a 100644
--- a/doc/html/boost_asio/reference/ssl__verify_peer.html
+++ b/doc/html/boost_asio/reference/ssl__verify_peer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::verify_peer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_none.html" title="ssl::verify_none">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.ssl__verify_peer"></a><a class="link" href="ssl__verify_peer.html" title="ssl::verify_peer">ssl::verify_peer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1575576"></a>
+ <a class="indexterm" name="idp197813072"></a>
Verify the peer.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">verify_peer</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.ssl__verify_peer.h0"></a>
- <span><a name="boost_asio.reference.ssl__verify_peer.requirements"></a></span><a class="link" href="ssl__verify_peer.html#boost_asio.reference.ssl__verify_peer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.ssl__verify_peer.requirements"></a></span><a class="link" href="ssl__verify_peer.html#boost_asio.reference.ssl__verify_peer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/verify_mode.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio/ssl.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/steady_timer.html b/doc/html/boost_asio/reference/steady_timer.html
index b6e4811288..de2740d5dc 100644
--- a/doc/html/boost_asio/reference/steady_timer.html
+++ b/doc/html/boost_asio/reference/steady_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>steady_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="ssl__verify_peer.html" title="ssl::verify_peer">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.steady_timer"></a><a class="link" href="steady_timer.html" title="steady_timer">steady_timer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1575693"></a>
+ <a class="indexterm" name="idp197826176"></a>
Typedef for a timer based on the steady clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_waitable_timer</span><span class="special">&lt;</span> <span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span> <span class="identifier">steady_timer</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.steady_timer.h0"></a>
- <span><a name="boost_asio.reference.steady_timer.types"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.types"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ Typedef for a timer based on the steady clock.
</table></div>
<h5>
<a name="boost_asio.reference.steady_timer.h1"></a>
- <span><a name="boost_asio.reference.steady_timer.member_functions"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.member_functions"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -263,7 +263,7 @@ Typedef for a timer based on the steady clock.
</table></div>
<h5>
<a name="boost_asio.reference.steady_timer.h2"></a>
- <span><a name="boost_asio.reference.steady_timer.protected_member_functions"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.protected_member_functions"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -312,7 +312,7 @@ Typedef for a timer based on the steady clock.
</table></div>
<h5>
<a name="boost_asio.reference.steady_timer.h3"></a>
- <span><a name="boost_asio.reference.steady_timer.protected_data_members"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.protected_data_members"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,11 +372,11 @@ Typedef for a timer based on the steady clock.
the wait operation will complete immediately.
</p>
<p>
- Most applications will use the boost::asio::waitable_timer typedef.
+ Most applications will use one of the <a class="link" href="steady_timer.html" title="steady_timer"><code class="computeroutput"><span class="identifier">steady_timer</span></code></a>, <a class="link" href="system_timer.html" title="system_timer"><code class="computeroutput"><span class="identifier">system_timer</span></code></a> or <a class="link" href="high_resolution_timer.html" title="high_resolution_timer"><code class="computeroutput"><span class="identifier">high_resolution_timer</span></code></a> typedefs.
</p>
<h5>
<a name="boost_asio.reference.steady_timer.h4"></a>
- <span><a name="boost_asio.reference.steady_timer.remarks"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.remarks"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.remarks">Remarks</a>
</h5>
<p>
This waitable timer functionality is for use with the C++11 standard library's
@@ -384,35 +384,33 @@ Typedef for a timer based on the steady clock.
</p>
<h5>
<a name="boost_asio.reference.steady_timer.h5"></a>
- <span><a name="boost_asio.reference.steady_timer.thread_safety"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.thread_safety"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.steady_timer.h6"></a>
- <span><a name="boost_asio.reference.steady_timer.examples"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.examples"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.examples">Examples</a>
</h5>
<p>
- Performing a blocking wait:
+ Performing a blocking wait (C++11):
</p>
<pre class="programlisting"><span class="comment">// Construct a timer without setting an expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="comment">// Set an expiry time relative to now.</span>
-<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
+<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
<span class="comment">// Wait for the timer to expire.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">wait</span><span class="special">();</span>
</pre>
<p>
- Performing an asynchronous wait:
+ Performing an asynchronous wait (C++11):
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -425,16 +423,16 @@ Typedef for a timer based on the steady clock.
<span class="special">...</span>
<span class="comment">// Construct a timer with an absolute expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">time_from_string</span><span class="special">(</span><span class="string">"2005-12-07 23:59:59.000"</span><span class="special">));</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">()</span> <span class="special">+</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">60</span><span class="special">));</span>
<span class="comment">// Start an asynchronous wait.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">async_wait</span><span class="special">(</span><span class="identifier">handler</span><span class="special">);</span>
</pre>
<h5>
<a name="boost_asio.reference.steady_timer.h7"></a>
- <span><a name="boost_asio.reference.steady_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
- an active waitable_timer's expiry time</a>
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
+ an active waitable timer's expiry time</a>
</h5>
<p>
Changing the expiry time of a timer while there are pending asynchronous
@@ -463,7 +461,7 @@ Typedef for a timer based on the steady clock.
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_waitable_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -485,18 +483,18 @@ Typedef for a timer based on the steady clock.
</pre>
<h5>
<a name="boost_asio.reference.steady_timer.h8"></a>
- <span><a name="boost_asio.reference.steady_timer.requirements"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.steady_timer.requirements"></a></span><a class="link" href="steady_timer.html#boost_asio.reference.steady_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/steady_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/steady_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span>None
+ <span class="emphasis"><em>Convenience header: </em></span>None
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/strand.html b/doc/html/boost_asio/reference/strand.html
index 6599ea9308..37931243bf 100644
--- a/doc/html/boost_asio/reference/strand.html
+++ b/doc/html/boost_asio/reference/strand.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>strand</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="steady_timer.html" title="steady_timer">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.strand"></a><a class="link" href="strand.html" title="strand">strand</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1577714"></a>
-Typedef for backwards compatibility.
+ <a class="indexterm" name="idp198071056"></a>
+(Deprecated: Use <a class="link" href="io_service__strand.html" title="io_service::strand"><code class="computeroutput"><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span></code></a>.) Typedef for backwards compatibility.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.strand.h0"></a>
- <span><a name="boost_asio.reference.strand.member_functions"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.strand.member_functions"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -94,6 +94,18 @@ Typedef for backwards compatibility.
<tr>
<td>
<p>
+ <a class="link" href="io_service__strand/running_in_this_thread.html" title="io_service::strand::running_in_this_thread"><span class="bold"><strong>running_in_this_thread</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Determine whether the strand is running in the current thread.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="io_service__strand/strand.html" title="io_service::strand::strand"><span class="bold"><strong>strand</strong></span></a>
</p>
</td>
@@ -137,13 +149,13 @@ Typedef for backwards compatibility.
</p>
<h5>
<a name="boost_asio.reference.strand.h1"></a>
- <span><a name="boost_asio.reference.strand.order_of_handler_invocation"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.order_of_handler_invocation">Order of
+ <span class="phrase"><a name="boost_asio.reference.strand.order_of_handler_invocation"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.order_of_handler_invocation">Order of
handler invocation</a>
</h5>
<p>
Given:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
a strand object <code class="computeroutput"><span class="identifier">s</span></code>
</li>
@@ -169,7 +181,7 @@ Typedef for backwards compatibility.
<p>
if any of the following conditions are true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">s</span><span class="special">.</span><span class="identifier">post</span><span class="special">(</span><span class="identifier">a</span><span class="special">)</span></code>
happens-before <code class="computeroutput"><span class="identifier">s</span><span class="special">.</span><span class="identifier">post</span><span class="special">(</span><span class="identifier">b</span><span class="special">)</span></code>
@@ -210,31 +222,38 @@ Typedef for backwards compatibility.
</p>
<h5>
<a name="boost_asio.reference.strand.h2"></a>
- <span><a name="boost_asio.reference.strand.thread_safety"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.strand.remarks"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.remarks">Remarks</a>
+ </h5>
+<p>
+ The implementation makes no guarantee that handlers posted or dispatched
+ through different <code class="computeroutput"><span class="identifier">strand</span></code>
+ objects will be invoked concurrently.
+ </p>
+<h5>
+<a name="boost_asio.reference.strand.h3"></a>
+ <span class="phrase"><a name="boost_asio.reference.strand.thread_safety"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<h5>
-<a name="boost_asio.reference.strand.h3"></a>
- <span><a name="boost_asio.reference.strand.requirements"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.requirements">Requirements</a>
+<a name="boost_asio.reference.strand.h4"></a>
+ <span class="phrase"><a name="boost_asio.reference.strand.requirements"></a></span><a class="link" href="strand.html#boost_asio.reference.strand.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/strand.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/strand.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service.html b/doc/html/boost_asio/reference/stream_socket_service.html
index 1cb9fcf7c7..98545c9978 100644
--- a/doc/html/boost_asio/reference/stream_socket_service.html
+++ b/doc/html/boost_asio/reference/stream_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="strand.html" title="strand">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.stream_socket_service.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.types"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.types"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.stream_socket_service.h1"></a>
- <span><a name="boost_asio.reference.stream_socket_service.member_functions"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.member_functions"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -276,6 +276,19 @@
<tr>
<td>
<p>
+ <a class="link" href="stream_socket_service/converting_move_construct.html" title="stream_socket_service::converting_move_construct"><span class="bold"><strong>converting_move_construct</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Move-construct a new stream socket implementation from another
+ protocol type.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
<a class="link" href="stream_socket_service/destroy.html" title="stream_socket_service::destroy"><span class="bold"><strong>destroy</strong></span></a>
</p>
</td>
@@ -511,7 +524,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.stream_socket_service.h2"></a>
- <span><a name="boost_asio.reference.stream_socket_service.data_members"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.data_members"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -545,18 +558,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.stream_socket_service.h3"></a>
- <span><a name="boost_asio.reference.stream_socket_service.requirements"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.requirements"></a></span><a class="link" href="stream_socket_service.html#boost_asio.reference.stream_socket_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/assign.html b/doc/html/boost_asio/reference/stream_socket_service/assign.html
index f2dc05b325..dd0bd147f4 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/assign.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="../stream_socket_service.html" title="stream_socket_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.assign"></a><a class="link" href="assign.html" title="stream_socket_service::assign">stream_socket_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1580256"></a>
+ <a class="indexterm" name="idp198378048"></a>
Assign an existing native socket to a stream
socket.
</p>
@@ -40,7 +40,7 @@ Assign an existing native socket to a stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/async_connect.html b/doc/html/boost_asio/reference/stream_socket_service/async_connect.html
index 2b31ae584a..ac0c62f879 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/async_connect.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/async_connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::async_connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="assign.html" title="stream_socket_service::assign">
@@ -27,12 +27,12 @@
<a name="boost_asio.reference.stream_socket_service.async_connect"></a><a class="link" href="async_connect.html" title="stream_socket_service::async_connect">stream_socket_service::async_connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1580440"></a>
+ <a class="indexterm" name="idp198400336"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_connect</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -40,7 +40,7 @@ Start an asynchronous connect.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/async_receive.html b/doc/html/boost_asio/reference/stream_socket_service/async_receive.html
index 2e37b0e091..84be207470 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/async_receive.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/async_receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::async_receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="async_connect.html" title="stream_socket_service::async_connect">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.stream_socket_service.async_receive"></a><a class="link" href="async_receive.html" title="stream_socket_service::async_receive">stream_socket_service::async_receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1580583"></a>
+ <a class="indexterm" name="idp198417824"></a>
Start an asynchronous receive.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_receive</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_receive</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous receive.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/async_send.html b/doc/html/boost_asio/reference/stream_socket_service/async_send.html
index 6ebd1e073a..b592d6cbc8 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/async_send.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/async_send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::async_send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="async_receive.html" title="stream_socket_service::async_receive">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.stream_socket_service.async_send"></a><a class="link" href="async_send.html" title="stream_socket_service::async_send">stream_socket_service::async_send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1580770"></a>
+ <a class="indexterm" name="idp198440448"></a>
Start an asynchronous send.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_send</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span>
@@ -42,7 +42,7 @@ Start an asynchronous send.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/at_mark.html b/doc/html/boost_asio/reference/stream_socket_service/at_mark.html
index d8fd948ef3..54d0204318 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/at_mark.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/at_mark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::at_mark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="async_send.html" title="stream_socket_service::async_send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.at_mark"></a><a class="link" href="at_mark.html" title="stream_socket_service::at_mark">stream_socket_service::at_mark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1580956"></a>
+ <a class="indexterm" name="idp198462992"></a>
Determine whether the socket is at the out-of-band
data mark.
</p>
@@ -38,7 +38,7 @@ Determine whether the socket is at the out-of-band
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/available.html b/doc/html/boost_asio/reference/stream_socket_service/available.html
index 609ccb1072..2bea80772e 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/available.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/available.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::available</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="at_mark.html" title="stream_socket_service::at_mark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.available"></a><a class="link" href="available.html" title="stream_socket_service::available">stream_socket_service::available</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581084"></a>
+ <a class="indexterm" name="idp198478272"></a>
Determine the number of bytes available for
reading.
</p>
@@ -38,7 +38,7 @@ Determine the number of bytes available for
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/bind.html b/doc/html/boost_asio/reference/stream_socket_service/bind.html
index d56c24f369..858629ce21 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/bind.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/bind.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::bind</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="available.html" title="stream_socket_service::available">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.bind"></a><a class="link" href="bind.html" title="stream_socket_service::bind">stream_socket_service::bind</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581220"></a>
+ <a class="indexterm" name="idp198494544"></a>
Bind the stream socket to the specified local
endpoint.
</p>
@@ -39,7 +39,7 @@ Bind the stream socket to the specified local
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/cancel.html b/doc/html/boost_asio/reference/stream_socket_service/cancel.html
index bef41e91bc..da29e71556 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/cancel.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="bind.html" title="stream_socket_service::bind">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.cancel"></a><a class="link" href="cancel.html" title="stream_socket_service::cancel">stream_socket_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581376"></a>
+ <a class="indexterm" name="idp198513152"></a>
Cancel all asynchronous operations associated
with the socket.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/close.html b/doc/html/boost_asio/reference/stream_socket_service/close.html
index 9a4a66aacb..ce68e6b063 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/close.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="cancel.html" title="stream_socket_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.close"></a><a class="link" href="close.html" title="stream_socket_service::close">stream_socket_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581506"></a>
+ <a class="indexterm" name="idp198528800"></a>
Close a stream socket implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a stream socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/connect.html b/doc/html/boost_asio/reference/stream_socket_service/connect.html
index 214fabfa2c..cf131d12cd 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/connect.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/connect.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="close.html" title="stream_socket_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.connect"></a><a class="link" href="connect.html" title="stream_socket_service::connect">stream_socket_service::connect</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581636"></a>
+ <a class="indexterm" name="idp198544256"></a>
Connect the stream socket to the specified
endpoint.
</p>
@@ -39,7 +39,7 @@ Connect the stream socket to the specified
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/construct.html b/doc/html/boost_asio/reference/stream_socket_service/construct.html
index 5bd9b1bc81..30e310fc2a 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/construct.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/construct.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="connect.html" title="stream_socket_service::connect">
-<link rel="next" href="destroy.html" title="stream_socket_service::destroy">
+<link rel="next" href="converting_move_construct.html" title="stream_socket_service::converting_move_construct">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.stream_socket_service.construct"></a><a class="link" href="construct.html" title="stream_socket_service::construct">stream_socket_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581792"></a>
+ <a class="indexterm" name="idp198563024"></a>
Construct a new stream socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new stream socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Construct a new stream socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="connect.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="converting_move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html b/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html
new file mode 100644
index 0000000000..beadf37d9d
--- /dev/null
+++ b/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>stream_socket_service::converting_move_construct</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
+<link rel="prev" href="construct.html" title="stream_socket_service::construct">
+<link rel="next" href="destroy.html" title="stream_socket_service::destroy">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.stream_socket_service.converting_move_construct"></a><a class="link" href="converting_move_construct.html" title="stream_socket_service::converting_move_construct">stream_socket_service::converting_move_construct</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp198571680"></a>
+Move-construct a new stream
+ socket implementation from another protocol type.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">converting_move_construct</span><span class="special">(</span>
+ <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">stream_socket_service</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span> <span class="special">&gt;::</span><span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</span><span class="special">,</span>
+ <span class="keyword">typename</span> <span class="identifier">enable_if</span><span class="special">&lt;</span> <span class="identifier">is_convertible</span><span class="special">&lt;</span> <span class="identifier">Protocol1</span><span class="special">,</span> <span class="identifier">Protocol</span> <span class="special">&gt;::</span><span class="identifier">value</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/destroy.html b/doc/html/boost_asio/reference/stream_socket_service/destroy.html
index 9cf011c08e..af75de0521 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/destroy.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/destroy.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
-<link rel="prev" href="construct.html" title="stream_socket_service::construct">
+<link rel="prev" href="converting_move_construct.html" title="stream_socket_service::converting_move_construct">
<link rel="next" href="endpoint_type.html" title="stream_socket_service::endpoint_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.stream_socket_service.destroy"></a><a class="link" href="destroy.html" title="stream_socket_service::destroy">stream_socket_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581866"></a>
+ <a class="indexterm" name="idp198599552"></a>
Destroy a stream socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a stream socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Destroy a stream socket implementation.
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="converting_move_construct.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stream_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="endpoint_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html b/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html
index b3f435dfbb..b9a0b30fb9 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="destroy.html" title="stream_socket_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.stream_socket_service.endpoint_type"></a><a class="link" href="endpoint_type.html" title="stream_socket_service::endpoint_type">stream_socket_service::endpoint_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1581940"></a>
+ <a class="indexterm" name="idp198608096"></a>
The endpoint type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.stream_socket_service.endpoint_type.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.stream_socket_service.endpoint_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.endpoint_type.requirements"></a></span><a class="link" href="endpoint_type.html#boost_asio.reference.stream_socket_service.endpoint_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html b/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html
index 64134cb2a8..204edc6c4e 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="endpoint_type.html" title="stream_socket_service::endpoint_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1582068"></a>
+ <a class="indexterm" name="idp198622384"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/get_option.html b/doc/html/boost_asio/reference/stream_socket_service/get_option.html
index 39a562abc6..def54add7e 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/get_option.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/get_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::get_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="get_io_service.html" title="stream_socket_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.get_option"></a><a class="link" href="get_option.html" title="stream_socket_service::get_option">stream_socket_service::get_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582158"></a>
+ <a class="indexterm" name="idp198633072"></a>
Get a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Get a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/id.html b/doc/html/boost_asio/reference/stream_socket_service/id.html
index 676659ae9d..055b74485e 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/id.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="get_option.html" title="stream_socket_service::get_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.id"></a><a class="link" href="id.html" title="stream_socket_service::id">stream_socket_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582353"></a>
+ <a class="indexterm" name="idp198656208"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html b/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html
index ff6b0ba98b..8a9668276a 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="id.html" title="stream_socket_service::id">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.stream_socket_service.implementation_type"></a><a class="link" href="implementation_type.html" title="stream_socket_service::implementation_type">stream_socket_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582436"></a>
+ <a class="indexterm" name="idp198666272"></a>
The type of a stream socket implementation.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">implementation_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.stream_socket_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.stream_socket_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.stream_socket_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/io_control.html b/doc/html/boost_asio/reference/stream_socket_service/io_control.html
index d10beb1ef1..2d01a98760 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/io_control.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/io_control.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::io_control</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="implementation_type.html" title="stream_socket_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.io_control"></a><a class="link" href="io_control.html" title="stream_socket_service::io_control">stream_socket_service::io_control</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582550"></a>
+ <a class="indexterm" name="idp198678688"></a>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Perform an IO control command on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/is_open.html b/doc/html/boost_asio/reference/stream_socket_service/is_open.html
index a99f7148a5..86be323166 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/is_open.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="io_control.html" title="stream_socket_service::io_control">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.is_open"></a><a class="link" href="is_open.html" title="stream_socket_service::is_open">stream_socket_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582729"></a>
+ <a class="indexterm" name="idp198700128"></a>
Determine whether the socket is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the socket is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html b/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html
index d5e7deea66..a70a1acac8 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::local_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="is_open.html" title="stream_socket_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.local_endpoint"></a><a class="link" href="local_endpoint.html" title="stream_socket_service::local_endpoint">stream_socket_service::local_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582818"></a>
+ <a class="indexterm" name="idp198710576"></a>
Get the local endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the local endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/move_assign.html b/doc/html/boost_asio/reference/stream_socket_service/move_assign.html
index 5002c9d4d8..469a7fffb5 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/move_assign.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="local_endpoint.html" title="stream_socket_service::local_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.move_assign"></a><a class="link" href="move_assign.html" title="stream_socket_service::move_assign">stream_socket_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1582945"></a>
+ <a class="indexterm" name="idp198725872"></a>
Move-assign from another stream socket
implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another stream socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/move_construct.html b/doc/html/boost_asio/reference/stream_socket_service/move_construct.html
index 17841b0e63..b5ae7f8a6b 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/move_construct.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="move_assign.html" title="stream_socket_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.move_construct"></a><a class="link" href="move_construct.html" title="stream_socket_service::move_construct">stream_socket_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583062"></a>
+ <a class="indexterm" name="idp198739632"></a>
Move-construct a new stream socket implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_construct</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Move-construct a new stream socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native.html b/doc/html/boost_asio/reference/stream_socket_service/native.html
index 47d18344a6..054e3959e7 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="move_construct.html" title="stream_socket_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.native"></a><a class="link" href="native.html" title="stream_socket_service::native">stream_socket_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583157"></a>
+ <a class="indexterm" name="idp198750768"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_handle.html b/doc/html/boost_asio/reference/stream_socket_service/native_handle.html
index c0397258fa..84d27b0530 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_handle.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="native.html" title="stream_socket_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.native_handle"></a><a class="link" href="native_handle.html" title="stream_socket_service::native_handle">stream_socket_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583246"></a>
+ <a class="indexterm" name="idp198761248"></a>
Get the native socket implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native socket implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html b/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html
index a30afb1c59..63edd219a1 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="native_handle.html" title="stream_socket_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.stream_socket_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="stream_socket_service::native_handle_type">stream_socket_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583321"></a>
+ <a class="indexterm" name="idp198769872"></a>
The native socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.stream_socket_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.stream_socket_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.stream_socket_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html
index 3aed41f157..ef1decd71e 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="native_handle_type.html" title="stream_socket_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.native_non_blocking"></a><a class="link" href="native_non_blocking.html" title="stream_socket_service::native_non_blocking">stream_socket_service::native_non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583434"></a>
+ <a class="indexterm" name="idp198782272"></a>
Gets the non-blocking mode of the
native socket implementation.
</p>
@@ -47,7 +47,7 @@ Gets the non-blocking mode of the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html
index 8959d9ddb9..69b866830b 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="stream_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="stream_socket_service::native_non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html
index 5b6a0feee9..15e09816d3 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="stream_socket_service::native_non_blocking">
<link rel="prev" href="overload1.html" title="stream_socket_service::native_non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/native_type.html b/doc/html/boost_asio/reference/stream_socket_service/native_type.html
index 304ca75670..59888cd456 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/native_type.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="native_non_blocking/overload2.html" title="stream_socket_service::native_non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.native_type"></a><a class="link" href="native_type.html" title="stream_socket_service::native_type">stream_socket_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1583896"></a>
+ <a class="indexterm" name="idp198836560"></a>
(Deprecated: Use native_handle_type.) The
native socket type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.stream_socket_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.stream_socket_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.stream_socket_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html b/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html
index f7e7363aa7..22cb182d79 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::non_blocking</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="native_type.html" title="stream_socket_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.non_blocking"></a><a class="link" href="non_blocking.html" title="stream_socket_service::non_blocking">stream_socket_service::non_blocking</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1584010"></a>
+ <a class="indexterm" name="idp198849008"></a>
Gets the non-blocking mode of the socket.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <a class="link" href="non_blocking/overload1.html" title="stream_socket_service::non_blocking (1 of 2 overloads)">non_blocking</a><span class="special">(</span>
@@ -46,7 +46,7 @@ Gets the non-blocking mode of the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html b/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html
index 01771550e9..7d1b565067 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::non_blocking (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="stream_socket_service::non_blocking">
<link rel="prev" href="../non_blocking.html" title="stream_socket_service::non_blocking">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html b/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html
index 812e5ee8cf..e00b318d43 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::non_blocking (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../non_blocking.html" title="stream_socket_service::non_blocking">
<link rel="prev" href="overload1.html" title="stream_socket_service::non_blocking (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/open.html b/doc/html/boost_asio/reference/stream_socket_service/open.html
index 75c3aeff69..f4b53348a7 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/open.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="non_blocking/overload2.html" title="stream_socket_service::non_blocking (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.open"></a><a class="link" href="open.html" title="stream_socket_service::open">stream_socket_service::open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1584469"></a>
+ <a class="indexterm" name="idp198902784"></a>
Open a stream socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">open</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Open a stream socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html b/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html
index 62c6d87203..942be43520 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::protocol_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="open.html" title="stream_socket_service::open">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.stream_socket_service.protocol_type"></a><a class="link" href="protocol_type.html" title="stream_socket_service::protocol_type">stream_socket_service::protocol_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1584624"></a>
+ <a class="indexterm" name="idp198921488"></a>
The protocol type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Protocol</span> <span class="identifier">protocol_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.stream_socket_service.protocol_type.h0"></a>
- <span><a name="boost_asio.reference.stream_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.stream_socket_service.protocol_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.stream_socket_service.protocol_type.requirements"></a></span><a class="link" href="protocol_type.html#boost_asio.reference.stream_socket_service.protocol_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/stream_socket_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/receive.html b/doc/html/boost_asio/reference/stream_socket_service/receive.html
index 7cf5e02dc5..07348c2072 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/receive.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/receive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::receive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="protocol_type.html" title="stream_socket_service::protocol_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.receive"></a><a class="link" href="receive.html" title="stream_socket_service::receive">stream_socket_service::receive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1584736"></a>
+ <a class="indexterm" name="idp198933856"></a>
Receive some data from the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Receive some data from the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html b/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html
index 96c26f41c7..ca3e7b94eb 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="receive.html" title="stream_socket_service::receive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="stream_socket_service::remote_endpoint">stream_socket_service::remote_endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1584936"></a>
+ <a class="indexterm" name="idp198957824"></a>
Get the remote endpoint.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">remote_endpoint</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Get the remote endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/send.html b/doc/html/boost_asio/reference/stream_socket_service/send.html
index 5e279b33b5..13d6a7d209 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/send.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/send.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::send</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="remote_endpoint.html" title="stream_socket_service::remote_endpoint">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.send"></a><a class="link" href="send.html" title="stream_socket_service::send">stream_socket_service::send</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1585064"></a>
+ <a class="indexterm" name="idp198973056"></a>
Send the given data to the peer.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,7 @@ Send the given data to the peer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/set_option.html b/doc/html/boost_asio/reference/stream_socket_service/set_option.html
index ee264b48df..54538195a6 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/set_option.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/set_option.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="send.html" title="stream_socket_service::send">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.set_option"></a><a class="link" href="set_option.html" title="stream_socket_service::set_option">stream_socket_service::set_option</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1585262"></a>
+ <a class="indexterm" name="idp198997088"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Set a socket option.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/shutdown.html b/doc/html/boost_asio/reference/stream_socket_service/shutdown.html
index e77e78a64a..91df2bd43c 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/shutdown.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/shutdown.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::shutdown</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="set_option.html" title="stream_socket_service::set_option">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.shutdown"></a><a class="link" href="shutdown.html" title="stream_socket_service::shutdown">stream_socket_service::shutdown</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1585446"></a>
+ <a class="indexterm" name="idp199019232"></a>
Disable sends or receives on the socket.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">shutdown</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Disable sends or receives on the socket.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html b/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html
index 09b70d88fc..297c9d9027 100644
--- a/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html
+++ b/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::stream_socket_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../stream_socket_service.html" title="stream_socket_service">
<link rel="prev" href="shutdown.html" title="stream_socket_service::shutdown">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.stream_socket_service.stream_socket_service"></a><a class="link" href="stream_socket_service.html" title="stream_socket_service::stream_socket_service">stream_socket_service::stream_socket_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1585603"></a>
+ <a class="indexterm" name="idp199037696"></a>
Construct a new stream socket
service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new stream socket
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/streambuf.html b/doc/html/boost_asio/reference/streambuf.html
index a0e3625db2..cf3324cfb5 100644
--- a/doc/html/boost_asio/reference/streambuf.html
+++ b/doc/html/boost_asio/reference/streambuf.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>streambuf</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="stream_socket_service/stream_socket_service.html" title="stream_socket_service::stream_socket_service">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.streambuf"></a><a class="link" href="streambuf.html" title="streambuf">streambuf</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1585702"></a>
+ <a class="indexterm" name="idp199049472"></a>
Typedef for the typical usage of <a class="link" href="basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a>.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_streambuf</span> <span class="identifier">streambuf</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.streambuf.h0"></a>
- <span><a name="boost_asio.reference.streambuf.types"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.streambuf.types"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@ Typedef for the typical usage of <a class="link" href="basic_streambuf.html" tit
</table></div>
<h5>
<a name="boost_asio.reference.streambuf.h1"></a>
- <span><a name="boost_asio.reference.streambuf.member_functions"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.streambuf.member_functions"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -192,7 +192,7 @@ Typedef for the typical usage of <a class="link" href="basic_streambuf.html" tit
</table></div>
<h5>
<a name="boost_asio.reference.streambuf.h2"></a>
- <span><a name="boost_asio.reference.streambuf.protected_member_functions"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.streambuf.protected_member_functions"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -262,7 +262,7 @@ Typedef for the typical usage of <a class="link" href="basic_streambuf.html" tit
The <code class="computeroutput"><span class="identifier">basic_streambuf</span></code> class's
public interface is intended to permit the following implementation strategies:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A single contiguous character array, which is reallocated as necessary
to accommodate changes in the size of the character sequence. This is
@@ -300,7 +300,7 @@ Typedef for the typical usage of <a class="link" href="basic_streambuf.html" tit
</p>
<h5>
<a name="boost_asio.reference.streambuf.h3"></a>
- <span><a name="boost_asio.reference.streambuf.examples"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.streambuf.examples"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.examples">Examples</a>
</h5>
<p>
Writing directly from an streambuf to a socket:
@@ -333,18 +333,18 @@ Typedef for the typical usage of <a class="link" href="basic_streambuf.html" tit
</pre>
<h5>
<a name="boost_asio.reference.streambuf.h4"></a>
- <span><a name="boost_asio.reference.streambuf.requirements"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.streambuf.requirements"></a></span><a class="link" href="streambuf.html#boost_asio.reference.streambuf.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/streambuf.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/streambuf.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/system_timer.html b/doc/html/boost_asio/reference/system_timer.html
index d4d74770f7..912272992d 100644
--- a/doc/html/boost_asio/reference/system_timer.html
+++ b/doc/html/boost_asio/reference/system_timer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>system_timer</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="streambuf.html" title="streambuf">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.system_timer"></a><a class="link" href="system_timer.html" title="system_timer">system_timer</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1587062"></a>
+ <a class="indexterm" name="idp199208560"></a>
Typedef for a timer based on the system clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_waitable_timer</span><span class="special">&lt;</span> <span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span> <span class="identifier">system_timer</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.system_timer.h0"></a>
- <span><a name="boost_asio.reference.system_timer.types"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.system_timer.types"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -130,7 +130,7 @@ Typedef for a timer based on the system clock.
</table></div>
<h5>
<a name="boost_asio.reference.system_timer.h1"></a>
- <span><a name="boost_asio.reference.system_timer.member_functions"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.system_timer.member_functions"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -263,7 +263,7 @@ Typedef for a timer based on the system clock.
</table></div>
<h5>
<a name="boost_asio.reference.system_timer.h2"></a>
- <span><a name="boost_asio.reference.system_timer.protected_member_functions"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.system_timer.protected_member_functions"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -312,7 +312,7 @@ Typedef for a timer based on the system clock.
</table></div>
<h5>
<a name="boost_asio.reference.system_timer.h3"></a>
- <span><a name="boost_asio.reference.system_timer.protected_data_members"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.system_timer.protected_data_members"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,11 +372,11 @@ Typedef for a timer based on the system clock.
the wait operation will complete immediately.
</p>
<p>
- Most applications will use the boost::asio::waitable_timer typedef.
+ Most applications will use one of the <a class="link" href="steady_timer.html" title="steady_timer"><code class="computeroutput"><span class="identifier">steady_timer</span></code></a>, <a class="link" href="system_timer.html" title="system_timer"><code class="computeroutput"><span class="identifier">system_timer</span></code></a> or <a class="link" href="high_resolution_timer.html" title="high_resolution_timer"><code class="computeroutput"><span class="identifier">high_resolution_timer</span></code></a> typedefs.
</p>
<h5>
<a name="boost_asio.reference.system_timer.h4"></a>
- <span><a name="boost_asio.reference.system_timer.remarks"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.system_timer.remarks"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.remarks">Remarks</a>
</h5>
<p>
This waitable timer functionality is for use with the C++11 standard library's
@@ -384,35 +384,33 @@ Typedef for a timer based on the system clock.
</p>
<h5>
<a name="boost_asio.reference.system_timer.h5"></a>
- <span><a name="boost_asio.reference.system_timer.thread_safety"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.system_timer.thread_safety"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.system_timer.h6"></a>
- <span><a name="boost_asio.reference.system_timer.examples"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.system_timer.examples"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.examples">Examples</a>
</h5>
<p>
- Performing a blocking wait:
+ Performing a blocking wait (C++11):
</p>
<pre class="programlisting"><span class="comment">// Construct a timer without setting an expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="comment">// Set an expiry time relative to now.</span>
-<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
+<span class="identifier">timer</span><span class="special">.</span><span class="identifier">expires_from_now</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">5</span><span class="special">));</span>
<span class="comment">// Wait for the timer to expire.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">wait</span><span class="special">();</span>
</pre>
<p>
- Performing an asynchronous wait:
+ Performing an asynchronous wait (C++11):
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
@@ -425,16 +423,16 @@ Typedef for a timer based on the system clock.
<span class="special">...</span>
<span class="comment">// Construct a timer with an absolute expiry time.</span>
-<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">waitable_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">time_from_string</span><span class="special">(</span><span class="string">"2005-12-07 23:59:59.000"</span><span class="special">));</span>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">steady_timer</span> <span class="identifier">timer</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">,</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">()</span> <span class="special">+</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">seconds</span><span class="special">(</span><span class="number">60</span><span class="special">));</span>
<span class="comment">// Start an asynchronous wait.</span>
<span class="identifier">timer</span><span class="special">.</span><span class="identifier">async_wait</span><span class="special">(</span><span class="identifier">handler</span><span class="special">);</span>
</pre>
<h5>
<a name="boost_asio.reference.system_timer.h7"></a>
- <span><a name="boost_asio.reference.system_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
- an active waitable_timer's expiry time</a>
+ <span class="phrase"><a name="boost_asio.reference.system_timer.changing_an_active_waitable_timer_s_expiry_time"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.changing_an_active_waitable_timer_s_expiry_time">Changing
+ an active waitable timer's expiry time</a>
</h5>
<p>
Changing the expiry time of a timer while there are pending asynchronous
@@ -463,7 +461,7 @@ Typedef for a timer based on the system clock.
<span class="special">}</span>
<span class="special">}</span>
</pre>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">basic_waitable_timer</span><span class="special">::</span><span class="identifier">expires_from_now</span><span class="special">()</span></code>
function cancels any pending asynchronous waits, and returns the number
@@ -485,18 +483,18 @@ Typedef for a timer based on the system clock.
</pre>
<h5>
<a name="boost_asio.reference.system_timer.h8"></a>
- <span><a name="boost_asio.reference.system_timer.requirements"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.system_timer.requirements"></a></span><a class="link" href="system_timer.html#boost_asio.reference.system_timer.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/system_timer.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/system_timer.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span>None
+ <span class="emphasis"><em>Convenience header: </em></span>None
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html
index ab97689a28..31c159064e 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="system_timer.html" title="system_timer">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.time_traits_lt__ptime__gt_.h0"></a>
- <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.types"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.time_traits_lt__ptime__gt_.types"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -83,7 +83,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.time_traits_lt__ptime__gt_.h1"></a>
- <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.member_functions"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.time_traits_lt__ptime__gt_.member_functions"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -168,18 +168,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.time_traits_lt__ptime__gt_.h2"></a>
- <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.requirements"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.time_traits_lt__ptime__gt_.requirements"></a></span><a class="link" href="time_traits_lt__ptime__gt_.html#boost_asio.reference.time_traits_lt__ptime__gt_.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/time_traits.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/time_traits.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html
index ae08786bc5..5ba66b2380 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::add</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::add</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1589558"></a>
+ <a class="indexterm" name="idp199507120"></a>
Add a duration to a time.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">time_type</span> <span class="identifier">add</span><span class="special">(</span>
@@ -38,7 +38,7 @@ Add a duration to a time.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html
index a1eb37b123..38f3d60945 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::duration_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="add.html" title="time_traits&lt; boost::posix_time::ptime &gt;::add">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::duration_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1589670"></a>
+ <a class="indexterm" name="idp199520432"></a>
The duration
type.
</p>
@@ -36,18 +36,18 @@ The duration
</pre>
<h6>
<a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.h0"></a>
- <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/time_traits.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/time_traits.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html
index a479cac989..3d04cd6642 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::less_than</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="duration_type.html" title="time_traits&lt; boost::posix_time::ptime &gt;::duration_type">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::less_than</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1589803"></a>
+ <a class="indexterm" name="idp199535216"></a>
Test whether one
time is less than another.
</p>
@@ -39,7 +39,7 @@ Test whether one
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html
index 163180247e..cca96fd6d8 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="less_than.html" title="time_traits&lt; boost::posix_time::ptime &gt;::less_than">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1589917"></a>
+ <a class="indexterm" name="idp199548512"></a>
Get the current time.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">time_type</span> <span class="identifier">now</span><span class="special">();</span>
@@ -36,7 +36,7 @@ Get the current time.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html
index 75a048b26b..62f53049b2 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::subtract</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="now.html" title="time_traits&lt; boost::posix_time::ptime &gt;::now">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::subtract</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1589977"></a>
+ <a class="indexterm" name="idp199555312"></a>
Subtract one time
from another.
</p>
@@ -39,7 +39,7 @@ Subtract one time
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html
index 359e67dee7..535b41c17b 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::time_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="subtract.html" title="time_traits&lt; boost::posix_time::ptime &gt;::subtract">
@@ -28,25 +28,25 @@
boost::posix_time::ptime &gt;::time_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1590361"></a>
+ <a class="indexterm" name="idp199568736"></a>
The time type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="identifier">time_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.time_traits_lt__ptime__gt_.time_type.h0"></a>
- <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.time_traits_lt__ptime__gt_.time_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.time_traits_lt__ptime__gt_.time_type.requirements"></a></span><a class="link" href="time_type.html#boost_asio.reference.time_traits_lt__ptime__gt_.time_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/time_traits.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/time_traits.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html
index 6798cefa9e..83a0127beb 100644
--- a/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html
+++ b/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>time_traits&lt; boost::posix_time::ptime &gt;::to_posix_duration</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;">
<link rel="prev" href="time_type.html" title="time_traits&lt; boost::posix_time::ptime &gt;::time_type">
@@ -28,7 +28,7 @@
boost::posix_time::ptime &gt;::to_posix_duration</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1590495"></a>
+ <a class="indexterm" name="idp199583456"></a>
Convert to
POSIX duration type.
</p>
@@ -38,7 +38,7 @@ Convert to
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/transfer_all.html b/doc/html/boost_asio/reference/transfer_all.html
index 043312dc2c..84d4b99d3f 100644
--- a/doc/html/boost_asio/reference/transfer_all.html
+++ b/doc/html/boost_asio/reference/transfer_all.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>transfer_all</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="time_traits_lt__ptime__gt_/to_posix_duration.html" title="time_traits&lt; boost::posix_time::ptime &gt;::to_posix_duration">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.transfer_all"></a><a class="link" href="transfer_all.html" title="transfer_all">transfer_all</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1590598"></a>
+ <a class="indexterm" name="idp199595600"></a>
Return a completion condition function object that indicates
that a read or write operation should continue until all of the data has
been transferred, or until an error occurs.
@@ -40,7 +40,7 @@ Return a completion condition function object that indicates
</p>
<h5>
<a name="boost_asio.reference.transfer_all.h0"></a>
- <span><a name="boost_asio.reference.transfer_all.example"></a></span><a class="link" href="transfer_all.html#boost_asio.reference.transfer_all.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_all.example"></a></span><a class="link" href="transfer_all.html#boost_asio.reference.transfer_all.example">Example</a>
</h5>
<p>
Reading until a buffer is full:
@@ -61,18 +61,18 @@ Return a completion condition function object that indicates
</pre>
<h5>
<a name="boost_asio.reference.transfer_all.h1"></a>
- <span><a name="boost_asio.reference.transfer_all.requirements"></a></span><a class="link" href="transfer_all.html#boost_asio.reference.transfer_all.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_all.requirements"></a></span><a class="link" href="transfer_all.html#boost_asio.reference.transfer_all.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/completion_condition.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/completion_condition.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/transfer_at_least.html b/doc/html/boost_asio/reference/transfer_at_least.html
index 7aa57a5854..65149b86b8 100644
--- a/doc/html/boost_asio/reference/transfer_at_least.html
+++ b/doc/html/boost_asio/reference/transfer_at_least.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>transfer_at_least</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="transfer_all.html" title="transfer_all">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.transfer_at_least"></a><a class="link" href="transfer_at_least.html" title="transfer_at_least">transfer_at_least</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1591014"></a>
+ <a class="indexterm" name="idp199644912"></a>
Return a completion condition function object that indicates
that a read or write operation should continue until a minimum number of
bytes has been transferred, or until an error occurs.
@@ -41,7 +41,7 @@ Return a completion condition function object that indicates
</p>
<h5>
<a name="boost_asio.reference.transfer_at_least.h0"></a>
- <span><a name="boost_asio.reference.transfer_at_least.example"></a></span><a class="link" href="transfer_at_least.html#boost_asio.reference.transfer_at_least.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_at_least.example"></a></span><a class="link" href="transfer_at_least.html#boost_asio.reference.transfer_at_least.example">Example</a>
</h5>
<p>
Reading until a buffer is full or contains at least 64 bytes:
@@ -62,18 +62,18 @@ Return a completion condition function object that indicates
</pre>
<h5>
<a name="boost_asio.reference.transfer_at_least.h1"></a>
- <span><a name="boost_asio.reference.transfer_at_least.requirements"></a></span><a class="link" href="transfer_at_least.html#boost_asio.reference.transfer_at_least.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_at_least.requirements"></a></span><a class="link" href="transfer_at_least.html#boost_asio.reference.transfer_at_least.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/completion_condition.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/completion_condition.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/transfer_exactly.html b/doc/html/boost_asio/reference/transfer_exactly.html
index 5e5fac61e9..328b4fcdcc 100644
--- a/doc/html/boost_asio/reference/transfer_exactly.html
+++ b/doc/html/boost_asio/reference/transfer_exactly.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>transfer_exactly</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="transfer_at_least.html" title="transfer_at_least">
-<link rel="next" href="use_service.html" title="use_service">
+<link rel="next" href="use_future.html" title="use_future">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="transfer_at_least.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_service.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="transfer_at_least.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.transfer_exactly"></a><a class="link" href="transfer_exactly.html" title="transfer_exactly">transfer_exactly</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1591466"></a>
+ <a class="indexterm" name="idp199698192"></a>
Return a completion condition function object that indicates
that a read or write operation should continue until an exact number of bytes
has been transferred, or until an error occurs.
@@ -41,7 +41,7 @@ Return a completion condition function object that indicates
</p>
<h5>
<a name="boost_asio.reference.transfer_exactly.h0"></a>
- <span><a name="boost_asio.reference.transfer_exactly.example"></a></span><a class="link" href="transfer_exactly.html#boost_asio.reference.transfer_exactly.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_exactly.example"></a></span><a class="link" href="transfer_exactly.html#boost_asio.reference.transfer_exactly.example">Example</a>
</h5>
<p>
Reading until a buffer is full or contains exactly 64 bytes:
@@ -62,18 +62,18 @@ Return a completion condition function object that indicates
</pre>
<h5>
<a name="boost_asio.reference.transfer_exactly.h1"></a>
- <span><a name="boost_asio.reference.transfer_exactly.requirements"></a></span><a class="link" href="transfer_exactly.html#boost_asio.reference.transfer_exactly.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.transfer_exactly.requirements"></a></span><a class="link" href="transfer_exactly.html#boost_asio.reference.transfer_exactly.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/completion_condition.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/completion_condition.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -81,7 +81,7 @@ Return a completion condition function object that indicates
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="transfer_at_least.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_service.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="transfer_at_least.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/use_future.html b/doc/html/boost_asio/reference/use_future.html
new file mode 100644
index 0000000000..a0da871a63
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="transfer_exactly.html" title="transfer_exactly">
+<link rel="next" href="use_future_t.html" title="use_future_t">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="transfer_exactly.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.use_future"></a><a class="link" href="use_future.html" title="use_future">use_future</a>
+</h3></div></div></div>
+<p>
+ <a class="indexterm" name="idp199751424"></a>
+A special value, similar to std::nothrow.
+ </p>
+<pre class="programlisting"><span class="keyword">constexpr</span> <span class="identifier">use_future_t</span> <span class="identifier">use_future</span><span class="special">;</span>
+</pre>
+<p>
+ See the documentation for <a class="link" href="use_future_t.html" title="use_future_t"><code class="computeroutput"><span class="identifier">use_future_t</span></code></a> for a usage example.
+ </p>
+<h5>
+<a name="boost_asio.reference.use_future.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.use_future.requirements"></a></span><a class="link" href="use_future.html#boost_asio.reference.use_future.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/use_future.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="transfer_exactly.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t.html b/doc/html/boost_asio/reference/use_future_t.html
new file mode 100644
index 0000000000..c8394543ca
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t.html
@@ -0,0 +1,175 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="use_future.html" title="use_future">
+<link rel="next" href="use_future_t/allocator_type.html" title="use_future_t::allocator_type">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_future.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t/allocator_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.use_future_t"></a><a class="link" href="use_future_t.html" title="use_future_t">use_future_t</a>
+</h3></div></div></div>
+<p>
+ Class used to specify that an asynchronous operation should return a future.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Allocator</span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">allocator</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">&gt;&gt;</span>
+<span class="keyword">class</span> <span class="identifier">use_future_t</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.use_future_t.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.use_future_t.types"></a></span><a class="link" href="use_future_t.html#boost_asio.reference.use_future_t.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody><tr>
+<td>
+ <p>
+ <a class="link" href="use_future_t/allocator_type.html" title="use_future_t::allocator_type"><span class="bold"><strong>allocator_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The allocator type. The allocator is used when constructing the
+ std::promise object for a given asynchronous operation.
+ </p>
+ </td>
+</tr></tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.use_future_t.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.use_future_t.member_functions"></a></span><a class="link" href="use_future_t.html#boost_asio.reference.use_future_t.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="use_future_t/get_allocator.html" title="use_future_t::get_allocator"><span class="bold"><strong>get_allocator</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Obtain allocator.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="use_future_t/operator_lb__rb_.html" title="use_future_t::operator[]"><span class="bold"><strong>operator[]</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Specify an alternate allocator.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="use_future_t/use_future_t.html" title="use_future_t::use_future_t"><span class="bold"><strong>use_future_t</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct using default-constructed allocator.
+ </p>
+ <p>
+ Construct using specified allocator.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="use_future_t.html" title="use_future_t"><code class="computeroutput"><span class="identifier">use_future_t</span></code></a>
+ class is used to indicate that an asynchronous operation should return a
+ std::future object. A <a class="link" href="use_future_t.html" title="use_future_t"><code class="computeroutput"><span class="identifier">use_future_t</span></code></a> object may be passed
+ as a handler to an asynchronous operation, typically using the special value
+ <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span></code>. For example:
+ </p>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">future</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">&gt;</span> <span class="identifier">my_future</span>
+ <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">my_buffer</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">use_future</span><span class="special">);</span>
+</pre>
+<p>
+ The initiating function (async_read_some in the above example) returns a
+ future that will receive the result of the operation. If the operation completes
+ with an error_code indicating failure, it is converted into a system_error
+ and passed back to the caller via the future.
+ </p>
+<h5>
+<a name="boost_asio.reference.use_future_t.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.use_future_t.requirements"></a></span><a class="link" href="use_future_t.html#boost_asio.reference.use_future_t.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/use_future.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="use_future.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t/allocator_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/allocator_type.html b/doc/html/boost_asio/reference/use_future_t/allocator_type.html
new file mode 100644
index 0000000000..7bd53f5e10
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/allocator_type.html
@@ -0,0 +1,61 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::allocator_type</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t">
+<link rel="prev" href="../use_future_t.html" title="use_future_t">
+<link rel="next" href="get_allocator.html" title="use_future_t::get_allocator">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_future_t.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get_allocator.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.use_future_t.allocator_type"></a><a class="link" href="allocator_type.html" title="use_future_t::allocator_type">use_future_t::allocator_type</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp199830736"></a>
+The allocator type. The allocator is used when
+ constructing the <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">promise</span></code> object for a given asynchronous
+ operation.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Allocator</span> <span class="identifier">allocator_type</span><span class="special">;</span>
+</pre>
+<h6>
+<a name="boost_asio.reference.use_future_t.allocator_type.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.use_future_t.allocator_type.requirements"></a></span><a class="link" href="allocator_type.html#boost_asio.reference.use_future_t.allocator_type.requirements">Requirements</a>
+ </h6>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/use_future.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_future_t.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get_allocator.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/get_allocator.html b/doc/html/boost_asio/reference/use_future_t/get_allocator.html
new file mode 100644
index 0000000000..3bcabdf44b
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/get_allocator.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::get_allocator</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t">
+<link rel="prev" href="allocator_type.html" title="use_future_t::allocator_type">
+<link rel="next" href="operator_lb__rb_.html" title="use_future_t::operator[]">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="allocator_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.use_future_t.get_allocator"></a><a class="link" href="get_allocator.html" title="use_future_t::get_allocator">use_future_t::get_allocator</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp199844928"></a>
+Obtain allocator.
+ </p>
+<pre class="programlisting"><span class="identifier">allocator_type</span> <span class="identifier">get_allocator</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="allocator_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html b/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html
new file mode 100644
index 0000000000..d693bb3868
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html
@@ -0,0 +1,52 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::operator[]</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t">
+<link rel="prev" href="get_allocator.html" title="use_future_t::get_allocator">
+<link rel="next" href="use_future_t.html" title="use_future_t::use_future_t">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="get_allocator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.use_future_t.operator_lb__rb_"></a><a class="link" href="operator_lb__rb_.html" title="use_future_t::operator[]">use_future_t::operator[]</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp199852080"></a>
+Specify an alternate allocator.
+ </p>
+<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">OtherAllocator</span><span class="special">&gt;</span>
+<span class="identifier">use_future_t</span><span class="special">&lt;</span> <span class="identifier">OtherAllocator</span> <span class="special">&gt;</span> <span class="keyword">operator</span><span class="special">[](</span>
+ <span class="keyword">const</span> <span class="identifier">OtherAllocator</span> <span class="special">&amp;</span> <span class="identifier">allocator</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="get_allocator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/use_future_t.html b/doc/html/boost_asio/reference/use_future_t/use_future_t.html
new file mode 100644
index 0000000000..67e76825bd
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/use_future_t.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::use_future_t</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t">
+<link rel="prev" href="operator_lb__rb_.html" title="use_future_t::operator[]">
+<link rel="next" href="use_future_t/overload1.html" title="use_future_t::use_future_t (1 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_asio.reference.use_future_t.use_future_t"></a><a class="link" href="use_future_t.html" title="use_future_t::use_future_t">use_future_t::use_future_t</a>
+</h4></div></div></div>
+<p>
+ <a class="indexterm" name="idp199867488"></a>
+Construct using default-constructed allocator.
+ </p>
+<pre class="programlisting"><span class="keyword">constexpr</span> <a class="link" href="use_future_t/overload1.html" title="use_future_t::use_future_t (1 of 2 overloads)">use_future_t</a><span class="special">();</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_future_t/overload1.html" title="use_future_t::use_future_t (1 of 2 overloads)">more...</a></em></span>
+</pre>
+<p>
+ Construct using specified allocator.
+ </p>
+<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="use_future_t/overload2.html" title="use_future_t::use_future_t (2 of 2 overloads)">use_future_t</a><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Allocator</span> <span class="special">&amp;</span> <span class="identifier">allocator</span><span class="special">);</span>
+ <span class="emphasis"><em>&#187; <a class="link" href="use_future_t/overload2.html" title="use_future_t::use_future_t (2 of 2 overloads)">more...</a></em></span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="operator_lb__rb_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_future_t/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html b/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html
new file mode 100644
index 0000000000..0938519885
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::use_future_t (1 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t::use_future_t">
+<link rel="prev" href="../use_future_t.html" title="use_future_t::use_future_t">
+<link rel="next" href="overload2.html" title="use_future_t::use_future_t (2 of 2 overloads)">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_future_t.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.use_future_t.use_future_t.overload1"></a><a class="link" href="overload1.html" title="use_future_t::use_future_t (1 of 2 overloads)">use_future_t::use_future_t
+ (1 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct using default-constructed allocator.
+ </p>
+<pre class="programlisting"><span class="keyword">constexpr</span> <span class="identifier">use_future_t</span><span class="special">();</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../use_future_t.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html b/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html
new file mode 100644
index 0000000000..46f674942d
--- /dev/null
+++ b/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>use_future_t::use_future_t (2 of 2 overloads)</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../use_future_t.html" title="use_future_t::use_future_t">
+<link rel="prev" href="overload1.html" title="use_future_t::use_future_t (1 of 2 overloads)">
+<link rel="next" href="../../use_service.html" title="use_service">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../use_service.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_asio.reference.use_future_t.use_future_t.overload2"></a><a class="link" href="overload2.html" title="use_future_t::use_future_t (2 of 2 overloads)">use_future_t::use_future_t
+ (2 of 2 overloads)</a>
+</h5></div></div></div>
+<p>
+ Construct using specified allocator.
+ </p>
+<pre class="programlisting"><span class="identifier">use_future_t</span><span class="special">(</span>
+ <span class="keyword">const</span> <span class="identifier">Allocator</span> <span class="special">&amp;</span> <span class="identifier">allocator</span><span class="special">);</span>
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../use_future_t.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../use_service.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/reference/use_service.html b/doc/html/boost_asio/reference/use_service.html
index e68d7db8cb..6145dadbf1 100644
--- a/doc/html/boost_asio/reference/use_service.html
+++ b/doc/html/boost_asio/reference/use_service.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>use_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
-<link rel="prev" href="transfer_exactly.html" title="transfer_exactly">
+<link rel="prev" href="use_future_t/use_future_t/overload2.html" title="use_future_t::use_future_t (2 of 2 overloads)">
<link rel="next" href="wait_traits.html" title="wait_traits">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="transfer_exactly.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wait_traits.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_future_t/use_future_t/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wait_traits.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.use_service"></a><a class="link" href="use_service.html" title="use_service">use_service</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1591916"></a>
+ <a class="indexterm" name="idp199895648"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="Service.html" title="Service requirements">Service</a><span class="special">&gt;</span>
@@ -42,11 +42,11 @@
</p>
<h5>
<a name="boost_asio.reference.use_service.h0"></a>
- <span><a name="boost_asio.reference.use_service.parameters"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.use_service.parameters"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.parameters">Parameters</a>
</h5>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ios</span></dt>
<dd><p>
The <a class="link" href="io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>
@@ -56,7 +56,7 @@
</div>
<h5>
<a name="boost_asio.reference.use_service.h1"></a>
- <span><a name="boost_asio.reference.use_service.return_value"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.use_service.return_value"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.return_value">Return
Value</a>
</h5>
<p>
@@ -65,18 +65,18 @@
</p>
<h5>
<a name="boost_asio.reference.use_service.h2"></a>
- <span><a name="boost_asio.reference.use_service.requirements"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.use_service.requirements"></a></span><a class="link" href="use_service.html#boost_asio.reference.use_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/io_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/io_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -84,7 +84,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="transfer_exactly.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wait_traits.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="use_future_t/use_future_t/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="wait_traits.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/wait_traits.html b/doc/html/boost_asio/reference/wait_traits.html
index 067106ae95..f7841fb50d 100644
--- a/doc/html/boost_asio/reference/wait_traits.html
+++ b/doc/html/boost_asio/reference/wait_traits.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>wait_traits</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="use_service.html" title="use_service">
@@ -35,7 +35,7 @@
</pre>
<h5>
<a name="boost_asio.reference.wait_traits.h0"></a>
- <span><a name="boost_asio.reference.wait_traits.member_functions"></a></span><a class="link" href="wait_traits.html#boost_asio.reference.wait_traits.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.wait_traits.member_functions"></a></span><a class="link" href="wait_traits.html#boost_asio.reference.wait_traits.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -70,18 +70,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.wait_traits.h1"></a>
- <span><a name="boost_asio.reference.wait_traits.requirements"></a></span><a class="link" href="wait_traits.html#boost_asio.reference.wait_traits.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.wait_traits.requirements"></a></span><a class="link" href="wait_traits.html#boost_asio.reference.wait_traits.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/wait_traits.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/wait_traits.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html b/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html
index b6ed2bf8a4..dca172acf0 100644
--- a/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html
+++ b/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>wait_traits::to_wait_duration</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait_traits.html" title="wait_traits">
<link rel="prev" href="../wait_traits.html" title="wait_traits">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.wait_traits.to_wait_duration"></a><a class="link" href="to_wait_duration.html" title="wait_traits::to_wait_duration">wait_traits::to_wait_duration</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1592403"></a>
+ <a class="indexterm" name="idp199950864"></a>
Convert a clock duration into a duration used
for waiting.
</p>
@@ -36,7 +36,7 @@ Convert a clock duration into a duration used
</pre>
<h6>
<a name="boost_asio.reference.wait_traits.to_wait_duration.h0"></a>
- <span><a name="boost_asio.reference.wait_traits.to_wait_duration.return_value"></a></span><a class="link" href="to_wait_duration.html#boost_asio.reference.wait_traits.to_wait_duration.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.wait_traits.to_wait_duration.return_value"></a></span><a class="link" href="to_wait_duration.html#boost_asio.reference.wait_traits.to_wait_duration.return_value">Return
Value</a>
</h6>
<p>
@@ -45,7 +45,7 @@ Convert a clock duration into a duration used
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service.html b/doc/html/boost_asio/reference/waitable_timer_service.html
index 9568de060f..5fcc50bbc6 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="wait_traits/to_wait_duration.html" title="wait_traits::to_wait_duration">
@@ -37,7 +37,7 @@
</pre>
<h5>
<a name="boost_asio.reference.waitable_timer_service.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.types"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.types"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -121,7 +121,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.waitable_timer_service.h1"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.member_functions"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.member_functions"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -266,7 +266,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.waitable_timer_service.h2"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.data_members"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.data_members">Data Members</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.data_members"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.data_members">Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -300,18 +300,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.waitable_timer_service.h3"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.requirements"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.requirements"></a></span><a class="link" href="waitable_timer_service.html#boost_asio.reference.waitable_timer_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html b/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html
index d65c079ebb..d56e42d022 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="../waitable_timer_service.html" title="waitable_timer_service">
@@ -27,18 +27,18 @@
<a name="boost_asio.reference.waitable_timer_service.async_wait"></a><a class="link" href="async_wait.html" title="waitable_timer_service::async_wait">waitable_timer_service::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593417"></a>
+ <a class="indexterm" name="idp200067136"></a>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/cancel.html b/doc/html/boost_asio/reference/waitable_timer_service/cancel.html
index 8bd8fcc3c7..1de2113937 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/cancel.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="async_wait.html" title="waitable_timer_service::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.cancel"></a><a class="link" href="cancel.html" title="waitable_timer_service::cancel">waitable_timer_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593533"></a>
+ <a class="indexterm" name="idp200081312"></a>
Cancel any asynchronous wait operations associated
with the timer.
</p>
@@ -38,7 +38,7 @@ Cancel any asynchronous wait operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html b/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html
index 7a6c92578c..c20829af45 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::cancel_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="cancel.html" title="waitable_timer_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.cancel_one"></a><a class="link" href="cancel_one.html" title="waitable_timer_service::cancel_one">waitable_timer_service::cancel_one</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593654"></a>
+ <a class="indexterm" name="idp200095680"></a>
Cancels one asynchronous wait operation
associated with the timer.
</p>
@@ -38,7 +38,7 @@ Cancels one asynchronous wait operation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html b/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html
index 371f9039f3..019c2a21ef 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::clock_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="cancel_one.html" title="waitable_timer_service::cancel_one">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.waitable_timer_service.clock_type"></a><a class="link" href="clock_type.html" title="waitable_timer_service::clock_type">waitable_timer_service::clock_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593775"></a>
+ <a class="indexterm" name="idp200110048"></a>
The clock type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">Clock</span> <span class="identifier">clock_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.waitable_timer_service.clock_type.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.clock_type.requirements"></a></span><a class="link" href="clock_type.html#boost_asio.reference.waitable_timer_service.clock_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.clock_type.requirements"></a></span><a class="link" href="clock_type.html#boost_asio.reference.waitable_timer_service.clock_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/construct.html b/doc/html/boost_asio/reference/waitable_timer_service/construct.html
index bc7bc7faba..b499fdaf23 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/construct.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="clock_type.html" title="waitable_timer_service::clock_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.construct"></a><a class="link" href="construct.html" title="waitable_timer_service::construct">waitable_timer_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593888"></a>
+ <a class="indexterm" name="idp200122368"></a>
Construct a new timer implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new timer implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/destroy.html b/doc/html/boost_asio/reference/waitable_timer_service/destroy.html
index fd6f517a31..d4dcb4378e 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/destroy.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="construct.html" title="waitable_timer_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.destroy"></a><a class="link" href="destroy.html" title="waitable_timer_service::destroy">waitable_timer_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1593961"></a>
+ <a class="indexterm" name="idp200130816"></a>
Destroy a timer implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a timer implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/duration.html b/doc/html/boost_asio/reference/waitable_timer_service/duration.html
index 4f0621cd94..791aca66a7 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/duration.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/duration.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::duration</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="destroy.html" title="waitable_timer_service::destroy">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.waitable_timer_service.duration"></a><a class="link" href="duration.html" title="waitable_timer_service::duration">waitable_timer_service::duration</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1594035"></a>
+ <a class="indexterm" name="idp200139520"></a>
The duration type of the clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">clock_type</span><span class="special">::</span><span class="identifier">duration</span> <span class="identifier">duration</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.waitable_timer_service.duration.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.duration.requirements"></a></span><a class="link" href="duration.html#boost_asio.reference.waitable_timer_service.duration.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.duration.requirements"></a></span><a class="link" href="duration.html#boost_asio.reference.waitable_timer_service.duration.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html
index deedc60395..d91e2df1a1 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="duration.html" title="waitable_timer_service::duration">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.expires_at"></a><a class="link" href="expires_at.html" title="waitable_timer_service::expires_at">waitable_timer_service::expires_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1594156"></a>
+ <a class="indexterm" name="idp200152864"></a>
Get the expiry time for the timer as an
absolute time.
</p>
@@ -47,7 +47,7 @@ Get the expiry time for the timer as an
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html
index e35732bb4e..a01b09ee04 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="waitable_timer_service::expires_at">
<link rel="prev" href="../expires_at.html" title="waitable_timer_service::expires_at">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html
index c0914bfc00..1ad72446f1 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_at.html" title="waitable_timer_service::expires_at">
<link rel="prev" href="overload1.html" title="waitable_timer_service::expires_at (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html
index 869d3f3d7b..4c1b77991f 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_from_now</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="expires_at/overload2.html" title="waitable_timer_service::expires_at (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.expires_from_now"></a><a class="link" href="expires_from_now.html" title="waitable_timer_service::expires_from_now">waitable_timer_service::expires_from_now</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1594620"></a>
+ <a class="indexterm" name="idp200207392"></a>
Get the expiry time for the timer
relative to now.
</p>
@@ -47,7 +47,7 @@ Get the expiry time for the timer
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html
index 31df4fca52..72a672b6f3 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_from_now (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="waitable_timer_service::expires_from_now">
<link rel="prev" href="../expires_from_now.html" title="waitable_timer_service::expires_from_now">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html
index 94115e1cda..c41169af4b 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::expires_from_now (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../expires_from_now.html" title="waitable_timer_service::expires_from_now">
<link rel="prev" href="overload1.html" title="waitable_timer_service::expires_from_now (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html b/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html
index 906af0a409..34d6ce279c 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="expires_from_now/overload2.html" title="waitable_timer_service::expires_from_now (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1595092"></a>
+ <a class="indexterm" name="idp200262752"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/id.html b/doc/html/boost_asio/reference/waitable_timer_service/id.html
index b70d791d14..ce154a5ef0 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/id.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="get_io_service.html" title="waitable_timer_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.id"></a><a class="link" href="id.html" title="waitable_timer_service::id">waitable_timer_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595183"></a>
+ <a class="indexterm" name="idp200273424"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html b/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html
index 52591acfba..83ce26e44f 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="id.html" title="waitable_timer_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.implementation_type"></a><a class="link" href="implementation_type.html" title="waitable_timer_service::implementation_type">waitable_timer_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595266"></a>
+ <a class="indexterm" name="idp200283328"></a>
The implementation type of the
waitable timer.
</p>
@@ -35,18 +35,18 @@ The implementation type of the
</pre>
<h6>
<a name="boost_asio.reference.waitable_timer_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.waitable_timer_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.waitable_timer_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/time_point.html b/doc/html/boost_asio/reference/waitable_timer_service/time_point.html
index 25a234bee5..f6dfdb02ec 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/time_point.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/time_point.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::time_point</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="implementation_type.html" title="waitable_timer_service::implementation_type">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.waitable_timer_service.time_point"></a><a class="link" href="time_point.html" title="waitable_timer_service::time_point">waitable_timer_service::time_point</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595380"></a>
+ <a class="indexterm" name="idp200295744"></a>
The time point type of the clock.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">clock_type</span><span class="special">::</span><span class="identifier">time_point</span> <span class="identifier">time_point</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.waitable_timer_service.time_point.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.time_point.requirements"></a></span><a class="link" href="time_point.html#boost_asio.reference.waitable_timer_service.time_point.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.time_point.requirements"></a></span><a class="link" href="time_point.html#boost_asio.reference.waitable_timer_service.time_point.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html b/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html
index e92afaf5c4..e21e28f7ba 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::traits_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="time_point.html" title="waitable_timer_service::time_point">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.waitable_timer_service.traits_type"></a><a class="link" href="traits_type.html" title="waitable_timer_service::traits_type">waitable_timer_service::traits_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595502"></a>
+ <a class="indexterm" name="idp200309104"></a>
The wait traits type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">WaitTraits</span> <span class="identifier">traits_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.waitable_timer_service.traits_type.h0"></a>
- <span><a name="boost_asio.reference.waitable_timer_service.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.waitable_timer_service.traits_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.traits_type.requirements"></a></span><a class="link" href="traits_type.html#boost_asio.reference.waitable_timer_service.traits_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/wait.html b/doc/html/boost_asio/reference/waitable_timer_service/wait.html
index 22cc64cbf5..827b258fcd 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/wait.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="traits_type.html" title="waitable_timer_service::traits_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.wait"></a><a class="link" href="wait.html" title="waitable_timer_service::wait">waitable_timer_service::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595612"></a>
+ <a class="indexterm" name="idp200321424"></a>
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html b/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html
index 813db5d9c2..9d0129ec96 100644
--- a/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html
+++ b/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>waitable_timer_service::waitable_timer_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service">
<link rel="prev" href="wait.html" title="waitable_timer_service::wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.waitable_timer_service.waitable_timer_service"></a><a class="link" href="waitable_timer_service.html" title="waitable_timer_service::waitable_timer_service">waitable_timer_service::waitable_timer_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1595726"></a>
+ <a class="indexterm" name="idp200334720"></a>
Construct a new timer service
for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new timer service
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle.html b/doc/html/boost_asio/reference/windows__basic_handle.html
index acf5b519eb..10a6d720fc 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="waitable_timer_service/waitable_timer_service.html" title="waitable_timer_service::waitable_timer_service">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.types"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.types"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -121,7 +121,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.member_functions"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.member_functions"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -275,7 +275,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -336,7 +336,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.protected_data_members"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.protected_data_members"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -391,31 +391,29 @@
</p>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.thread_safety"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.thread_safety"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__basic_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.requirements"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.requirements"></a></span><a class="link" href="windows__basic_handle.html#boost_asio.reference.windows__basic_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html b/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html
index be592331e3..0857c03e44 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::~basic_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="service_type.html" title="windows::basic_handle::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle._basic_handle"></a><a class="link" href="_basic_handle.html" title="windows::basic_handle::~basic_handle">windows::basic_handle::~basic_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1602562"></a>
+ <a class="indexterm" name="idp201112048"></a>
Protected destructor to prevent deletion
through this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/assign.html b/doc/html/boost_asio/reference/windows__basic_handle/assign.html
index 14d454222c..a843aa92fa 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/assign.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="../windows__basic_handle.html" title="windows::basic_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.assign"></a><a class="link" href="assign.html" title="windows::basic_handle::assign">windows::basic_handle::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1596931"></a>
+ <a class="indexterm" name="idp200471088"></a>
Assign an existing native handle to the handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="assign/overload1.html" title="windows::basic_handle::assign (1 of 2 overloads)">assign</a><span class="special">(</span>
@@ -42,7 +42,7 @@ Assign an existing native handle to the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html
index 7faa169950..da9f32787a 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_handle::assign">
<link rel="prev" href="../assign.html" title="windows::basic_handle::assign">
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html
index 7aa4aa2308..d6a2840b18 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_handle::assign">
<link rel="prev" href="overload1.html" title="windows::basic_handle::assign (1 of 2 overloads)">
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html
index 1e74662b5d..add914d6c8 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::basic_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="assign/overload2.html" title="windows::basic_handle::assign (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.basic_handle"></a><a class="link" href="basic_handle.html" title="windows::basic_handle::basic_handle">windows::basic_handle::basic_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1597336"></a>
+ <a class="indexterm" name="idp200518976"></a>
Construct a <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> without opening it.
</p>
<pre class="programlisting"><span class="keyword">explicit</span> <a class="link" href="basic_handle/overload1.html" title="windows::basic_handle::basic_handle (1 of 3 overloads)">basic_handle</a><span class="special">(</span>
@@ -53,7 +53,7 @@ Construct a <a class="link" href="../windows__basic_handle.html" title="windows:
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html
index 22a447e426..3554766144 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::basic_handle (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_handle.html" title="windows::basic_handle::basic_handle">
<link rel="prev" href="../basic_handle.html" title="windows::basic_handle::basic_handle">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.basic_handle.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.basic_handle.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.basic_handle.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html
index f9014061ca..5a7a8cf0ef 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::basic_handle (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_handle.html" title="windows::basic_handle::basic_handle">
<link rel="prev" href="overload1.html" title="windows::basic_handle::basic_handle (1 of 3 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.basic_handle.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.basic_handle.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -59,11 +59,11 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.basic_handle.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.basic_handle.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -73,7 +73,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html
index ddde53ecfa..6bfef1b7c5 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::basic_handle (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_handle.html" title="windows::basic_handle::basic_handle">
<link rel="prev" href="overload2.html" title="windows::basic_handle::basic_handle (2 of 3 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_handle.basic_handle.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_handle.basic_handle.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> object from
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_handle.basic_handle.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.basic_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_handle.basic_handle.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/cancel.html b/doc/html/boost_asio/reference/windows__basic_handle/cancel.html
index ab2f12e3fc..17de8e904d 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/cancel.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="basic_handle/overload3.html" title="windows::basic_handle::basic_handle (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.cancel"></a><a class="link" href="cancel.html" title="windows::basic_handle::cancel">windows::basic_handle::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1598330"></a>
+ <a class="indexterm" name="idp200633536"></a>
Cancel all asynchronous operations associated
with the handle.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html
index f573e07de3..5ee9861dde 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_handle::cancel">
<link rel="prev" href="../cancel.html" title="windows::basic_handle::cancel">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html
index 30ea78408d..4a1e3023c7 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_handle::cancel">
<link rel="prev" href="overload1.html" title="windows::basic_handle::cancel (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/close.html b/doc/html/boost_asio/reference/windows__basic_handle/close.html
index b275429884..1f6739041e 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/close.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="cancel/overload2.html" title="windows::basic_handle::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.close"></a><a class="link" href="close.html" title="windows::basic_handle::close">windows::basic_handle::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1598811"></a>
+ <a class="indexterm" name="idp200688912"></a>
Close the handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="windows::basic_handle::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html
index a58db7f22c..5fc0588d35 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_handle::close">
<link rel="prev" href="../close.html" title="windows::basic_handle::close">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html
index c2f0867f5a..fe128729a3 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_handle::close">
<link rel="prev" href="overload1.html" title="windows::basic_handle::close (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html
index 11e243a096..b83e038220 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="close/overload2.html" title="windows::basic_handle::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.get_implementation"></a><a class="link" href="get_implementation.html" title="windows::basic_handle::get_implementation">windows::basic_handle::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1599289"></a>
+ <a class="indexterm" name="idp200744048"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html
index aff3aab081..0013c5252b 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_handle::get_implementation">
<link rel="prev" href="../get_implementation.html" title="windows::basic_handle::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html
index 9038112c1e..6fd20abb76 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_handle::get_implementation">
<link rel="prev" href="overload1.html" title="windows::basic_handle::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html b/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html
index c459600634..fa5fdcd358 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="get_implementation/overload2.html" title="windows::basic_handle::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1599554"></a>
+ <a class="indexterm" name="idp200774256"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_handle.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_handle.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_service.html b/doc/html/boost_asio/reference/windows__basic_handle/get_service.html
index 577ec579ca..ea9fd5aa6c 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="get_io_service.html" title="windows::basic_handle::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.get_service"></a><a class="link" href="get_service.html" title="windows::basic_handle::get_service">windows::basic_handle::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1599714"></a>
+ <a class="indexterm" name="idp200792464"></a>
Get the service associated with the I/O
object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with the I/O
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html
index e456101aa8..d629ab2629 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_handle::get_service">
<link rel="prev" href="../get_service.html" title="windows::basic_handle::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html
index 76d4b3ad47..34e5846ace 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_handle::get_service">
<link rel="prev" href="overload1.html" title="windows::basic_handle::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/implementation.html b/doc/html/boost_asio/reference/windows__basic_handle/implementation.html
index 9a9cbb25be..7b83af89f1 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="get_service/overload2.html" title="windows::basic_handle::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1599978"></a>
+ <a class="indexterm" name="idp200822464"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.) The underlying implementation of the
I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html b/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html
index 7855167ed2..6683a07cce 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="implementation.html" title="windows::basic_handle::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1600053"></a>
+ <a class="indexterm" name="idp200831120"></a>
The underlying implementation type
of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation type
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_handle.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_handle.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/is_open.html b/doc/html/boost_asio/reference/windows__basic_handle/is_open.html
index 187d18296d..46e5c05531 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/is_open.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="implementation_type.html" title="windows::basic_handle::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.is_open"></a><a class="link" href="is_open.html" title="windows::basic_handle::is_open">windows::basic_handle::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1600177"></a>
+ <a class="indexterm" name="idp200844560"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html
index bd4013ffc5..ae77f0e586 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="is_open.html" title="windows::basic_handle::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.lowest_layer"></a><a class="link" href="lowest_layer.html" title="windows::basic_handle::lowest_layer">windows::basic_handle::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1600239"></a>
+ <a class="indexterm" name="idp200851728"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="windows::basic_handle::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html
index b0e5ef43df..60c2a42195 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_handle::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="windows::basic_handle::lowest_layer">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_handle.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html
index 63f4a4de16..9e6e698ae3 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_handle::lowest_layer">
<link rel="prev" href="overload1.html" title="windows::basic_handle::lowest_layer (1 of 2 overloads)">
@@ -39,7 +39,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_handle.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -49,7 +49,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html
index d83e89d6af..bb53d6095e 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="lowest_layer/overload2.html" title="windows::basic_handle::lowest_layer (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="windows::basic_handle::lowest_layer_type">windows::basic_handle::lowest_layer_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1600623"></a>
+ <a class="indexterm" name="idp200894352"></a>
A <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> is always the lowest
layer.
</p>
@@ -35,7 +35,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -274,7 +274,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -335,7 +335,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -390,31 +390,29 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_handle.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/native.html b/doc/html/boost_asio/reference/windows__basic_handle/native.html
index 7e4875efe9..d103716824 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/native.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="lowest_layer_type.html" title="windows::basic_handle::lowest_layer_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.native"></a><a class="link" href="native.html" title="windows::basic_handle::native">windows::basic_handle::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1601711"></a>
+ <a class="indexterm" name="idp201016176"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html b/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html
index 308e23b676..499797778b 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="native.html" title="windows::basic_handle::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.native_handle"></a><a class="link" href="native_handle.html" title="windows::basic_handle::native_handle">windows::basic_handle::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1601785"></a>
+ <a class="indexterm" name="idp201024608"></a>
Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -40,7 +40,7 @@ Get the native handle representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html b/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html
index f04f13fc19..fca8884ad5 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="native_handle.html" title="windows::basic_handle::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.windows__basic_handle.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::basic_handle::native_handle_type">windows::basic_handle::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1601845"></a>
+ <a class="indexterm" name="idp201031328"></a>
The native representation of a handle.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">HandleService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_handle.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_handle.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/native_type.html b/doc/html/boost_asio/reference/windows__basic_handle/native_type.html
index cb7a851841..0138260dd4 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/native_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="native_handle_type.html" title="windows::basic_handle::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.native_type"></a><a class="link" href="native_type.html" title="windows::basic_handle::native_type">windows::basic_handle::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1601968"></a>
+ <a class="indexterm" name="idp201044816"></a>
(Deprecated: Use native_handle_type.) The
native representation of a handle.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_handle.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_handle.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html b/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html
index 9a5bdd47a1..0aca945007 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="native_type.html" title="windows::basic_handle::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_handle.operator_eq_"></a><a class="link" href="operator_eq_.html" title="windows::basic_handle::operator=">windows::basic_handle::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1602090"></a>
+ <a class="indexterm" name="idp201058288"></a>
Move-assign a <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_handle</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../windows__basic_handle.html" title="window
</p>
<h6>
<a name="boost_asio.reference.windows__basic_handle.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_handle.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_handle.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> object from
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../windows__basic_handle.html" title="window
</div>
<h6>
<a name="boost_asio.reference.windows__basic_handle.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_handle.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_handle.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../windows__basic_handle.html" title="window
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/service.html b/doc/html/boost_asio/reference/windows__basic_handle/service.html
index 56b18e2170..c569cddee2 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/service.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="operator_eq_.html" title="windows::basic_handle::operator=">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1602337"></a>
+ <a class="indexterm" name="idp201086992"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_handle.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_handle.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_handle/service_type.html b/doc/html/boost_asio/reference/windows__basic_handle/service_type.html
index d4c951cefc..0874cdf9ef 100644
--- a/doc/html/boost_asio/reference/windows__basic_handle/service_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_handle/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_handle::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle">
<link rel="prev" href="service.html" title="windows::basic_handle::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1602448"></a>
+ <a class="indexterm" name="idp201099568"></a>
The type of the service that will be used
to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will be used
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_handle.service_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_handle.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_handle.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle.html b/doc/html/boost_asio/reference/windows__basic_object_handle.html
index a8897a710e..14f4ad64fd 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__basic_handle/_basic_handle.html" title="windows::basic_handle::~basic_handle">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.types"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.types"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -121,7 +121,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.member_functions"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.member_functions"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -299,7 +299,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -348,7 +348,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.protected_data_members"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.protected_data_members"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -403,31 +403,29 @@
</p>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.thread_safety"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.thread_safety"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__basic_object_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.requirements"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.requirements"></a></span><a class="link" href="windows__basic_object_handle.html#boost_asio.reference.windows__basic_object_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html b/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html
index 3afe52c437..72a59e4793 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.assign"></a><a class="link" href="assign.html" title="windows::basic_object_handle::assign">windows::basic_object_handle::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1603784"></a>
+ <a class="indexterm" name="idp201248896"></a>
Assign an existing native handle to the
handle.
</p>
@@ -43,7 +43,7 @@ Assign an existing native handle to the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html
index 2a6123565f..15eb7eb73c 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_object_handle::assign">
<link rel="prev" href="../assign.html" title="windows::basic_object_handle::assign">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html
index a107d53ab3..edaec1d686 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_object_handle::assign">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::assign (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html b/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html
index bf09aa16fd..0d28e83db9 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="assign/overload2.html" title="windows::basic_object_handle::assign (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.windows__basic_object_handle.async_wait"></a><a class="link" href="async_wait.html" title="windows::basic_object_handle::async_wait">windows::basic_object_handle::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1604208"></a>
+ <a class="indexterm" name="idp201298496"></a>
Start an asynchronous wait on the
object handle.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
@@ -42,11 +42,11 @@ Start an asynchronous wait on the
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.async_wait.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.windows__basic_object_handle.async_wait.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.async_wait.parameters"></a></span><a class="link" href="async_wait.html#boost_asio.reference.windows__basic_object_handle.async_wait.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">handler</span></dt>
<dd>
<p>
@@ -70,7 +70,7 @@ Start an asynchronous wait on the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html
index 02045447c4..57ac10cc48 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::basic_object_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="async_wait.html" title="windows::basic_object_handle::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle"></a><a class="link" href="basic_object_handle.html" title="windows::basic_object_handle::basic_object_handle">windows::basic_object_handle::basic_object_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1604479"></a>
+ <a class="indexterm" name="idp201330112"></a>
Construct a <a class="link" href="../windows__basic_object_handle.html" title="windows::basic_object_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_object_handle</span></code></a> without opening
it.
</p>
@@ -54,7 +54,7 @@ Construct a <a class="link" href="../windows__basic_object_handle.html" title="w
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html
index 64204fe98f..d83583660b 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::basic_object_handle (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_object_handle.html" title="windows::basic_object_handle::basic_object_handle">
<link rel="prev" href="../basic_object_handle.html" title="windows::basic_object_handle::basic_object_handle">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -55,7 +55,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html
index b3247ee163..7013abadeb 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::basic_object_handle (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_object_handle.html" title="windows::basic_object_handle::basic_object_handle">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::basic_object_handle (1 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html
index ccb28a7e14..072638d379 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::basic_object_handle (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_object_handle.html" title="windows::basic_object_handle::basic_object_handle">
<link rel="prev" href="overload2.html" title="windows::basic_object_handle::basic_object_handle (2 of 3 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../windows__basic_object_handle.html" title="windows::basic_object_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_object_handle</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_object_handle.basic_object_handle.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html
index 8db7fd6fd0..8b51e76fa6 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="basic_object_handle/overload3.html" title="windows::basic_object_handle::basic_object_handle (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.cancel"></a><a class="link" href="cancel.html" title="windows::basic_object_handle::cancel">windows::basic_object_handle::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1605490"></a>
+ <a class="indexterm" name="idp201445424"></a>
Cancel all asynchronous operations associated
with the handle.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html
index 28a383cc10..3b69282d5a 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_object_handle::cancel">
<link rel="prev" href="../cancel.html" title="windows::basic_object_handle::cancel">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html
index a95d2b4783..3b7d3860a7 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_object_handle::cancel">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::cancel (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/close.html b/doc/html/boost_asio/reference/windows__basic_object_handle/close.html
index 509ab2ba00..117d606e42 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/close.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="cancel/overload2.html" title="windows::basic_object_handle::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.close"></a><a class="link" href="close.html" title="windows::basic_object_handle::close">windows::basic_object_handle::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1605992"></a>
+ <a class="indexterm" name="idp201502688"></a>
Close the handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="windows::basic_object_handle::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html
index 6e64d9567e..d281c8cdbf 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_object_handle::close">
<link rel="prev" href="../close.html" title="windows::basic_object_handle::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html
index 4f97cefe83..09a4f7bc00 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_object_handle::close">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html
index fbe629d7c8..a9918fa9c3 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="close/overload2.html" title="windows::basic_object_handle::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.get_implementation"></a><a class="link" href="get_implementation.html" title="windows::basic_object_handle::get_implementation">windows::basic_object_handle::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1606491"></a>
+ <a class="indexterm" name="idp201559616"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html
index 77798b46cd..e5d2bc3d25 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_object_handle::get_implementation">
<link rel="prev" href="../get_implementation.html" title="windows::basic_object_handle::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html
index 9ac99d96ad..387e45623e 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_object_handle::get_implementation">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html
index 9cd649bbcf..be25087aa1 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="get_implementation/overload2.html" title="windows::basic_object_handle::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1606758"></a>
+ <a class="indexterm" name="idp201590208"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_object_handle.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_object_handle.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html
index 9c4805b1bb..abfa8db417 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="get_io_service.html" title="windows::basic_object_handle::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.get_service"></a><a class="link" href="get_service.html" title="windows::basic_object_handle::get_service">windows::basic_object_handle::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1606918"></a>
+ <a class="indexterm" name="idp201608576"></a>
Get the service associated with
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html
index d45069b382..e1f34b88f7 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_object_handle::get_service">
<link rel="prev" href="../get_service.html" title="windows::basic_object_handle::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html
index 2c1bb4bcb5..b8d174fce3 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_object_handle::get_service">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html b/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html
index 2201f01e79..f6e863cf51 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="get_service/overload2.html" title="windows::basic_object_handle::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1607185"></a>
+ <a class="indexterm" name="idp201638640"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.)
The underlying implementation of the I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html b/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html
index 0c76ae5a4a..14d320f364 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="implementation.html" title="windows::basic_object_handle::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1607262"></a>
+ <a class="indexterm" name="idp201647312"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_object_handle.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_object_handle.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html b/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html
index c0957271b6..db7597b26f 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="implementation_type.html" title="windows::basic_object_handle::implementation_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1607391"></a>
+ <a class="indexterm" name="idp201661760"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html
index e0c066ab5a..5efc9394e7 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="is_open.html" title="windows::basic_object_handle::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer"></a><a class="link" href="lowest_layer.html" title="windows::basic_object_handle::lowest_layer">windows::basic_object_handle::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1607453"></a>
+ <a class="indexterm" name="idp201669024"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="windows::basic_object_handle::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html
index cd1490938a..775974d2d5 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_object_handle::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="windows::basic_object_handle::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html
index 38e731d787..367a88e9b2 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_object_handle::lowest_layer">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html
index 409b7c4f66..4ba5f3bcde 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="lowest_layer/overload2.html" title="windows::basic_object_handle::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1608134"></a>
+ <a class="indexterm" name="idp201714512"></a>
A <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -123,7 +123,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -277,7 +277,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -338,7 +338,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -393,31 +393,29 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_object_handle.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/native.html b/doc/html/boost_asio/reference/windows__basic_object_handle/native.html
index 3a206bd6fa..bb987dd027 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/native.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="lowest_layer_type.html" title="windows::basic_object_handle::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1609235"></a>
+ <a class="indexterm" name="idp201837136"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html b/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html
index 21a9f2f906..9be8018cdb 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="native.html" title="windows::basic_object_handle::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1609317"></a>
+ <a class="indexterm" name="idp201846480"></a>
Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native handle representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html b/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html
index 049161e215..d680ba8475 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="native_handle.html" title="windows::basic_object_handle::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::basic_object_handle::native_handle_type">windows::basic_object_handle::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1609379"></a>
+ <a class="indexterm" name="idp201853216"></a>
The native representation
of a handle.
</p>
@@ -35,18 +35,18 @@ The native representation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_object_handle.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_object_handle.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html b/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html
index 0b90eb6f63..a575d6438f 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="native_handle_type.html" title="windows::basic_object_handle::native_handle_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1609509"></a>
+ <a class="indexterm" name="idp201867648"></a>
(Deprecated: Use native_handle_type.)
The native representation of a handle.
</p>
@@ -38,18 +38,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_object_handle.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_object_handle.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html b/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html
index 105db82457..533383cbf3 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="native_type.html" title="windows::basic_object_handle::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.operator_eq_"></a><a class="link" href="operator_eq_.html" title="windows::basic_object_handle::operator=">windows::basic_object_handle::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1609633"></a>
+ <a class="indexterm" name="idp201881232"></a>
Move-assign a <a class="link" href="../windows__basic_object_handle.html" title="windows::basic_object_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_object_handle</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_object_handle</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../windows__basic_object_handle.html" title=
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_object_handle.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_object_handle.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../windows__basic_object_handle.html" title="windows::basic_object_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_object_handle</span></code></a> object
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../windows__basic_object_handle.html" title=
</div>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_object_handle.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_object_handle.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../windows__basic_object_handle.html" title=
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/service.html b/doc/html/boost_asio/reference/windows__basic_object_handle/service.html
index bbc52fced9..01833cf934 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/service.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="operator_eq_.html" title="windows::basic_object_handle::operator=">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1609885"></a>
+ <a class="indexterm" name="idp201909904"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_object_handle.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_object_handle.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html b/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html
index 45a2337e04..a9c564ba86 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="service.html" title="windows::basic_object_handle::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1609997"></a>
+ <a class="indexterm" name="idp201922544"></a>
The type of the service that will
be used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.service_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_object_handle.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_object_handle.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html b/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html
index 17f97fcf09..574b9ac63a 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle">
<link rel="prev" href="service_type.html" title="windows::basic_object_handle::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_object_handle.wait"></a><a class="link" href="wait.html" title="windows::basic_object_handle::wait">windows::basic_object_handle::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1610112"></a>
+ <a class="indexterm" name="idp201935056"></a>
Perform a blocking wait on the object handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="wait/overload1.html" title="windows::basic_object_handle::wait (1 of 2 overloads)">wait</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Perform a blocking wait on the object handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html b/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html
index c24f565b7e..fbc127d2d0 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::wait (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="windows::basic_object_handle::wait">
<link rel="prev" href="../wait.html" title="windows::basic_object_handle::wait">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.wait.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.wait.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.wait.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_object_handle.wait.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -53,7 +53,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html b/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html
index 3bc98746a9..81462c4a25 100644
--- a/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_object_handle::wait (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../wait.html" title="windows::basic_object_handle::wait">
<link rel="prev" href="overload1.html" title="windows::basic_object_handle::wait (1 of 2 overloads)">
@@ -40,11 +40,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_object_handle.wait.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_object_handle.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.wait.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_object_handle.wait.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_object_handle.wait.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -54,7 +54,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle.html
index 0e6b1ce954..283957bda9 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__basic_object_handle/wait/overload2.html" title="windows::basic_object_handle::wait (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.types"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.types"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -121,7 +121,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.member_functions"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.member_functions"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -323,7 +323,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,7 +372,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.protected_data_members"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.protected_data_members"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -427,31 +427,29 @@
</p>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.thread_safety"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.thread_safety"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__basic_random_access_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.requirements"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.requirements"></a></span><a class="link" href="windows__basic_random_access_handle.html#boost_asio.reference.windows__basic_random_access_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html
index 8f48f1ffcd..2ae2525e31 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.assign"></a><a class="link" href="assign.html" title="windows::basic_random_access_handle::assign">windows::basic_random_access_handle::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1611731"></a>
+ <a class="indexterm" name="idp202116096"></a>
Assign an existing native handle
to the handle.
</p>
@@ -43,7 +43,7 @@ Assign an existing native handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html
index 0129904dfc..ba7a1659a4 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_random_access_handle::assign">
<link rel="prev" href="../assign.html" title="windows::basic_random_access_handle::assign">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html
index af8db3dbb3..00282ac42e 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_random_access_handle::assign">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::assign (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html
index b6b0805fdb..4a51447919 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::async_read_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="assign/overload2.html" title="windows::basic_random_access_handle::assign (2 of 2 overloads)">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at"></a><a class="link" href="async_read_some_at.html" title="windows::basic_random_access_handle::async_read_some_at">windows::basic_random_access_handle::async_read_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1612157"></a>
+ <a class="indexterm" name="idp202166032"></a>
Start an asynchronous
read at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some_at</span><span class="special">(</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -45,11 +45,11 @@ Start an asynchronous
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.parameters"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.parameters"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be read.
@@ -84,7 +84,7 @@ Start an asynchronous
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.remarks"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.remarks"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.remarks">Remarks</a>
</h6>
<p>
The read operation may not read all of the requested number of bytes. Consider
@@ -94,7 +94,7 @@ Start an asynchronous
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.example"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.example"></a></span><a class="link" href="async_read_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_read_some_at.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -109,7 +109,7 @@ Start an asynchronous
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html
index fc4d27c7c0..799f6afa41 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::async_write_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="async_read_some_at.html" title="windows::basic_random_access_handle::async_read_some_at">
@@ -27,15 +27,15 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at"></a><a class="link" href="async_write_some_at.html" title="windows::basic_random_access_handle::async_write_some_at">windows::basic_random_access_handle::async_write_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1612773"></a>
+ <a class="indexterm" name="idp202236448"></a>
Start an asynchronous
write at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some_at</span><span class="special">(</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -45,11 +45,11 @@ Start an asynchronous
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.parameters"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.parameters"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be written.
@@ -84,7 +84,7 @@ Start an asynchronous
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.remarks"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.remarks"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
@@ -94,7 +94,7 @@ Start an asynchronous
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.example"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.example"></a></span><a class="link" href="async_write_some_at.html#boost_asio.reference.windows__basic_random_access_handle.async_write_some_at.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -109,7 +109,7 @@ Start an asynchronous
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html
index 09f0fd0323..130f1ec492 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::basic_random_access_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="async_write_some_at.html" title="windows::basic_random_access_handle::async_write_some_at">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle"></a><a class="link" href="basic_random_access_handle.html" title="windows::basic_random_access_handle::basic_random_access_handle">windows::basic_random_access_handle::basic_random_access_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1613390"></a>
+ <a class="indexterm" name="idp202306640"></a>
Construct
a <a class="link" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_random_access_handle</span></code></a> without
opening it.
@@ -56,7 +56,7 @@ Construct
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html
index c77f1efd3e..9d85aafe2e 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::basic_random_access_handle (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_random_access_handle.html" title="windows::basic_random_access_handle::basic_random_access_handle">
<link rel="prev" href="../basic_random_access_handle.html" title="windows::basic_random_access_handle::basic_random_access_handle">
@@ -36,16 +36,16 @@
</pre>
<p>
This constructor creates a random-access handle without opening it. The
- handle needs to be opened before data can be written to or or read from
+ handle needs to be opened before data can be written to or read from
it.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html
index 47d865e504..13814029aa 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::basic_random_access_handle (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_random_access_handle.html" title="windows::basic_random_access_handle::basic_random_access_handle">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::basic_random_access_handle (1 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html
index 67a6a70d65..6e6fffc168 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::basic_random_access_handle (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_random_access_handle.html" title="windows::basic_random_access_handle::basic_random_access_handle">
<link rel="prev" href="overload2.html" title="windows::basic_random_access_handle::basic_random_access_handle (2 of 3 overloads)">
@@ -39,11 +39,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_random_access_handle</span></code></a>
@@ -53,7 +53,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_random_access_handle.basic_random_access_handle.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -62,7 +62,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html
index f1226f902f..ede926c438 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="basic_random_access_handle/overload3.html" title="windows::basic_random_access_handle::basic_random_access_handle (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.cancel"></a><a class="link" href="cancel.html" title="windows::basic_random_access_handle::cancel">windows::basic_random_access_handle::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1614416"></a>
+ <a class="indexterm" name="idp202422800"></a>
Cancel all asynchronous operations
associated with the handle.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html
index 3783a6f371..82604f7c0f 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_random_access_handle::cancel">
<link rel="prev" href="../cancel.html" title="windows::basic_random_access_handle::cancel">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html
index 4d4ff63695..a7838522f6 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_random_access_handle::cancel">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::cancel (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html
index a448c6b95e..4d5c62d6a3 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="cancel/overload2.html" title="windows::basic_random_access_handle::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.close"></a><a class="link" href="close.html" title="windows::basic_random_access_handle::close">windows::basic_random_access_handle::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1614918"></a>
+ <a class="indexterm" name="idp202480304"></a>
Close the handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="windows::basic_random_access_handle::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html
index 7b9a2421c1..bdcd6ecb89 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_random_access_handle::close">
<link rel="prev" href="../close.html" title="windows::basic_random_access_handle::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html
index 6089186585..d56b57db17 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_random_access_handle::close">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html
index aa5e477317..0fe85b7698 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="close/overload2.html" title="windows::basic_random_access_handle::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.get_implementation"></a><a class="link" href="get_implementation.html" title="windows::basic_random_access_handle::get_implementation">windows::basic_random_access_handle::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1615420"></a>
+ <a class="indexterm" name="idp202538000"></a>
Get the underlying
implementation of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html
index d5c7e2db42..8395321b40 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_random_access_handle::get_implementation">
<link rel="prev" href="../get_implementation.html" title="windows::basic_random_access_handle::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html
index 7271448891..9c7d61c9a5 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_random_access_handle::get_implementation">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html
index 2e87178ea7..fc022f10c5 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="get_implementation/overload2.html" title="windows::basic_random_access_handle::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1615694"></a>
+ <a class="indexterm" name="idp202568480"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_random_access_handle.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_random_access_handle.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html
index 604f7889f7..d760f74d04 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="get_io_service.html" title="windows::basic_random_access_handle::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.get_service"></a><a class="link" href="get_service.html" title="windows::basic_random_access_handle::get_service">windows::basic_random_access_handle::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1615857"></a>
+ <a class="indexterm" name="idp202586976"></a>
Get the service associated
with the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the service associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html
index e6a66689d8..e49258b662 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_random_access_handle::get_service">
<link rel="prev" href="../get_service.html" title="windows::basic_random_access_handle::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html
index 0f8dd0d507..ad0c34b876 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_random_access_handle::get_service">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html
index 652f691a79..ef14abf941 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="get_service/overload2.html" title="windows::basic_random_access_handle::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1616122"></a>
+ <a class="indexterm" name="idp202617360"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.)
The underlying implementation of the I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html
index 587b3fe2ae..f41f4d9e14 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="implementation.html" title="windows::basic_random_access_handle::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1616200"></a>
+ <a class="indexterm" name="idp202626032"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_random_access_handle.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_random_access_handle.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html
index b35f271309..e6d1325cd0 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="implementation_type.html" title="windows::basic_random_access_handle::implementation_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1616333"></a>
+ <a class="indexterm" name="idp202640512"></a>
Determine whether the handle
is open.
</p>
@@ -39,7 +39,7 @@ Determine whether the handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html
index f8ae47420d..a641646cb0 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="is_open.html" title="windows::basic_random_access_handle::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer"></a><a class="link" href="lowest_layer.html" title="windows::basic_random_access_handle::lowest_layer">windows::basic_random_access_handle::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1616397"></a>
+ <a class="indexterm" name="idp202647856"></a>
Get a reference to the lowest
layer.
</p>
@@ -43,7 +43,7 @@ Get a reference to the lowest
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html
index bd67570535..785cbe2d2b 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_random_access_handle::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="windows::basic_random_access_handle::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html
index 4115524749..2cfc9f9efc 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_random_access_handle::lowest_layer">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html
index 9e40748be3..969b12409e 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="lowest_layer/overload2.html" title="windows::basic_random_access_handle::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1616806"></a>
+ <a class="indexterm" name="idp202693616"></a>
A <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -123,7 +123,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -277,7 +277,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -338,7 +338,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -393,31 +393,29 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html
index 3f63f4ea25..f592ba0276 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="lowest_layer_type.html" title="windows::basic_random_access_handle::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1617914"></a>
+ <a class="indexterm" name="idp202816976"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.)
Get the native handle representation.
</p>
@@ -44,7 +44,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html
index 2e706a8b75..2d1b38711a 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="native.html" title="windows::basic_random_access_handle::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1617998"></a>
+ <a class="indexterm" name="idp202826272"></a>
Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native handle representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html
index 80366cfbe0..3e25dc3e77 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="native_handle.html" title="windows::basic_random_access_handle::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::basic_random_access_handle::native_handle_type">windows::basic_random_access_handle::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1618060"></a>
+ <a class="indexterm" name="idp202832944"></a>
The native representation
of a handle.
</p>
@@ -35,18 +35,18 @@ The native representation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_random_access_handle.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_random_access_handle.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html
index b8bb5ccffc..d917ed2774 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="native_handle_type.html" title="windows::basic_random_access_handle::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.native_type"></a><a class="link" href="native_type.html" title="windows::basic_random_access_handle::native_type">windows::basic_random_access_handle::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1618187"></a>
+ <a class="indexterm" name="idp202846704"></a>
(Deprecated: Use native_handle_type.)
The native representation of a handle.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_random_access_handle.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_random_access_handle.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html
index 25ae16f744..0995bca5e8 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="native_type.html" title="windows::basic_random_access_handle::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_"></a><a class="link" href="operator_eq_.html" title="windows::basic_random_access_handle::operator=">windows::basic_random_access_handle::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1618313"></a>
+ <a class="indexterm" name="idp202860304"></a>
Move-assign a <a class="link" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_random_access_handle</span></code></a> from
another.
</p>
@@ -40,11 +40,11 @@ Move-assign a <a class="link" href="../windows__basic_random_access_handle.html"
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_random_access_handle.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_random_access_handle.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_random_access_handle</span></code></a>
@@ -54,7 +54,7 @@ Move-assign a <a class="link" href="../windows__basic_random_access_handle.html"
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_random_access_handle.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_random_access_handle.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -63,7 +63,7 @@ Move-assign a <a class="link" href="../windows__basic_random_access_handle.html"
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html
index 739a5943be..dcae3f69a6 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::read_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="operator_eq_.html" title="windows::basic_random_access_handle::operator=">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at"></a><a class="link" href="read_some_at.html" title="windows::basic_random_access_handle::read_some_at">windows::basic_random_access_handle::read_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1618555"></a>
+ <a class="indexterm" name="idp202887776"></a>
Read some data from the
handle at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_some_at/overload1.html" title="windows::basic_random_access_handle::read_some_at (1 of 2 overloads)">read_some_at</a><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_some_at/overload1.html" title="windows::basic_random_access_handle::read_some_at (1 of 2 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_some_at/overload2.html" title="windows::basic_random_access_handle::read_some_at (2 of 2 overloads)">read_some_at</a><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="read_some_at/overload2.html" title="windows::basic_random_access_handle::read_some_at (2 of 2 overloads)">more...</a></em></span>
@@ -49,7 +49,7 @@ Read some data from the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html
index cf5c52843c..b9726745b1 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::read_some_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some_at.html" title="windows::basic_random_access_handle::read_some_at">
<link rel="prev" href="../read_some_at.html" title="windows::basic_random_access_handle::read_some_at">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
</pre>
<p>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -82,7 +82,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -92,7 +92,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -107,7 +107,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html
index 442848de33..6200a2f6ff 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::read_some_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some_at.html" title="windows::basic_random_access_handle::read_some_at">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::read_some_at (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be read.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.read_some_at.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -84,7 +84,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html
index bb457b3a63..c8262342ba 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="read_some_at/overload2.html" title="windows::basic_random_access_handle::read_some_at (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1619748"></a>
+ <a class="indexterm" name="idp203020112"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.)
The service associated with the I/O object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_random_access_handle.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_random_access_handle.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html
index 26434979e0..53d538beab 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="service.html" title="windows::basic_random_access_handle::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1619862"></a>
+ <a class="indexterm" name="idp203032816"></a>
The type of the service
that will be used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.service_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_random_access_handle.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_random_access_handle.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html
index cde205ecc9..ed8d837034 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::write_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="service_type.html" title="windows::basic_random_access_handle::service_type">
@@ -27,21 +27,21 @@
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at"></a><a class="link" href="write_some_at.html" title="windows::basic_random_access_handle::write_some_at">windows::basic_random_access_handle::write_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1619980"></a>
+ <a class="indexterm" name="idp203045520"></a>
Write some data to the
handle at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_some_at/overload1.html" title="windows::basic_random_access_handle::write_some_at (1 of 2 overloads)">write_some_at</a><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_some_at/overload1.html" title="windows::basic_random_access_handle::write_some_at (1 of 2 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_some_at/overload2.html" title="windows::basic_random_access_handle::write_some_at (2 of 2 overloads)">write_some_at</a><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_some_at/overload2.html" title="windows::basic_random_access_handle::write_some_at (2 of 2 overloads)">more...</a></em></span>
@@ -49,7 +49,7 @@ Write some data to the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html
index 9fe429c6ea..4875e08782 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::write_some_at (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some_at.html" title="windows::basic_random_access_handle::write_some_at">
<link rel="prev" href="../write_some_at.html" title="windows::basic_random_access_handle::write_some_at">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
</pre>
<p>
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be written.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -68,11 +68,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -82,7 +82,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some_at operation may not write all of the data. Consider using
@@ -92,7 +92,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -107,7 +107,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html
index 9d1dd85713..b70fb3211d 100644
--- a/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::write_some_at (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some_at.html" title="windows::basic_random_access_handle::write_some_at">
<link rel="prev" href="overload1.html" title="windows::basic_random_access_handle::write_some_at (1 of 2 overloads)">
@@ -33,7 +33,7 @@
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_some_at</span><span class="special">(</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -44,11 +44,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be written.
@@ -65,7 +65,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -73,7 +73,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_random_access_handle.write_some_at.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -83,7 +83,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle.html b/doc/html/boost_asio/reference/windows__basic_stream_handle.html
index f49257ed58..7df21b86f8 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__basic_random_access_handle/write_some_at/overload2.html" title="windows::basic_random_access_handle::write_some_at (2 of 2 overloads)">
@@ -36,7 +36,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.types"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.types"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -121,7 +121,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.member_functions"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.member_functions"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -323,7 +323,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.protected_member_functions"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -372,7 +372,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.protected_data_members"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.protected_data_members"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -427,31 +427,29 @@
</p>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.thread_safety"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.thread_safety"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__basic_stream_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.requirements"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.requirements"></a></span><a class="link" href="windows__basic_stream_handle.html#boost_asio.reference.windows__basic_stream_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html
index e0f35f0013..c6fa1e28d8 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.assign"></a><a class="link" href="assign.html" title="windows::basic_stream_handle::assign">windows::basic_stream_handle::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1622399"></a>
+ <a class="indexterm" name="idp203314896"></a>
Assign an existing native handle to the
handle.
</p>
@@ -43,7 +43,7 @@ Assign an existing native handle to the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html
index 2c25a47493..338ec2eeb8 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::assign (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_stream_handle::assign">
<link rel="prev" href="../assign.html" title="windows::basic_stream_handle::assign">
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html
index daf9d497f1..6fbe5fe8d8 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::assign (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../assign.html" title="windows::basic_stream_handle::assign">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::assign (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html
index 116a3461c5..b501bdfdee 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="assign/overload2.html" title="windows::basic_stream_handle::assign (2 of 2 overloads)">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.windows__basic_stream_handle.async_read_some"></a><a class="link" href="async_read_some.html" title="windows::basic_stream_handle::async_read_some">windows::basic_stream_handle::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1622825"></a>
+ <a class="indexterm" name="idp203364496"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.parameters"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read. Although the
@@ -78,7 +78,7 @@ Start an asynchronous read.
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.remarks"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.remarks">Remarks</a>
</h6>
<p>
The read operation may not read all of the requested number of bytes. Consider
@@ -88,7 +88,7 @@ Start an asynchronous read.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_read_some.example"></a></span><a class="link" href="async_read_some.html#boost_asio.reference.windows__basic_stream_handle.async_read_some.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html
index 7775e72bd1..de0ab5e675 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="async_read_some.html" title="windows::basic_stream_handle::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.windows__basic_stream_handle.async_write_some"></a><a class="link" href="async_write_some.html" title="windows::basic_stream_handle::async_write_some">windows::basic_stream_handle::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1623386"></a>
+ <a class="indexterm" name="idp203429856"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
@@ -43,11 +43,11 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the handle. Although the
@@ -78,7 +78,7 @@ Start an asynchronous write.
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
@@ -87,7 +87,7 @@ Start an asynchronous write.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.async_write_some.example"></a></span><a class="link" href="async_write_some.html#boost_asio.reference.windows__basic_stream_handle.async_write_some.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html
index 149b6c7a21..90cf2e1732 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::basic_stream_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="async_write_some.html" title="windows::basic_stream_handle::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle"></a><a class="link" href="basic_stream_handle.html" title="windows::basic_stream_handle::basic_stream_handle">windows::basic_stream_handle::basic_stream_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1623949"></a>
+ <a class="indexterm" name="idp203495120"></a>
Construct a <a class="link" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_stream_handle</span></code></a> without opening
it.
</p>
@@ -54,7 +54,7 @@ Construct a <a class="link" href="../windows__basic_stream_handle.html" title="w
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html
index 447590ffe8..d85e6562f0 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::basic_stream_handle (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_handle.html" title="windows::basic_stream_handle::basic_stream_handle">
<link rel="prev" href="../basic_stream_handle.html" title="windows::basic_stream_handle::basic_stream_handle">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html
index 52831e562e..8eeee15191 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::basic_stream_handle (2 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_handle.html" title="windows::basic_stream_handle::basic_stream_handle">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::basic_stream_handle (1 of 3 overloads)">
@@ -41,11 +41,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
@@ -60,11 +60,11 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.exceptions"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload2.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -74,7 +74,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html
index c2d8f142d0..0de895b869 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::basic_stream_handle (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_handle.html" title="windows::basic_stream_handle::basic_stream_handle">
<link rel="prev" href="overload2.html" title="windows::basic_stream_handle::basic_stream_handle (2 of 3 overloads)">
@@ -38,11 +38,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../windows__basic_stream_handle.html" title="windows::basic_stream_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_stream_handle</span></code></a> object
@@ -52,7 +52,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.remarks"></a></span><a class="link" href="overload3.html#boost_asio.reference.windows__basic_stream_handle.basic_stream_handle.overload3.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
@@ -61,7 +61,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html
index 1e84f51b0c..284fcda7be 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="basic_stream_handle/overload3.html" title="windows::basic_stream_handle::basic_stream_handle (3 of 3 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.cancel"></a><a class="link" href="cancel.html" title="windows::basic_stream_handle::cancel">windows::basic_stream_handle::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1624962"></a>
+ <a class="indexterm" name="idp203610752"></a>
Cancel all asynchronous operations associated
with the handle.
</p>
@@ -41,7 +41,7 @@ Cancel all asynchronous operations associated
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html
index c1f187be46..8eb5d47527 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::cancel (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_stream_handle::cancel">
<link rel="prev" href="../cancel.html" title="windows::basic_stream_handle::cancel">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.cancel.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.cancel.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html
index 3337c917d2..a7f53a6413 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../cancel.html" title="windows::basic_stream_handle::cancel">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::cancel (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.cancel.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html
index e59ac8a416..bd0cc9d86f 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="cancel/overload2.html" title="windows::basic_stream_handle::cancel (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.close"></a><a class="link" href="close.html" title="windows::basic_stream_handle::close">windows::basic_stream_handle::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1625734"></a>
+ <a class="indexterm" name="idp203667952"></a>
Close the handle.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="windows::basic_stream_handle::close (1 of 2 overloads)">close</a><span class="special">();</span>
@@ -40,7 +40,7 @@ Close the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html
index 231e9c7a54..30ff65a879 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::close (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_stream_handle::close">
<link rel="prev" href="../close.html" title="windows::basic_stream_handle::close">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.close.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.close.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.close.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.close.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -56,7 +56,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html
index f24649061a..bbb5f897cf 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::close (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../close.html" title="windows::basic_stream_handle::close">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::close (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.close.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.close.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.close.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.close.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
@@ -57,7 +57,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html
index c2ffb68afc..d5086cf583 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="close/overload2.html" title="windows::basic_stream_handle::close (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.get_implementation"></a><a class="link" href="get_implementation.html" title="windows::basic_stream_handle::get_implementation">windows::basic_stream_handle::get_implementation</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1626236"></a>
+ <a class="indexterm" name="idp203725072"></a>
Get the underlying implementation
of the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the underlying implementation
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html
index 169b157cd6..e0b9992f2f 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_implementation (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_stream_handle::get_implementation">
<link rel="prev" href="../get_implementation.html" title="windows::basic_stream_handle::get_implementation">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html
index f8f055264a..0c7e7372bf 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_implementation (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_implementation.html" title="windows::basic_stream_handle::get_implementation">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::get_implementation (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html
index ee4e59167b..7642466b72 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="get_implementation/overload2.html" title="windows::basic_stream_handle::get_implementation (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1626502"></a>
+ <a class="indexterm" name="idp203755728"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
object.
</p>
@@ -42,7 +42,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.get_io_service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_stream_handle.get_io_service.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.get_io_service.return_value"></a></span><a class="link" href="get_io_service.html#boost_asio.reference.windows__basic_stream_handle.get_io_service.return_value">Return
Value</a>
</h6>
<p>
@@ -53,7 +53,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html
index ca159b4920..c7c01acd56 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="get_io_service.html" title="windows::basic_stream_handle::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.get_service"></a><a class="link" href="get_service.html" title="windows::basic_stream_handle::get_service">windows::basic_stream_handle::get_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1626661"></a>
+ <a class="indexterm" name="idp203774096"></a>
Get the service associated with
the I/O object.
</p>
@@ -40,7 +40,7 @@ Get the service associated with
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html
index b40d2e61d8..2312358a40 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_service (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_stream_handle::get_service">
<link rel="prev" href="../get_service.html" title="windows::basic_stream_handle::get_service">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html
index 16f43405cf..34114224b6 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::get_service (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_service.html" title="windows::basic_stream_handle::get_service">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::get_service (1 of 2 overloads)">
@@ -38,7 +38,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html
index 79bf3d775e..8ac2902b5f 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::implementation</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="get_service/overload2.html" title="windows::basic_stream_handle::get_service (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1626929"></a>
+ <a class="indexterm" name="idp203804272"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.)
The underlying implementation of the I/O object.
</p>
@@ -39,7 +39,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html
index 5d654e5734..784bc769c5 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="implementation.html" title="windows::basic_stream_handle::implementation">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1627005"></a>
+ <a class="indexterm" name="idp203812944"></a>
The underlying implementation
type of I/O object.
</p>
@@ -38,18 +38,18 @@ The underlying implementation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_stream_handle.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__basic_stream_handle.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html
index adca840ccb..a4ec401e4c 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="implementation_type.html" title="windows::basic_stream_handle::implementation_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1627135"></a>
+ <a class="indexterm" name="idp203827392"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -38,7 +38,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html
index e7ec3af528..7cd6b01e37 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::lowest_layer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="is_open.html" title="windows::basic_stream_handle::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer"></a><a class="link" href="lowest_layer.html" title="windows::basic_stream_handle::lowest_layer">windows::basic_stream_handle::lowest_layer</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1627198"></a>
+ <a class="indexterm" name="idp203834656"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="windows::basic_stream_handle::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
@@ -42,7 +42,7 @@ Get a reference to the lowest layer.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html
index 0094a05fd3..1464884663 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::lowest_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_stream_handle::lowest_layer">
<link rel="prev" href="../lowest_layer.html" title="windows::basic_stream_handle::lowest_layer">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html
index 2b224e55b8..9e19fd2953 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::lowest_layer (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../lowest_layer.html" title="windows::basic_stream_handle::lowest_layer">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::lowest_layer (1 of 2 overloads)">
@@ -42,7 +42,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -52,7 +52,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html
index 10418a0a40..a1269c769f 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="lowest_layer/overload2.html" title="windows::basic_stream_handle::lowest_layer (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1627607"></a>
+ <a class="indexterm" name="idp203880256"></a>
A <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> is always the lowest
layer.
</p>
@@ -38,7 +38,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
@@ -123,7 +123,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -277,7 +277,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
@@ -338,7 +338,7 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
@@ -393,31 +393,29 @@ A <a class="link" href="../windows__basic_handle.html" title="windows::basic_han
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.h5"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_stream_handle.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html
index c4730d701f..bd514cb416 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="lowest_layer_type.html" title="windows::basic_stream_handle::lowest_layer_type">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1628709"></a>
+ <a class="indexterm" name="idp204003072"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
@@ -43,7 +43,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html
index 0be7c26ba6..3e68b937bc 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="native.html" title="windows::basic_stream_handle::native">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
- <a class="indexterm" name="id1628791"></a>
+ <a class="indexterm" name="idp204012416"></a>
Get the native handle representation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">();</span>
@@ -43,7 +43,7 @@ Get the native handle representation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html
index d74f9d74ef..9a25ed124b 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="native_handle.html" title="windows::basic_stream_handle::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::basic_stream_handle::native_handle_type">windows::basic_stream_handle::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1628853"></a>
+ <a class="indexterm" name="idp204019088"></a>
The native representation
of a handle.
</p>
@@ -35,18 +35,18 @@ The native representation
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_stream_handle.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__basic_stream_handle.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html
index 862b4c6e49..51f91ce67f 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="native_handle_type.html" title="windows::basic_stream_handle::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.native_type"></a><a class="link" href="native_type.html" title="windows::basic_stream_handle::native_type">windows::basic_stream_handle::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1628976"></a>
+ <a class="indexterm" name="idp204032576"></a>
(Deprecated: Use native_handle_type.)
The native representation of a handle.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_stream_handle.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__basic_stream_handle.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html
index 00e0238af9..acdec447bc 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::operator=</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="native_type.html" title="windows::basic_stream_handle::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_"></a><a class="link" href="operator_eq_.html" title="windows::basic_stream_handle::operator=">windows::basic_stream_handle::operator=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1629099"></a>
+ <a class="indexterm" name="idp204046144"></a>
Move-assign a <a class="link" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_stream_handle</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_stream_handle</span> <span class="special">&amp;</span> <span class="keyword">operator</span><span class="special">=(</span>
@@ -38,11 +38,11 @@ Move-assign a <a class="link" href="../windows__basic_stream_handle.html" title=
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_stream_handle.operator_eq_.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.parameters"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_stream_handle.operator_eq_.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_stream_handle</span></code></a> object
@@ -52,7 +52,7 @@ Move-assign a <a class="link" href="../windows__basic_stream_handle.html" title=
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_stream_handle.operator_eq_.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.operator_eq_.remarks"></a></span><a class="link" href="operator_eq_.html#boost_asio.reference.windows__basic_stream_handle.operator_eq_.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if constructed
@@ -61,7 +61,7 @@ Move-assign a <a class="link" href="../windows__basic_stream_handle.html" title=
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html
index 278a02adf0..08d3f27014 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="operator_eq_.html" title="windows::basic_stream_handle::operator=">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.read_some"></a><a class="link" href="read_some.html" title="windows::basic_stream_handle::read_some">windows::basic_stream_handle::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1629346"></a>
+ <a class="indexterm" name="idp204074000"></a>
Read some data from the handle.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Read some data from the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html
index 654721d77c..9d20dc079b 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::read_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="windows::basic_stream_handle::read_some">
<link rel="prev" href="../read_some.html" title="windows::basic_stream_handle::read_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload1.example">Example</a>
</h6>
<p>
To read into a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -102,7 +102,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html
index 4de57d4441..8b78d7f078 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read_some.html" title="windows::basic_stream_handle::read_some">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::read_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers into which the data will be read.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.read_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.read_some.overload2.remarks">Remarks</a>
</h6>
<p>
The read_some operation may not read all of the requested number of bytes.
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html
index a9d037b24b..1dea4fd2ff 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="read_some/overload2.html" title="windows::basic_stream_handle::read_some (2 of 2 overloads)">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1630392"></a>
+ <a class="indexterm" name="idp204193152"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O
object.
</p>
@@ -38,7 +38,7 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.service.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_stream_handle.service.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.windows__basic_stream_handle.service.remarks">Remarks</a>
</h6>
<p>
Available only for services that do not support movability.
@@ -46,7 +46,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html
index 4b7c9527d9..696cbe9003 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::service_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="service.html" title="windows::basic_stream_handle::service">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
- <a class="indexterm" name="id1630504"></a>
+ <a class="indexterm" name="idp204205728"></a>
The type of the service that will
be used to provide I/O operations.
</p>
@@ -38,18 +38,18 @@ The type of the service that will
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.service_type.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_stream_handle.service_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.service_type.requirements"></a></span><a class="link" href="service_type.html#boost_asio.reference.windows__basic_stream_handle.service_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html
index e3d4ec55e7..c4a01be559 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_stream_handle.html" title="windows::basic_stream_handle">
<link rel="prev" href="service_type.html" title="windows::basic_stream_handle::service_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__basic_stream_handle.write_some"></a><a class="link" href="write_some.html" title="windows::basic_stream_handle::write_some">windows::basic_stream_handle::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1630617"></a>
+ <a class="indexterm" name="idp204218448"></a>
Write some data to the handle.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@ Write some data to the handle.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html
index dff11b471a..27ecd641c5 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::write_some (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="windows::basic_stream_handle::write_some">
<link rel="prev" href="../write_some.html" title="windows::basic_stream_handle::write_some">
@@ -42,11 +42,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the handle.
@@ -55,7 +55,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -63,11 +63,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure. An error code of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code>
@@ -77,7 +77,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.h3"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -86,7 +86,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.h4"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -101,7 +101,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html
index de4ac51f03..a11fc93ffc 100644
--- a/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html
+++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::write_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_some.html" title="windows::basic_stream_handle::write_some">
<link rel="prev" href="overload1.html" title="windows::basic_stream_handle::write_some (1 of 2 overloads)">
@@ -43,11 +43,11 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.h0"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the handle.
@@ -60,7 +60,7 @@
</div>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.h1"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -68,7 +68,7 @@
</p>
<h6>
<a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.h2"></a>
- <span><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__basic_stream_handle.write_some.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.windows__basic_stream_handle.write_some.overload2.remarks">Remarks</a>
</h6>
<p>
The write_some operation may not transmit all of the data to the peer.
@@ -78,7 +78,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle.html b/doc/html/boost_asio/reference/windows__object_handle.html
index b91f7064be..6d29190ac7 100644
--- a/doc/html/boost_asio/reference/windows__object_handle.html
+++ b/doc/html/boost_asio/reference/windows__object_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__basic_stream_handle/write_some/overload2.html" title="windows::basic_stream_handle::write_some (2 of 2 overloads)">
@@ -27,14 +27,14 @@
<a name="boost_asio.reference.windows__object_handle"></a><a class="link" href="windows__object_handle.html" title="windows::object_handle">windows::object_handle</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1631657"></a>
+ <a class="indexterm" name="idp204336960"></a>
Typedef for the typical usage of an object handle.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_object_handle</span> <span class="identifier">object_handle</span><span class="special">;</span>
</pre>
<h5>
<a name="boost_asio.reference.windows__object_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__object_handle.types"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.types"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -119,7 +119,7 @@ Typedef for the typical usage of an object handle.
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__object_handle.member_functions"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.member_functions"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -297,7 +297,7 @@ Typedef for the typical usage of an object handle.
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__object_handle.protected_member_functions"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.protected_member_functions"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -346,7 +346,7 @@ Typedef for the typical usage of an object handle.
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__object_handle.protected_data_members"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.protected_data_members"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -401,31 +401,29 @@ Typedef for the typical usage of an object handle.
</p>
<h5>
<a name="boost_asio.reference.windows__object_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__object_handle.thread_safety"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.thread_safety"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__object_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__object_handle.requirements"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle.requirements"></a></span><a class="link" href="windows__object_handle.html#boost_asio.reference.windows__object_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/object_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/object_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service.html b/doc/html/boost_asio/reference/windows__object_handle_service.html
index 33d255c3f3..f877ee06aa 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__object_handle.html" title="windows::object_handle">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__object_handle_service.h0"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.types"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.types"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -82,7 +82,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle_service.h1"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.member_functions"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.member_functions"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -260,7 +260,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle_service.h2"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.data_members"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.data_members"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -295,18 +295,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__object_handle_service.h3"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.requirements"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.requirements"></a></span><a class="link" href="windows__object_handle_service.html#boost_asio.reference.windows__object_handle_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/assign.html b/doc/html/boost_asio/reference/windows__object_handle_service/assign.html
index 9a70a2a64c..9921f161f7 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/assign.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="../windows__object_handle_service.html" title="windows::object_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.assign"></a><a class="link" href="assign.html" title="windows::object_handle_service::assign">windows::object_handle_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1633512"></a>
+ <a class="indexterm" name="idp204545920"></a>
Assign an existing native handle to
an object handle.
</p>
@@ -39,7 +39,7 @@ Assign an existing native handle to
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html b/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html
index 285acdb4c2..bfc5752f5b 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::async_wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="assign.html" title="windows::object_handle_service::assign">
@@ -27,19 +27,19 @@
<a name="boost_asio.reference.windows__object_handle_service.async_wait"></a><a class="link" href="async_wait.html" title="windows::object_handle_service::async_wait">windows::object_handle_service::async_wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1633670"></a>
+ <a class="indexterm" name="idp204564784"></a>
Start an asynchronous wait.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_wait</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="identifier">WaitHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html b/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html
index 7941ab9aff..12954cebba 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="async_wait.html" title="windows::object_handle_service::async_wait">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.cancel"></a><a class="link" href="cancel.html" title="windows::object_handle_service::cancel">windows::object_handle_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1633786"></a>
+ <a class="indexterm" name="idp204579056"></a>
Cancel all asynchronous operations
associated with the handle.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/close.html b/doc/html/boost_asio/reference/windows__object_handle_service/close.html
index 63e721b16e..e8932d1429 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/close.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="cancel.html" title="windows::object_handle_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.close"></a><a class="link" href="close.html" title="windows::object_handle_service::close">windows::object_handle_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1633917"></a>
+ <a class="indexterm" name="idp204594544"></a>
Close an object handle implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close an object handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/construct.html b/doc/html/boost_asio/reference/windows__object_handle_service/construct.html
index 8b70b6e00e..e2643e3536 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/construct.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="close.html" title="windows::object_handle_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.construct"></a><a class="link" href="construct.html" title="windows::object_handle_service::construct">windows::object_handle_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634047"></a>
+ <a class="indexterm" name="idp204610192"></a>
Construct a new object handle implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new object handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html b/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html
index 6f0417319f..19885bdfa9 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="construct.html" title="windows::object_handle_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.destroy"></a><a class="link" href="destroy.html" title="windows::object_handle_service::destroy">windows::object_handle_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634121"></a>
+ <a class="indexterm" name="idp204618832"></a>
Destroy an object handle implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy an object handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html b/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html
index d8163e5ee5..6465f611f0 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="destroy.html" title="windows::object_handle_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1634204"></a>
+ <a class="indexterm" name="idp204628288"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/id.html b/doc/html/boost_asio/reference/windows__object_handle_service/id.html
index b39b7b5958..03c3dcf04f 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/id.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="get_io_service.html" title="windows::object_handle_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.id"></a><a class="link" href="id.html" title="windows::object_handle_service::id">windows::object_handle_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634294"></a>
+ <a class="indexterm" name="idp204638992"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html b/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html
index 6a95ed25f2..dbb1b399ff 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="id.html" title="windows::object_handle_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.implementation_type"></a><a class="link" href="implementation_type.html" title="windows::object_handle_service::implementation_type">windows::object_handle_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634380"></a>
+ <a class="indexterm" name="idp204648896"></a>
The type of an object
handle implementation.
</p>
@@ -35,18 +35,18 @@ The type of an object
</pre>
<h6>
<a name="boost_asio.reference.windows__object_handle_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__object_handle_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__object_handle_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html b/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html
index 8cb478cd5d..c07321a6fe 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="implementation_type.html" title="windows::object_handle_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.is_open"></a><a class="link" href="is_open.html" title="windows::object_handle_service::is_open">windows::object_handle_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634494"></a>
+ <a class="indexterm" name="idp204661376"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html b/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html
index 3c866c6ffc..dafe7b8c68 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="is_open.html" title="windows::object_handle_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.move_assign"></a><a class="link" href="move_assign.html" title="windows::object_handle_service::move_assign">windows::object_handle_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634584"></a>
+ <a class="indexterm" name="idp204671984"></a>
Move-assign from another object
handle implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another object
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html b/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html
index 53e17cd3b9..aaed09cd66 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="move_assign.html" title="windows::object_handle_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.move_construct"></a><a class="link" href="move_construct.html" title="windows::object_handle_service::move_construct">windows::object_handle_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634703"></a>
+ <a class="indexterm" name="idp204685904"></a>
Move-construct a new object
handle implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new object
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html b/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html
index 51bcc9805a..2154b7f9f7 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="move_construct.html" title="windows::object_handle_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.native_handle"></a><a class="link" href="native_handle.html" title="windows::object_handle_service::native_handle">windows::object_handle_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634800"></a>
+ <a class="indexterm" name="idp204697152"></a>
Get the native handle implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html b/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html
index 77bf815658..22373bc4d0 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="native_handle.html" title="windows::object_handle_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.windows__object_handle_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::object_handle_service::native_handle_type">windows::object_handle_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634875"></a>
+ <a class="indexterm" name="idp204705792"></a>
The native handle type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.windows__object_handle_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__object_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__object_handle_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__object_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__object_handle_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/object_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html b/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html
index 3995c563a3..1946a91c3b 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::object_handle_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="native_handle_type.html" title="windows::object_handle_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.object_handle_service"></a><a class="link" href="object_handle_service.html" title="windows::object_handle_service::object_handle_service">windows::object_handle_service::object_handle_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1634992"></a>
+ <a class="indexterm" name="idp204718320"></a>
Construct a new object
handle service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new object
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__object_handle_service/wait.html b/doc/html/boost_asio/reference/windows__object_handle_service/wait.html
index 1cb799ea21..ccf62527a6 100644
--- a/doc/html/boost_asio/reference/windows__object_handle_service/wait.html
+++ b/doc/html/boost_asio/reference/windows__object_handle_service/wait.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::wait</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="object_handle_service.html" title="windows::object_handle_service::object_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__object_handle_service.wait"></a><a class="link" href="wait.html" title="windows::object_handle_service::wait">windows::object_handle_service::wait</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1635092"></a>
+ <a class="indexterm" name="idp204730160"></a>
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">wait</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr.html b/doc/html/boost_asio/reference/windows__overlapped_ptr.html
index 0cbc8f189e..7d1e2b5f09 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__object_handle_service/wait.html" title="windows::object_handle_service::wait">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__overlapped_ptr.h0"></a>
- <span><a name="boost_asio.reference.windows__overlapped_ptr.member_functions"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__overlapped_ptr.member_functions"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -143,31 +143,29 @@
</p>
<h5>
<a name="boost_asio.reference.windows__overlapped_ptr.h1"></a>
- <span><a name="boost_asio.reference.windows__overlapped_ptr.thread_safety"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__overlapped_ptr.thread_safety"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__overlapped_ptr.h2"></a>
- <span><a name="boost_asio.reference.windows__overlapped_ptr.requirements"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__overlapped_ptr.requirements"></a></span><a class="link" href="windows__overlapped_ptr.html#boost_asio.reference.windows__overlapped_ptr.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/overlapped_ptr.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/overlapped_ptr.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html
index 2b466a2f07..a5925c8c40 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::~overlapped_ptr</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="reset/overload2.html" title="windows::overlapped_ptr::reset (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr._overlapped_ptr"></a><a class="link" href="_overlapped_ptr.html" title="windows::overlapped_ptr::~overlapped_ptr">windows::overlapped_ptr::~overlapped_ptr</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1636839"></a>
+ <a class="indexterm" name="idp204931872"></a>
Destructor automatically frees the
OVERLAPPED object unless released.
</p>
@@ -36,7 +36,7 @@ Destructor automatically frees the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html
index 2ac96b75a8..ef1e00a6d7 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::complete</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr.complete"></a><a class="link" href="complete.html" title="windows::overlapped_ptr::complete">windows::overlapped_ptr::complete</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1635622"></a>
+ <a class="indexterm" name="idp204789520"></a>
Post completion notification for overlapped
operation. Releases ownership.
</p>
@@ -38,7 +38,7 @@ Post completion notification for overlapped
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html
index 754ae77325..b03e7f0c06 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::get</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="complete.html" title="windows::overlapped_ptr::complete">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr.get"></a><a class="link" href="get.html" title="windows::overlapped_ptr::get">windows::overlapped_ptr::get</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1635742"></a>
+ <a class="indexterm" name="idp204804000"></a>
Get the contained OVERLAPPED object.
</p>
<pre class="programlisting"><span class="identifier">OVERLAPPED</span> <span class="special">*</span> <a class="link" href="get/overload1.html" title="windows::overlapped_ptr::get (1 of 2 overloads)">get</a><span class="special">();</span>
@@ -39,7 +39,7 @@ Get the contained OVERLAPPED object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html
index 0edce28dfc..a4ccde1328 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::get (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get.html" title="windows::overlapped_ptr::get">
<link rel="prev" href="../get.html" title="windows::overlapped_ptr::get">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html
index 3b9e0b9135..acdec35ccb 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::get (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get.html" title="windows::overlapped_ptr::get">
<link rel="prev" href="overload1.html" title="windows::overlapped_ptr::get (1 of 2 overloads)">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html
index 9a0eebea69..14a7f66184 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::overlapped_ptr</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="get/overload2.html" title="windows::overlapped_ptr::get (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr.overlapped_ptr"></a><a class="link" href="overlapped_ptr.html" title="windows::overlapped_ptr::overlapped_ptr">windows::overlapped_ptr::overlapped_ptr</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1635979"></a>
+ <a class="indexterm" name="idp204831312"></a>
Construct an empty <a class="link" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">overlapped_ptr</span></code></a>.
</p>
<pre class="programlisting"><a class="link" href="overlapped_ptr/overload1.html" title="windows::overlapped_ptr::overlapped_ptr (1 of 2 overloads)">overlapped_ptr</a><span class="special">();</span>
@@ -47,7 +47,7 @@ Construct an empty <a class="link" href="../windows__overlapped_ptr.html" title=
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html
index 7a75668998..01c5522244 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::overlapped_ptr (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overlapped_ptr.html" title="windows::overlapped_ptr::overlapped_ptr">
<link rel="prev" href="../overlapped_ptr.html" title="windows::overlapped_ptr::overlapped_ptr">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html
index 2f839ab95e..dc17d31666 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::overlapped_ptr (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overlapped_ptr.html" title="windows::overlapped_ptr::overlapped_ptr">
<link rel="prev" href="overload1.html" title="windows::overlapped_ptr::overlapped_ptr (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html
index accfba5883..a9deae3b9e 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::release</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="overlapped_ptr/overload2.html" title="windows::overlapped_ptr::overlapped_ptr (2 of 2 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr.release"></a><a class="link" href="release.html" title="windows::overlapped_ptr::release">windows::overlapped_ptr::release</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1636422"></a>
+ <a class="indexterm" name="idp204883072"></a>
Release ownership of the OVERLAPPED object.
</p>
<pre class="programlisting"><span class="identifier">OVERLAPPED</span> <span class="special">*</span> <span class="identifier">release</span><span class="special">();</span>
@@ -35,7 +35,7 @@ Release ownership of the OVERLAPPED object.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html
index c75b6c482f..83f9039ca9 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::reset</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__overlapped_ptr.html" title="windows::overlapped_ptr">
<link rel="prev" href="release.html" title="windows::overlapped_ptr::release">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__overlapped_ptr.reset"></a><a class="link" href="reset.html" title="windows::overlapped_ptr::reset">windows::overlapped_ptr::reset</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1636480"></a>
+ <a class="indexterm" name="idp204889680"></a>
Reset to empty.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="reset/overload1.html" title="windows::overlapped_ptr::reset (1 of 2 overloads)">reset</a><span class="special">();</span>
@@ -47,7 +47,7 @@ Reset to empty.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html
index 83c5006f3b..6a72c6e5d7 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::reset (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reset.html" title="windows::overlapped_ptr::reset">
<link rel="prev" href="../reset.html" title="windows::overlapped_ptr::reset">
@@ -35,7 +35,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html
index 2afd78a9f3..6497e90a39 100644
--- a/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html
+++ b/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::overlapped_ptr::reset (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reset.html" title="windows::overlapped_ptr::reset">
<link rel="prev" href="overload1.html" title="windows::overlapped_ptr::reset (1 of 2 overloads)">
@@ -40,7 +40,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle.html b/doc/html/boost_asio/reference/windows__random_access_handle.html
index 4e0e9ce77e..64d8123777 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__overlapped_ptr/_overlapped_ptr.html" title="windows::overlapped_ptr::~overlapped_ptr">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle"></a><a class="link" href="windows__random_access_handle.html" title="windows::random_access_handle">windows::random_access_handle</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1636892"></a>
+ <a class="indexterm" name="idp204937904"></a>
Typedef for the typical usage of a random-access
handle.
</p>
@@ -35,7 +35,7 @@ Typedef for the typical usage of a random-access
</pre>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.types"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.types"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@ Typedef for the typical usage of a random-access
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.member_functions"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.member_functions"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -322,7 +322,7 @@ Typedef for the typical usage of a random-access
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.protected_member_functions"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.protected_member_functions"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -371,7 +371,7 @@ Typedef for the typical usage of a random-access
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.protected_data_members"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.protected_data_members"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -426,31 +426,29 @@ Typedef for the typical usage of a random-access
</p>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.thread_safety"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.thread_safety"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__random_access_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle.requirements"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle.requirements"></a></span><a class="link" href="windows__random_access_handle.html#boost_asio.reference.windows__random_access_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/random_access_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/random_access_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service.html b/doc/html/boost_asio/reference/windows__random_access_handle_service.html
index d906c3d2af..fb7bebc7f8 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__random_access_handle.html" title="windows::random_access_handle">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__random_access_handle_service.h0"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.types"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.types"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle_service.h1"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.member_functions"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.member_functions"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -312,7 +312,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle_service.h2"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.data_members"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.data_members"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -347,18 +347,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__random_access_handle_service.h3"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.requirements"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.requirements"></a></span><a class="link" href="windows__random_access_handle_service.html#boost_asio.reference.windows__random_access_handle_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html
index 60f559ccc9..b2357f130f 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.assign"></a><a class="link" href="assign.html" title="windows::random_access_handle_service::assign">windows::random_access_handle_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1638959"></a>
+ <a class="indexterm" name="idp205168592"></a>
Assign an existing native handle
to a random-access handle.
</p>
@@ -39,7 +39,7 @@ Assign an existing native handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html
index 8cb6cff49b..d64329607a 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::async_read_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="assign.html" title="windows::random_access_handle_service::assign">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.windows__random_access_handle_service.async_read_some_at"></a><a class="link" href="async_read_some_at.html" title="windows::random_access_handle_service::async_read_some_at">windows::random_access_handle_service::async_read_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639117"></a>
+ <a class="indexterm" name="idp205187552"></a>
Start an asynchronous
read at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some_at</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html
index 2e8a14b6b0..415a06489a 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::async_write_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="async_read_some_at.html" title="windows::random_access_handle_service::async_read_some_at">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.windows__random_access_handle_service.async_write_some_at"></a><a class="link" href="async_write_some_at.html" title="windows::random_access_handle_service::async_write_some_at">windows::random_access_handle_service::async_write_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639306"></a>
+ <a class="indexterm" name="idp205209232"></a>
Start an asynchronous
write at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some_at</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some_at</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html
index 4d3fb07cac..1400a808ab 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="async_write_some_at.html" title="windows::random_access_handle_service::async_write_some_at">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.cancel"></a><a class="link" href="cancel.html" title="windows::random_access_handle_service::cancel">windows::random_access_handle_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639494"></a>
+ <a class="indexterm" name="idp205230912"></a>
Cancel all asynchronous operations
associated with the handle.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html
index 0946f62068..ad504e86df 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="cancel.html" title="windows::random_access_handle_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.close"></a><a class="link" href="close.html" title="windows::random_access_handle_service::close">windows::random_access_handle_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639626"></a>
+ <a class="indexterm" name="idp205246560"></a>
Close a random-access handle
implementation.
</p>
@@ -38,7 +38,7 @@ Close a random-access handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html
index 92de4a708b..5fb8cec31f 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="close.html" title="windows::random_access_handle_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.construct"></a><a class="link" href="construct.html" title="windows::random_access_handle_service::construct">windows::random_access_handle_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639758"></a>
+ <a class="indexterm" name="idp205262192"></a>
Construct a new random-access
handle implementation.
</p>
@@ -37,7 +37,7 @@ Construct a new random-access
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html
index 19f6c367d1..d75a22a0bc 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="construct.html" title="windows::random_access_handle_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.destroy"></a><a class="link" href="destroy.html" title="windows::random_access_handle_service::destroy">windows::random_access_handle_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1639833"></a>
+ <a class="indexterm" name="idp205270784"></a>
Destroy a random-access handle
implementation.
</p>
@@ -37,7 +37,7 @@ Destroy a random-access handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html
index 7d6ac2cf6d..20696c9c1e 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="destroy.html" title="windows::random_access_handle_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1639915"></a>
+ <a class="indexterm" name="idp205280336"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html
index 7885ea566b..44eda82705 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="get_io_service.html" title="windows::random_access_handle_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.id"></a><a class="link" href="id.html" title="windows::random_access_handle_service::id">windows::random_access_handle_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640005"></a>
+ <a class="indexterm" name="idp205291136"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html
index 30cf22be85..b1e36120ff 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="id.html" title="windows::random_access_handle_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.implementation_type"></a><a class="link" href="implementation_type.html" title="windows::random_access_handle_service::implementation_type">windows::random_access_handle_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640091"></a>
+ <a class="indexterm" name="idp205301104"></a>
The type of a random-access
handle implementation.
</p>
@@ -35,18 +35,18 @@ The type of a random-access
</pre>
<h6>
<a name="boost_asio.reference.windows__random_access_handle_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__random_access_handle_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__random_access_handle_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html
index 09457c6599..50b491163e 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="implementation_type.html" title="windows::random_access_handle_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.is_open"></a><a class="link" href="is_open.html" title="windows::random_access_handle_service::is_open">windows::random_access_handle_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640209"></a>
+ <a class="indexterm" name="idp205313680"></a>
Determine whether the handle
is open.
</p>
@@ -37,7 +37,7 @@ Determine whether the handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html
index 1ae7ca3922..293086a190 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="is_open.html" title="windows::random_access_handle_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.move_assign"></a><a class="link" href="move_assign.html" title="windows::random_access_handle_service::move_assign">windows::random_access_handle_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640299"></a>
+ <a class="indexterm" name="idp205324240"></a>
Move-assign from another
random-access handle implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html
index fd7ef5f97e..76d35af0ff 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="move_assign.html" title="windows::random_access_handle_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.move_construct"></a><a class="link" href="move_construct.html" title="windows::random_access_handle_service::move_construct">windows::random_access_handle_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640418"></a>
+ <a class="indexterm" name="idp205338176"></a>
Move-construct a new
random-access handle implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html
index dfafec1009..7f7cd109a6 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="move_construct.html" title="windows::random_access_handle_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.native"></a><a class="link" href="native.html" title="windows::random_access_handle_service::native">windows::random_access_handle_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640515"></a>
+ <a class="indexterm" name="idp205349440"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.)
Get the native handle implementation.
</p>
@@ -37,7 +37,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html
index 0e2d9b459a..c3404ceb03 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="native.html" title="windows::random_access_handle_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.native_handle"></a><a class="link" href="native_handle.html" title="windows::random_access_handle_service::native_handle">windows::random_access_handle_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640605"></a>
+ <a class="indexterm" name="idp205359872"></a>
Get the native handle
implementation.
</p>
@@ -37,7 +37,7 @@ Get the native handle
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html
index 9bbf285248..c895988efd 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="native_handle.html" title="windows::random_access_handle_service::native_handle">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::random_access_handle_service::native_handle_type">windows::random_access_handle_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640681"></a>
+ <a class="indexterm" name="idp205368672"></a>
The native handle
type.
</p>
@@ -35,18 +35,18 @@ The native handle
</pre>
<h6>
<a name="boost_asio.reference.windows__random_access_handle_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__random_access_handle_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__random_access_handle_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html
index c242428c13..6e6101c5b8 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="native_handle_type.html" title="windows::random_access_handle_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.native_type"></a><a class="link" href="native_type.html" title="windows::random_access_handle_service::native_type">windows::random_access_handle_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640799"></a>
+ <a class="indexterm" name="idp205381360"></a>
(Deprecated: Use native_handle_type.)
The native handle type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__random_access_handle_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__random_access_handle_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__random_access_handle_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__random_access_handle_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__random_access_handle_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/random_access_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html
index 33d29295d7..68e73f08a5 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::random_access_handle_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="native_type.html" title="windows::random_access_handle_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.random_access_handle_service"></a><a class="link" href="random_access_handle_service.html" title="windows::random_access_handle_service::random_access_handle_service">windows::random_access_handle_service::random_access_handle_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1640918"></a>
+ <a class="indexterm" name="idp205393936"></a>
Construct
a new random-access handle service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html
index 3ec0296f73..8bd3a0e67e 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::read_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="random_access_handle_service.html" title="windows::random_access_handle_service::random_access_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.read_some_at"></a><a class="link" href="read_some_at.html" title="windows::random_access_handle_service::read_some_at">windows::random_access_handle_service::read_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1641021"></a>
+ <a class="indexterm" name="idp205405984"></a>
Read some data from the
specified offset.
</p>
@@ -35,14 +35,14 @@ Read some data from the
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">read_some_at</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html b/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html
index 920a5773bc..2443b5c8b4 100644
--- a/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html
+++ b/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::write_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="read_some_at.html" title="windows::random_access_handle_service::read_some_at">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__random_access_handle_service.write_some_at"></a><a class="link" href="write_some_at.html" title="windows::random_access_handle_service::write_some_at">windows::random_access_handle_service::write_some_at</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1641223"></a>
+ <a class="indexterm" name="idp205429120"></a>
Write the given data
at the specified offset.
</p>
@@ -35,14 +35,14 @@ Write the given data
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_some_at</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle.html b/doc/html/boost_asio/reference/windows__stream_handle.html
index a9c973a024..d8560e1a0c 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__random_access_handle_service/write_some_at.html" title="windows::random_access_handle_service::write_some_at">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle"></a><a class="link" href="windows__stream_handle.html" title="windows::stream_handle">windows::stream_handle</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1641422"></a>
+ <a class="indexterm" name="idp205452272"></a>
Typedef for the typical usage of a stream-oriented
handle.
</p>
@@ -35,7 +35,7 @@ Typedef for the typical usage of a stream-oriented
</pre>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h0"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.types"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.types"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -120,7 +120,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h1"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.member_functions"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.member_functions"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -322,7 +322,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h2"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.protected_member_functions"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.protected_member_functions">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.protected_member_functions"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -371,7 +371,7 @@ Typedef for the typical usage of a stream-oriented
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h3"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.protected_data_members"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.protected_data_members">Protected
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.protected_data_members"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -426,31 +426,29 @@ Typedef for the typical usage of a stream-oriented
</p>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h4"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.thread_safety"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.thread_safety">Thread
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.thread_safety"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.thread_safety">Thread
Safety</a>
</h5>
<p>
- <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
- Safe.
+ <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
- <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
- Unsafe.
+ <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.windows__stream_handle.h5"></a>
- <span><a name="boost_asio.reference.windows__stream_handle.requirements"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle.requirements"></a></span><a class="link" href="windows__stream_handle.html#boost_asio.reference.windows__stream_handle.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/stream_handle.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/stream_handle.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service.html b/doc/html/boost_asio/reference/windows__stream_handle_service.html
index c84dd6b90f..d3e65b16d4 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__stream_handle.html" title="windows::stream_handle">
@@ -34,7 +34,7 @@
</pre>
<h5>
<a name="boost_asio.reference.windows__stream_handle_service.h0"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.types"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.types">Types</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.types"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
@@ -94,7 +94,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle_service.h1"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.member_functions"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.member_functions">Member
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.member_functions"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
@@ -311,7 +311,7 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle_service.h2"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.data_members"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.data_members">Data
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.data_members"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
@@ -346,18 +346,18 @@
</table></div>
<h5>
<a name="boost_asio.reference.windows__stream_handle_service.h3"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.requirements"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.requirements"></a></span><a class="link" href="windows__stream_handle_service.html#boost_asio.reference.windows__stream_handle_service.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html b/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html
index d6c6e5e336..b0b2d37fd5 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.assign"></a><a class="link" href="assign.html" title="windows::stream_handle_service::assign">windows::stream_handle_service::assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1643740"></a>
+ <a class="indexterm" name="idp205681936"></a>
Assign an existing native handle to
a stream handle.
</p>
@@ -39,7 +39,7 @@ Assign an existing native handle to
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html b/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html
index 2946e3bc06..223028b205 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::async_read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="assign.html" title="windows::stream_handle_service::assign">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.windows__stream_handle_service.async_read_some"></a><a class="link" href="async_read_some.html" title="windows::stream_handle_service::async_read_some">windows::stream_handle_service::async_read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1643900"></a>
+ <a class="indexterm" name="idp205700960"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_read_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous read.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html b/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html
index b9b31eb245..ad38b9177d 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::async_write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="async_read_some.html" title="windows::stream_handle_service::async_read_some">
@@ -27,13 +27,13 @@
<a name="boost_asio.reference.windows__stream_handle_service.async_write_some"></a><a class="link" href="async_write_some.html" title="windows::stream_handle_service::async_write_some">windows::stream_handle_service::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644062"></a>
+ <a class="indexterm" name="idp205720544"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<span class="keyword">void</span> <span class="identifier">async_write_some</span><span class="special">(</span>
+<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
@@ -41,7 +41,7 @@ Start an asynchronous write.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html b/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html
index e64c65e733..4ebc2988a4 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::cancel</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="async_write_some.html" title="windows::stream_handle_service::async_write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.cancel"></a><a class="link" href="cancel.html" title="windows::stream_handle_service::cancel">windows::stream_handle_service::cancel</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644223"></a>
+ <a class="indexterm" name="idp205740112"></a>
Cancel all asynchronous operations
associated with the handle.
</p>
@@ -38,7 +38,7 @@ Cancel all asynchronous operations
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/close.html b/doc/html/boost_asio/reference/windows__stream_handle_service/close.html
index d4b619ce3d..2b34678588 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/close.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/close.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="cancel.html" title="windows::stream_handle_service::cancel">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.close"></a><a class="link" href="close.html" title="windows::stream_handle_service::close">windows::stream_handle_service::close</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644353"></a>
+ <a class="indexterm" name="idp205755680"></a>
Close a stream handle implementation.
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span>
@@ -37,7 +37,7 @@ Close a stream handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html b/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html
index ac77ebdb8f..23f093b333 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="close.html" title="windows::stream_handle_service::close">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.construct"></a><a class="link" href="construct.html" title="windows::stream_handle_service::construct">windows::stream_handle_service::construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644484"></a>
+ <a class="indexterm" name="idp205771296"></a>
Construct a new stream handle implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Construct a new stream handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html b/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html
index 3ae76a0aad..32425c962f 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::destroy</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="construct.html" title="windows::stream_handle_service::construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.destroy"></a><a class="link" href="destroy.html" title="windows::stream_handle_service::destroy">windows::stream_handle_service::destroy</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644558"></a>
+ <a class="indexterm" name="idp205779936"></a>
Destroy a stream handle implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">destroy</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Destroy a stream handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html b/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html
index 6f00412069..7b004f8008 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::get_io_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="destroy.html" title="windows::stream_handle_service::destroy">
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="id1644641"></a>
+ <a class="indexterm" name="idp205789392"></a>
Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that owns the
service.
</p>
@@ -39,7 +39,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/id.html b/doc/html/boost_asio/reference/windows__stream_handle_service/id.html
index 78fa807031..15d26ff08f 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/id.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/id.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::id</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="get_io_service.html" title="windows::stream_handle_service::get_io_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.id"></a><a class="link" href="id.html" title="windows::stream_handle_service::id">windows::stream_handle_service::id</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644730"></a>
+ <a class="indexterm" name="idp205800160"></a>
The unique service identifier.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">id</span> <span class="identifier">id</span><span class="special">;</span>
@@ -35,7 +35,7 @@ The unique service identifier.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html b/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html
index c437e7f558..75d6bbfc6c 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::implementation_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="id.html" title="windows::stream_handle_service::id">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.implementation_type"></a><a class="link" href="implementation_type.html" title="windows::stream_handle_service::implementation_type">windows::stream_handle_service::implementation_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644816"></a>
+ <a class="indexterm" name="idp205809920"></a>
The type of a stream handle
implementation.
</p>
@@ -35,18 +35,18 @@ The type of a stream handle
</pre>
<h6>
<a name="boost_asio.reference.windows__stream_handle_service.implementation_type.h0"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__stream_handle_service.implementation_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.windows__stream_handle_service.implementation_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html b/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html
index cea1efa4d7..0e268a75b7 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::is_open</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="implementation_type.html" title="windows::stream_handle_service::implementation_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.is_open"></a><a class="link" href="is_open.html" title="windows::stream_handle_service::is_open">windows::stream_handle_service::is_open</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1644930"></a>
+ <a class="indexterm" name="idp205822432"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Determine whether the handle is open.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html b/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html
index 69b790161b..0c8fef413f 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::move_assign</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="is_open.html" title="windows::stream_handle_service::is_open">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.move_assign"></a><a class="link" href="move_assign.html" title="windows::stream_handle_service::move_assign">windows::stream_handle_service::move_assign</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645020"></a>
+ <a class="indexterm" name="idp205832976"></a>
Move-assign from another stream
handle implementation.
</p>
@@ -39,7 +39,7 @@ Move-assign from another stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html b/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html
index 221b0d1ae0..39185c12ea 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::move_construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="move_assign.html" title="windows::stream_handle_service::move_assign">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.move_construct"></a><a class="link" href="move_construct.html" title="windows::stream_handle_service::move_construct">windows::stream_handle_service::move_construct</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645140"></a>
+ <a class="indexterm" name="idp205846832"></a>
Move-construct a new stream
handle implementation.
</p>
@@ -38,7 +38,7 @@ Move-construct a new stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/native.html b/doc/html/boost_asio/reference/windows__stream_handle_service/native.html
index aebce07edb..cd8ac829f1 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/native.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/native.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="move_construct.html" title="windows::stream_handle_service::move_construct">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.native"></a><a class="link" href="native.html" title="windows::stream_handle_service::native">windows::stream_handle_service::native</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645233"></a>
+ <a class="indexterm" name="idp205858128"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native handle implementation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">(</span>
@@ -36,7 +36,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html b/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html
index eb9d88cdce..28e6954165 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::native_handle</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="native.html" title="windows::stream_handle_service::native">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.native_handle"></a><a class="link" href="native_handle.html" title="windows::stream_handle_service::native_handle">windows::stream_handle_service::native_handle</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645325"></a>
+ <a class="indexterm" name="idp205868624"></a>
Get the native handle implementation.
</p>
<pre class="programlisting"><span class="identifier">native_handle_type</span> <span class="identifier">native_handle</span><span class="special">(</span>
@@ -36,7 +36,7 @@ Get the native handle implementation.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html b/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html
index dfa9663676..0dabeaa575 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::native_handle_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="native_handle.html" title="windows::stream_handle_service::native_handle">
@@ -27,25 +27,25 @@
<a name="boost_asio.reference.windows__stream_handle_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="windows::stream_handle_service::native_handle_type">windows::stream_handle_service::native_handle_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645401"></a>
+ <a class="indexterm" name="idp205877264"></a>
The native handle type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.windows__stream_handle_service.native_handle_type.h0"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__stream_handle_service.native_handle_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#boost_asio.reference.windows__stream_handle_service.native_handle_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html b/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html
index fadaa04228..db72189227 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="native_handle_type.html" title="windows::stream_handle_service::native_handle_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.native_type"></a><a class="link" href="native_type.html" title="windows::stream_handle_service::native_type">windows::stream_handle_service::native_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645514"></a>
+ <a class="indexterm" name="idp205889792"></a>
(Deprecated: Use native_handle_type.)
The native handle type.
</p>
@@ -35,18 +35,18 @@
</pre>
<h6>
<a name="boost_asio.reference.windows__stream_handle_service.native_type.h0"></a>
- <span><a name="boost_asio.reference.windows__stream_handle_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__stream_handle_service.native_type.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.windows__stream_handle_service.native_type.requirements"></a></span><a class="link" href="native_type.html#boost_asio.reference.windows__stream_handle_service.native_type.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/stream_handle_service.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html b/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html
index 11bf0b9a97..ee27c29272 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::read_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="native_type.html" title="windows::stream_handle_service::native_type">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.read_some"></a><a class="link" href="read_some.html" title="windows::stream_handle_service::read_some">windows::stream_handle_service::read_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645628"></a>
+ <a class="indexterm" name="idp205902272"></a>
Read some data from the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Read some data from the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html b/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html
index bda57e4e85..74d5b9e7e6 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::stream_handle_service</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="read_some.html" title="windows::stream_handle_service::read_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.stream_handle_service"></a><a class="link" href="stream_handle_service.html" title="windows::stream_handle_service::stream_handle_service">windows::stream_handle_service::stream_handle_service</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645807"></a>
+ <a class="indexterm" name="idp205923408"></a>
Construct a new stream
handle service for the specified <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a>.
</p>
@@ -37,7 +37,7 @@ Construct a new stream
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html b/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html
index 191aba8a5a..c6cb38c33c 100644
--- a/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html
+++ b/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::stream_handle_service::write_some</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__stream_handle_service.html" title="windows::stream_handle_service">
<link rel="prev" href="stream_handle_service.html" title="windows::stream_handle_service::stream_handle_service">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.windows__stream_handle_service.write_some"></a><a class="link" href="write_some.html" title="windows::stream_handle_service::write_some">windows::stream_handle_service::write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1645908"></a>
+ <a class="indexterm" name="idp205935424"></a>
Write the given data to the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,7 @@ Write the given data to the stream.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write.html b/doc/html/boost_asio/reference/write.html
index 3eeee9cefd..f099a2afdc 100644
--- a/doc/html/boost_asio/reference/write.html
+++ b/doc/html/boost_asio/reference/write.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="windows__stream_handle_service/write_some.html" title="windows::stream_handle_service::write_some">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.write"></a><a class="link" href="write.html" title="write">write</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1646082"></a>
+ <a class="indexterm" name="idp205956352"></a>
Write a certain amount of data to a stream before returning.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -108,18 +108,18 @@ Write a certain amount of data to a stream before returning.
</pre>
<h5>
<a name="boost_asio.reference.write.h0"></a>
- <span><a name="boost_asio.reference.write.requirements"></a></span><a class="link" href="write.html#boost_asio.reference.write.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.write.requirements"></a></span><a class="link" href="write.html#boost_asio.reference.write.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/write.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/write.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload1.html b/doc/html/boost_asio/reference/write/overload1.html
index ba6f192fe4..2967d582c4 100644
--- a/doc/html/boost_asio/reference/write/overload1.html
+++ b/doc/html/boost_asio/reference/write/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="../write.html" title="write">
@@ -41,7 +41,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload1.h0"></a>
- <span><a name="boost_asio.reference.write.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -76,7 +76,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload1.h1"></a>
- <span><a name="boost_asio.reference.write.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.return_value">Return
Value</a>
</h6>
<p>
@@ -84,11 +84,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload1.h2"></a>
- <span><a name="boost_asio.reference.write.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -97,7 +97,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload1.h3"></a>
- <span><a name="boost_asio.reference.write.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -111,7 +111,7 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload1.h4"></a>
- <span><a name="boost_asio.reference.write.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.write.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -123,7 +123,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload2.html b/doc/html/boost_asio/reference/write/overload2.html
index aba5787676..1a70e03a36 100644
--- a/doc/html/boost_asio/reference/write/overload2.html
+++ b/doc/html/boost_asio/reference/write/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload1.html" title="write (1 of 8 overloads)">
@@ -42,7 +42,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -57,11 +57,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload2.h0"></a>
- <span><a name="boost_asio.reference.write.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -81,7 +81,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload2.h1"></a>
- <span><a name="boost_asio.reference.write.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.return_value">Return
Value</a>
</h6>
<p>
@@ -89,7 +89,7 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload2.h2"></a>
- <span><a name="boost_asio.reference.write.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -103,7 +103,7 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload2.h3"></a>
- <span><a name="boost_asio.reference.write.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.write.overload2.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -115,7 +115,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload3.html b/doc/html/boost_asio/reference/write/overload3.html
index b58782c8d7..ae544630e4 100644
--- a/doc/html/boost_asio/reference/write/overload3.html
+++ b/doc/html/boost_asio/reference/write/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload2.html" title="write (2 of 8 overloads)">
@@ -43,7 +43,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload3.h0"></a>
- <span><a name="boost_asio.reference.write.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -98,7 +98,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload3.h1"></a>
- <span><a name="boost_asio.reference.write.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.return_value">Return
Value</a>
</h6>
<p>
@@ -106,11 +106,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload3.h2"></a>
- <span><a name="boost_asio.reference.write.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -119,7 +119,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload3.h3"></a>
- <span><a name="boost_asio.reference.write.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -135,7 +135,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload4.html b/doc/html/boost_asio/reference/write/overload4.html
index 1643613030..8f13c5a98a 100644
--- a/doc/html/boost_asio/reference/write/overload4.html
+++ b/doc/html/boost_asio/reference/write/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload3.html" title="write (3 of 8 overloads)">
@@ -44,7 +44,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload4.h0"></a>
- <span><a name="boost_asio.reference.write.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.write.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.write.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -103,7 +103,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload4.h1"></a>
- <span><a name="boost_asio.reference.write.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.write.overload4.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.write.overload4.return_value">Return
Value</a>
</h6>
<p>
@@ -113,7 +113,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload5.html b/doc/html/boost_asio/reference/write/overload5.html
index 5ae119d18c..a16d932c03 100644
--- a/doc/html/boost_asio/reference/write/overload5.html
+++ b/doc/html/boost_asio/reference/write/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload4.html" title="write (4 of 8 overloads)">
@@ -41,7 +41,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -55,11 +55,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload5.h0"></a>
- <span><a name="boost_asio.reference.write.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -74,7 +74,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload5.h1"></a>
- <span><a name="boost_asio.reference.write.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.return_value">Return
Value</a>
</h6>
<p>
@@ -82,11 +82,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload5.h2"></a>
- <span><a name="boost_asio.reference.write.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -95,7 +95,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload5.h3"></a>
- <span><a name="boost_asio.reference.write.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.write.overload5.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -107,7 +107,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload6.html b/doc/html/boost_asio/reference/write/overload6.html
index f816ca7c22..2fdb91622a 100644
--- a/doc/html/boost_asio/reference/write/overload6.html
+++ b/doc/html/boost_asio/reference/write/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload5.html" title="write (5 of 8 overloads)">
@@ -42,7 +42,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -56,11 +56,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload6.h0"></a>
- <span><a name="boost_asio.reference.write.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -79,7 +79,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload6.h1"></a>
- <span><a name="boost_asio.reference.write.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.return_value">Return
Value</a>
</h6>
<p>
@@ -87,7 +87,7 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload6.h2"></a>
- <span><a name="boost_asio.reference.write.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.write.overload6.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload7.html b/doc/html/boost_asio/reference/write/overload7.html
index 99eecffc26..450b759492 100644
--- a/doc/html/boost_asio/reference/write/overload7.html
+++ b/doc/html/boost_asio/reference/write/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload6.html" title="write (6 of 8 overloads)">
@@ -43,7 +43,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -57,11 +57,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload7.h0"></a>
- <span><a name="boost_asio.reference.write.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -96,7 +96,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload7.h1"></a>
- <span><a name="boost_asio.reference.write.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.return_value">Return
Value</a>
</h6>
<p>
@@ -104,11 +104,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload7.h2"></a>
- <span><a name="boost_asio.reference.write.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.write.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -118,7 +118,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write/overload8.html b/doc/html/boost_asio/reference/write/overload8.html
index c97a5f4b54..7b55e62cca 100644
--- a/doc/html/boost_asio/reference/write/overload8.html
+++ b/doc/html/boost_asio/reference/write/overload8.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload7.html" title="write (7 of 8 overloads)">
@@ -44,7 +44,7 @@
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.write.overload8.h0"></a>
- <span><a name="boost_asio.reference.write.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.write.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.write.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
@@ -101,7 +101,7 @@
</div>
<h6>
<a name="boost_asio.reference.write.overload8.h1"></a>
- <span><a name="boost_asio.reference.write.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.write.overload8.return_value">Return
+ <span class="phrase"><a name="boost_asio.reference.write.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.write.overload8.return_value">Return
Value</a>
</h6>
<p>
@@ -111,7 +111,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at.html b/doc/html/boost_asio/reference/write_at.html
index b202f370ad..b161dcdf59 100644
--- a/doc/html/boost_asio/reference/write_at.html
+++ b/doc/html/boost_asio/reference/write_at.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="write/overload8.html" title="write (8 of 8 overloads)">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.write_at"></a><a class="link" href="write_at.html" title="write_at">write_at</a>
</h3></div></div></div>
<p>
- <a class="indexterm" name="id1651821"></a>
+ <a class="indexterm" name="idp206628560"></a>
Write a certain amount of data at a specified offset before returning.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -35,7 +35,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload1.html" title="write_at (1 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload1.html" title="write_at (1 of 8 overloads)">more...</a></em></span>
@@ -44,7 +44,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <a class="link" href="ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload2.html" title="write_at (2 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload2.html" title="write_at (2 of 8 overloads)">more...</a></em></span>
@@ -55,7 +55,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload3.html" title="write_at (3 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload3.html" title="write_at (3 of 8 overloads)">more...</a></em></span>
@@ -66,7 +66,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload4.html" title="write_at (4 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -77,7 +77,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload5.html" title="write_at (5 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload5.html" title="write_at (5 of 8 overloads)">more...</a></em></span>
@@ -86,7 +86,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload6.html" title="write_at (6 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload6.html" title="write_at (6 of 8 overloads)">more...</a></em></span>
@@ -97,7 +97,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload7.html" title="write_at (7 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
<span class="emphasis"><em>&#187; <a class="link" href="write_at/overload7.html" title="write_at (7 of 8 overloads)">more...</a></em></span>
@@ -108,7 +108,7 @@ Write a certain amount of data at a specified offset before returning.
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="write_at/overload8.html" title="write_at (8 of 8 overloads)">write_at</a><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -116,18 +116,18 @@ Write a certain amount of data at a specified offset before returning.
</pre>
<h5>
<a name="boost_asio.reference.write_at.h0"></a>
- <span><a name="boost_asio.reference.write_at.requirements"></a></span><a class="link" href="write_at.html#boost_asio.reference.write_at.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.requirements"></a></span><a class="link" href="write_at.html#boost_asio.reference.write_at.requirements">Requirements</a>
</h5>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/write_at.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/write_at.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload1.html b/doc/html/boost_asio/reference/write_at/overload1.html
index 24c14c69eb..bdf96b87ec 100644
--- a/doc/html/boost_asio/reference/write_at/overload1.html
+++ b/doc/html/boost_asio/reference/write_at/overload1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (1 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="../write_at.html" title="write_at">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">);</span>
</pre>
<p>
@@ -43,7 +43,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload1.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -82,18 +82,18 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload1.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload1.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload1.exceptions"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -102,7 +102,7 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload1.h3"></a>
- <span><a name="boost_asio.reference.write_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -116,7 +116,7 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload1.h4"></a>
- <span><a name="boost_asio.reference.write_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.write_at.overload1.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -128,7 +128,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload2.html b/doc/html/boost_asio/reference/write_at/overload2.html
index 9e26e8bf88..a0a8d4dbb0 100644
--- a/doc/html/boost_asio/reference/write_at/overload2.html
+++ b/doc/html/boost_asio/reference/write_at/overload2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (2 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload1.html" title="write_at (1 of 8 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -44,7 +44,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload2.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -87,14 +87,14 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload2.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload2.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -109,7 +109,7 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload2.h3"></a>
- <span><a name="boost_asio.reference.write_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.write_at.overload2.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -121,7 +121,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload3.html b/doc/html/boost_asio/reference/write_at/overload3.html
index a14af0f942..1e43920da1 100644
--- a/doc/html/boost_asio/reference/write_at/overload3.html
+++ b/doc/html/boost_asio/reference/write_at/overload3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload2.html" title="write_at (2 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
</pre>
@@ -45,7 +45,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -60,11 +60,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload3.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -104,18 +104,18 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload3.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload3.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -124,7 +124,7 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload3.h3"></a>
- <span><a name="boost_asio.reference.write_at.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.write_at.overload3.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
@@ -140,7 +140,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload4.html b/doc/html/boost_asio/reference/write_at/overload4.html
index 640a6a3fe8..964a50df3d 100644
--- a/doc/html/boost_asio/reference/write_at/overload4.html
+++ b/doc/html/boost_asio/reference/write_at/overload4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (4 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload3.html" title="write_at (3 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -46,7 +46,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
@@ -61,11 +61,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload4.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.write_at.overload4.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload4.parameters"></a></span><a class="link" href="overload4.html#boost_asio.reference.write_at.overload4.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -109,7 +109,7 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload4.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.write_at.overload4.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload4.return_value"></a></span><a class="link" href="overload4.html#boost_asio.reference.write_at.overload4.return_value">Return Value</a>
</h6>
<p>
The number of bytes written. If an error occurs, returns the total number
@@ -118,7 +118,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload5.html b/doc/html/boost_asio/reference/write_at/overload5.html
index 76cf30a561..0aa6eb37ee 100644
--- a/doc/html/boost_asio/reference/write_at/overload5.html
+++ b/doc/html/boost_asio/reference/write_at/overload5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (5 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload4.html" title="write_at (4 of 8 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<p>
@@ -43,7 +43,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -57,11 +57,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload5.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload5.parameters"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -80,18 +80,18 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload5.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload5.return_value"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload5.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload5.exceptions"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -100,7 +100,7 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload5.h3"></a>
- <span><a name="boost_asio.reference.write_at.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload5.remarks"></a></span><a class="link" href="overload5.html#boost_asio.reference.write_at.overload5.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -112,7 +112,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload6.html b/doc/html/boost_asio/reference/write_at/overload6.html
index b1cab28b06..6b2cb9e0d3 100644
--- a/doc/html/boost_asio/reference/write_at/overload6.html
+++ b/doc/html/boost_asio/reference/write_at/overload6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (6 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload5.html" title="write_at (5 of 8 overloads)">
@@ -35,7 +35,7 @@
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
@@ -44,7 +44,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -58,11 +58,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload6.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload6.parameters"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -85,14 +85,14 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload6.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload6.return_value"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload6.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.remarks">Remarks</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload6.remarks"></a></span><a class="link" href="overload6.html#boost_asio.reference.write_at.overload6.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
@@ -104,7 +104,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload7.html b/doc/html/boost_asio/reference/write_at/overload7.html
index 89aa81235f..d5d4656203 100644
--- a/doc/html/boost_asio/reference/write_at/overload7.html
+++ b/doc/html/boost_asio/reference/write_at/overload7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (7 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload6.html" title="write_at (6 of 8 overloads)">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
</pre>
@@ -45,7 +45,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -59,11 +59,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload7.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -102,18 +102,18 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload7.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload7.return_value"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.return_value">Return Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write_at.overload7.h2"></a>
- <span><a name="boost_asio.reference.write_at.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.exceptions">Exceptions</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.write_at.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
@@ -123,7 +123,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/write_at/overload8.html b/doc/html/boost_asio/reference/write_at/overload8.html
index 5e92304132..ba7b66da81 100644
--- a/doc/html/boost_asio/reference/write_at/overload8.html
+++ b/doc/html/boost_asio/reference/write_at/overload8.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (8 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write_at.html" title="write_at">
<link rel="prev" href="overload7.html" title="write_at (7 of 8 overloads)">
-<link rel="next" href="../is_error_code_enum_lt__addrinfo_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;">
+<link rel="next" href="../yield_context.html" title="yield_context">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload7.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../is_error_code_enum_lt__addrinfo_errors__gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload7.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../yield_context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
@@ -36,7 +36,7 @@
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">&gt;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&amp;</span> <span class="identifier">d</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
+ <span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special">&lt;</span> <span class="identifier">Allocator</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span>
@@ -46,7 +46,7 @@
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
@@ -60,11 +60,11 @@
</p>
<h6>
<a name="boost_asio.reference.write_at.overload8.h0"></a>
- <span><a name="boost_asio.reference.write_at.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.write_at.overload8.parameters">Parameters</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload8.parameters"></a></span><a class="link" href="overload8.html#boost_asio.reference.write_at.overload8.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
@@ -107,7 +107,7 @@
</div>
<h6>
<a name="boost_asio.reference.write_at.overload8.h1"></a>
- <span><a name="boost_asio.reference.write_at.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.write_at.overload8.return_value">Return Value</a>
+ <span class="phrase"><a name="boost_asio.reference.write_at.overload8.return_value"></a></span><a class="link" href="overload8.html#boost_asio.reference.write_at.overload8.return_value">Return Value</a>
</h6>
<p>
The number of bytes written. If an error occurs, returns the total number
@@ -116,7 +116,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -124,7 +124,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="overload7.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../is_error_code_enum_lt__addrinfo_errors__gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="overload7.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../yield_context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/yield_context.html b/doc/html/boost_asio/reference/yield_context.html
new file mode 100644
index 0000000000..76f1a13f64
--- /dev/null
+++ b/doc/html/boost_asio/reference/yield_context.html
@@ -0,0 +1,174 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>yield_context</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="write_at/overload8.html" title="write_at (8 of 8 overloads)">
+<link rel="next" href="is_error_code_enum_lt__addrinfo_errors__gt_.html" title="boost::system::is_error_code_enum&lt; boost::asio::error::addrinfo_errors &gt;">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
+<td align="center"><a href="../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="write_at/overload8.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="boost_asio.reference.yield_context"></a><a class="link" href="yield_context.html" title="yield_context">yield_context</a>
+</h3></div></div></div>
+<p>
+ <a class="indexterm" name="idp207355712"></a>
+Context object that represents the currently executing coroutine.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_yield_context</span><span class="special">&lt;</span> <span class="identifier">unspecified</span> <span class="special">&gt;</span> <span class="identifier">yield_context</span><span class="special">;</span>
+</pre>
+<h5>
+<a name="boost_asio.reference.yield_context.h0"></a>
+ <span class="phrase"><a name="boost_asio.reference.yield_context.types"></a></span><a class="link" href="yield_context.html#boost_asio.reference.yield_context.types">Types</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/callee_type.html" title="basic_yield_context::callee_type"><span class="bold"><strong>callee_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The coroutine callee type, used by the implementation.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/caller_type.html" title="basic_yield_context::caller_type"><span class="bold"><strong>caller_type</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ The coroutine caller type, used by the implementation.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<h5>
+<a name="boost_asio.reference.yield_context.h1"></a>
+ <span class="phrase"><a name="boost_asio.reference.yield_context.member_functions"></a></span><a class="link" href="yield_context.html#boost_asio.reference.yield_context.member_functions">Member
+ Functions</a>
+ </h5>
+<div class="informaltable"><table class="table">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Name
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/basic_yield_context.html" title="basic_yield_context::basic_yield_context"><span class="bold"><strong>basic_yield_context</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Construct a yield context to represent the specified coroutine.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ <a class="link" href="basic_yield_context/operator_lb__rb_.html" title="basic_yield_context::operator[]"><span class="bold"><strong>operator[]</strong></span></a>
+ </p>
+ </td>
+<td>
+ <p>
+ Return a yield context that sets the specified error_code.
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+<p>
+ The <a class="link" href="basic_yield_context.html" title="basic_yield_context"><code class="computeroutput"><span class="identifier">basic_yield_context</span></code></a> class is used
+ to represent the currently executing stackful coroutine. A <a class="link" href="basic_yield_context.html" title="basic_yield_context"><code class="computeroutput"><span class="identifier">basic_yield_context</span></code></a> may be passed
+ as a handler to an asynchronous operation. For example:
+ </p>
+<pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Handler</span><span class="special">&gt;</span>
+<span class="keyword">void</span> <span class="identifier">my_coroutine</span><span class="special">(</span><span class="identifier">basic_yield_context</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">yield</span><span class="special">)</span>
+<span class="special">{</span>
+ <span class="special">...</span>
+ <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">n</span> <span class="special">=</span> <span class="identifier">my_socket</span><span class="special">.</span><span class="identifier">async_read_some</span><span class="special">(</span><span class="identifier">buffer</span><span class="special">,</span> <span class="identifier">yield</span><span class="special">);</span>
+ <span class="special">...</span>
+<span class="special">}</span>
+</pre>
+<p>
+ The initiating function (async_read_some in the above example) suspends the
+ current coroutine. The coroutine is resumed when the asynchronous operation
+ completes, and the result of the operation is returned.
+ </p>
+<h5>
+<a name="boost_asio.reference.yield_context.h2"></a>
+ <span class="phrase"><a name="boost_asio.reference.yield_context.requirements"></a></span><a class="link" href="yield_context.html#boost_asio.reference.yield_context.requirements">Requirements</a>
+ </h5>
+<p>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/spawn.hpp</code>
+ </p>
+<p>
+ <span class="emphasis"><em>Convenience header: </em></span>None
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="write_at/overload8.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_error_code_enum_lt__addrinfo_errors__gt_.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
diff --git a/doc/html/boost_asio/tutorial.html b/doc/html/boost_asio/tutorial.html
index 2fc5115187..9032c5608b 100644
--- a/doc/html/boost_asio/tutorial.html
+++ b/doc/html/boost_asio/tutorial.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Tutorial</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="using.html" title="Using Boost.Asio">
@@ -28,7 +28,7 @@
</h2></div></div></div>
<h4>
<a name="boost_asio.tutorial.h0"></a>
- <span><a name="boost_asio.tutorial.basic_skills"></a></span><a class="link" href="tutorial.html#boost_asio.tutorial.basic_skills">Basic
+ <span class="phrase"><a name="boost_asio.tutorial.basic_skills"></a></span><a class="link" href="tutorial.html#boost_asio.tutorial.basic_skills">Basic
Skills</a>
</h4>
<p>
@@ -37,7 +37,7 @@
network programming, these tutorial programs illustrate the basic skills using
simple asynchronous timers.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="tutorial/tuttimer1.html" title="Timer.1 - Using a timer synchronously">Timer.1 - Using a timer synchronously</a>
</li>
@@ -59,7 +59,7 @@
</ul></div>
<h4>
<a name="boost_asio.tutorial.h1"></a>
- <span><a name="boost_asio.tutorial.introduction_to_sockets"></a></span><a class="link" href="tutorial.html#boost_asio.tutorial.introduction_to_sockets">Introduction
+ <span class="phrase"><a name="boost_asio.tutorial.introduction_to_sockets"></a></span><a class="link" href="tutorial.html#boost_asio.tutorial.introduction_to_sockets">Introduction
to Sockets</a>
</h4>
<p>
@@ -70,7 +70,7 @@
<p>
The first three tutorial programs implement the daytime protocol using TCP.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="tutorial/tutdaytime1.html" title="Daytime.1 - A synchronous TCP daytime client">Daytime.1 - A synchronous
TCP daytime client</a>
@@ -87,7 +87,7 @@
<p>
The next three tutorial programs implement the daytime protocol using UDP.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a class="link" href="tutorial/tutdaytime4.html" title="Daytime.4 - A synchronous UDP daytime client">Daytime.4 - A synchronous
UDP daytime client</a>
@@ -105,14 +105,14 @@
The last tutorial program in this section demonstrates how asio allows the
TCP and UDP servers to be easily combined into a single program.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<a class="link" href="tutorial/tutdaytime7.html" title="Daytime.7 - A combined TCP/UDP asynchronous server">Daytime.7 - A combined
TCP/UDP asynchronous server</a>
</li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime1.html b/doc/html/boost_asio/tutorial/tutdaytime1.html
index 66cf5398e5..1e64b6d855 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime1.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.1 - A synchronous TCP daytime client</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tuttimer5/src.html" title="Source listing for Timer.5">
@@ -34,9 +34,9 @@
<p>
We start by including the necessary header files.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
The purpose of this application is to access a daytime service, so we need
@@ -144,7 +144,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime1/src.html b/doc/html/boost_asio/tutorial/tutdaytime1/src.html
index 0eadf24157..51c6ab6339 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime1/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime1/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime1.html" title="Daytime.1 - A synchronous TCP daytime client">
<link rel="prev" href="../tutdaytime1.html" title="Daytime.1 - A synchronous TCP daytime client">
@@ -31,15 +31,15 @@
<span class="comment">// client.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">;</span>
@@ -92,7 +92,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime2.html b/doc/html/boost_asio/tutorial/tutdaytime2.html
index e20f552ea1..e9650c9889 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime2.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.2 - A synchronous TCP daytime server</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime1/src.html" title="Source listing for Daytime.1">
@@ -31,10 +31,10 @@
This tutorial program shows how to use asio to implement a server application
with TCP.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">;</span>
</pre>
@@ -111,7 +111,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime2/src.html b/doc/html/boost_asio/tutorial/tutdaytime2/src.html
index 7e3f849531..1b633f8794 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime2/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime2/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.2</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime2.html" title="Daytime.2 - A synchronous TCP daytime server">
<link rel="prev" href="../tutdaytime2.html" title="Daytime.2 - A synchronous TCP daytime server">
@@ -31,16 +31,16 @@
<span class="comment">// server.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">;</span>
@@ -85,7 +85,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime3.html b/doc/html/boost_asio/tutorial/tutdaytime3.html
index 3ba0d44543..bafe29840d 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime3.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.3 - An asynchronous TCP daytime server</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime2/src.html" title="Source listing for Daytime.2">
@@ -29,7 +29,7 @@
</h3></div></div></div>
<h5>
<a name="boost_asio.tutorial.tutdaytime3.h0"></a>
- <span><a name="boost_asio.tutorial.tutdaytime3.the_main___function"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_main___function">The
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime3.the_main___function"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_main___function">The
main() function</a>
</h5>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
@@ -61,7 +61,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime3.h1"></a>
- <span><a name="boost_asio.tutorial.tutdaytime3.the_tcp_server_class"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_tcp_server_class">The tcp_server
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime3.the_tcp_server_class"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_tcp_server_class">The tcp_server
class</a>
</h5>
<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">tcp_server</span>
@@ -111,7 +111,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime3.h2"></a>
- <span><a name="boost_asio.tutorial.tutdaytime3.the_tcp_connection_class"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_tcp_connection_class">The tcp_connection
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime3.the_tcp_connection_class"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.the_tcp_connection_class">The tcp_connection
class</a>
</h5>
<p>
@@ -186,7 +186,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime3.h3"></a>
- <span><a name="boost_asio.tutorial.tutdaytime3.removing_unused_handler_parameters"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.removing_unused_handler_parameters">Removing
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime3.removing_unused_handler_parameters"></a></span><a class="link" href="tutdaytime3.html#boost_asio.tutorial.tutdaytime3.removing_unused_handler_parameters">Removing
unused handler parameters</a>
</h5>
<p>
@@ -223,7 +223,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime3/src.html b/doc/html/boost_asio/tutorial/tutdaytime3/src.html
index c291cbc651..36e3b60310 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime3/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime3/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.3</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime3.html" title="Daytime.3 - An asynchronous TCP daytime server">
<link rel="prev" href="../tutdaytime3.html" title="Daytime.3 - An asynchronous TCP daytime server">
@@ -31,19 +31,19 @@
<span class="comment">// server.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">enable_shared_from_this</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">enable_shared_from_this</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">;</span>
@@ -152,7 +152,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime4.html b/doc/html/boost_asio/tutorial/tutdaytime4.html
index 7a91678d60..afb1a4beb2 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime4.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.4 - A synchronous UDP daytime client</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime3/src.html" title="Source listing for Daytime.3">
@@ -31,9 +31,9 @@
This tutorial program shows how to use asio to implement a client application
with UDP.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">;</span>
</pre>
@@ -120,7 +120,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime4/src.html b/doc/html/boost_asio/tutorial/tutdaytime4/src.html
index 925e5ffb54..2a2f006102 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime4/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime4/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime4.html" title="Daytime.4 - A synchronous UDP daytime client">
<link rel="prev" href="../tutdaytime4.html" title="Daytime.4 - A synchronous UDP daytime client">
@@ -31,15 +31,15 @@
<span class="comment">// client.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">;</span>
@@ -87,7 +87,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime5.html b/doc/html/boost_asio/tutorial/tutdaytime5.html
index 0fcb24120d..5d4fbede2d 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime5.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.5 - A synchronous UDP daytime server</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime4/src.html" title="Source listing for Daytime.4">
@@ -100,7 +100,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime5/src.html b/doc/html/boost_asio/tutorial/tutdaytime5/src.html
index 7d17e6d353..87017d791a 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime5/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime5/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.5</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime5.html" title="Daytime.5 - A synchronous UDP daytime server">
<link rel="prev" href="../tutdaytime5.html" title="Daytime.5 - A synchronous UDP daytime server">
@@ -31,17 +31,17 @@
<span class="comment">// server.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">;</span>
@@ -93,7 +93,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime6.html b/doc/html/boost_asio/tutorial/tutdaytime6.html
index 10a04c2782..906c549a5c 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime6.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime6.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.6 - An asynchronous UDP daytime server</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime5/src.html" title="Source listing for Daytime.5">
@@ -29,7 +29,7 @@
</h3></div></div></div>
<h5>
<a name="boost_asio.tutorial.tutdaytime6.h0"></a>
- <span><a name="boost_asio.tutorial.tutdaytime6.the_main___function"></a></span><a class="link" href="tutdaytime6.html#boost_asio.tutorial.tutdaytime6.the_main___function">The
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime6.the_main___function"></a></span><a class="link" href="tutdaytime6.html#boost_asio.tutorial.tutdaytime6.the_main___function">The
main() function</a>
</h5>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
@@ -54,7 +54,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime6.h1"></a>
- <span><a name="boost_asio.tutorial.tutdaytime6.the_udp_server_class"></a></span><a class="link" href="tutdaytime6.html#boost_asio.tutorial.tutdaytime6.the_udp_server_class">The udp_server
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime6.the_udp_server_class"></a></span><a class="link" href="tutdaytime6.html#boost_asio.tutorial.tutdaytime6.the_udp_server_class">The udp_server
class</a>
</h5>
<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">udp_server</span>
@@ -175,7 +175,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime6/src.html b/doc/html/boost_asio/tutorial/tutdaytime6/src.html
index af329ccc77..18be10b20b 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime6/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime6/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.6</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime6.html" title="Daytime.6 - An asynchronous UDP daytime server">
<link rel="prev" href="../tutdaytime6.html" title="Daytime.6 - An asynchronous UDP daytime server">
@@ -31,19 +31,19 @@
<span class="comment">// server.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">;</span>
@@ -124,7 +124,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime7.html b/doc/html/boost_asio/tutorial/tutdaytime7.html
index be76b770c7..3ce540c982 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime7.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime7.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Daytime.7 - A combined TCP/UDP asynchronous server</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tutdaytime6/src.html" title="Source listing for Daytime.6">
@@ -33,7 +33,7 @@
</p>
<h5>
<a name="boost_asio.tutorial.tutdaytime7.h0"></a>
- <span><a name="boost_asio.tutorial.tutdaytime7.the_main___function"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_main___function">The
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime7.the_main___function"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_main___function">The
main() function</a>
</h5>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
@@ -68,7 +68,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime7.h1"></a>
- <span><a name="boost_asio.tutorial.tutdaytime7.the_tcp_connection_and_tcp_server_classes"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_tcp_connection_and_tcp_server_classes">The
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime7.the_tcp_connection_and_tcp_server_classes"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_tcp_connection_and_tcp_server_classes">The
tcp_connection and tcp_server classes</a>
</h5>
<p>
@@ -149,7 +149,7 @@
</pre>
<h5>
<a name="boost_asio.tutorial.tutdaytime7.h2"></a>
- <span><a name="boost_asio.tutorial.tutdaytime7.the_udp_server_class"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_udp_server_class">The udp_server
+ <span class="phrase"><a name="boost_asio.tutorial.tutdaytime7.the_udp_server_class"></a></span><a class="link" href="tutdaytime7.html#boost_asio.tutorial.tutdaytime7.the_udp_server_class">The udp_server
class</a>
</h5>
<p>
@@ -210,7 +210,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tutdaytime7/src.html b/doc/html/boost_asio/tutorial/tutdaytime7/src.html
index 2274a26dde..f5f9bdc65f 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime7/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime7/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Daytime.7</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutdaytime7.html" title="Daytime.7 - A combined TCP/UDP asynchronous server">
<link rel="prev" href="../tutdaytime7.html" title="Daytime.7 - A combined TCP/UDP asynchronous server">
@@ -31,20 +31,20 @@
<span class="comment">// server.cpp</span>
<span class="comment">// ~~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">enable_shared_from_this</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">ctime</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">shared_ptr</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">enable_shared_from_this</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">;</span>
@@ -193,7 +193,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer1.html b/doc/html/boost_asio/tutorial/tuttimer1.html
index 0df454ffaf..3c3b9c0665 100644
--- a/doc/html/boost_asio/tutorial/tuttimer1.html
+++ b/doc/html/boost_asio/tutorial/tuttimer1.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer.1 - Using a timer synchronously</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="../tutorial.html" title="Tutorial">
@@ -37,14 +37,14 @@
<p>
All of the asio classes can be used by simply including the <code class="computeroutput"><span class="string">"asio.hpp"</span></code> header file.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
Since this example uses timers, we need to include the appropriate Boost.Date_Time
header file for manipulating times.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
All programs that use asio need to have at least one <a class="link" href="../reference/io_service.html" title="io_service">io_service</a>
@@ -99,7 +99,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer1/src.html b/doc/html/boost_asio/tutorial/tuttimer1/src.html
index beebc18027..1e5ab098e0 100644
--- a/doc/html/boost_asio/tutorial/tuttimer1/src.html
+++ b/doc/html/boost_asio/tutorial/tuttimer1/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.1</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tuttimer1.html" title="Timer.1 - Using a timer synchronously">
<link rel="prev" href="../tuttimer1.html" title="Timer.1 - Using a timer synchronously">
@@ -31,15 +31,15 @@
<span class="comment">// timer.cpp</span>
<span class="comment">// ~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
<span class="special">{</span>
@@ -60,7 +60,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer2.html b/doc/html/boost_asio/tutorial/tuttimer2.html
index 454d177e0c..729bf3a80e 100644
--- a/doc/html/boost_asio/tutorial/tuttimer2.html
+++ b/doc/html/boost_asio/tutorial/tuttimer2.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer.2 - Using a timer asynchronously</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tuttimer1/src.html" title="Source listing for Timer.1">
@@ -32,9 +32,9 @@
functionality by modifying the program from tutorial Timer.1 to perform an
asynchronous wait on the timer.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
Using asio's asynchronous functionality means having a callback function
@@ -109,7 +109,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer2/src.html b/doc/html/boost_asio/tutorial/tuttimer2/src.html
index 28757789be..da7b4a1c9a 100644
--- a/doc/html/boost_asio/tutorial/tuttimer2/src.html
+++ b/doc/html/boost_asio/tutorial/tuttimer2/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.2</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tuttimer2.html" title="Timer.2 - Using a timer asynchronously">
<link rel="prev" href="../tuttimer2.html" title="Timer.2 - Using a timer asynchronously">
@@ -31,15 +31,15 @@
<span class="comment">// timer.cpp</span>
<span class="comment">// ~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">print</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="comment">/*e*/</span><span class="special">)</span>
<span class="special">{</span>
@@ -65,7 +65,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer3.html b/doc/html/boost_asio/tutorial/tuttimer3.html
index aeaa88edc0..53dba0fabd 100644
--- a/doc/html/boost_asio/tutorial/tuttimer3.html
+++ b/doc/html/boost_asio/tutorial/tuttimer3.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer.3 - Binding arguments to a handler</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tuttimer2/src.html" title="Source listing for Timer.2">
@@ -32,10 +32,10 @@
the timer fires once a second. This will show how to pass additional parameters
to your handler function.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
To implement a repeating timer using asio you need to change the timer's
@@ -44,7 +44,7 @@
to access the timer object. To this end we add two new parameters to the
<code class="computeroutput"><span class="identifier">print</span></code> function:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A pointer to a timer object.
</li>
@@ -154,7 +154,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer3/src.html b/doc/html/boost_asio/tutorial/tuttimer3/src.html
index 3e18c39e43..8c6efc5cba 100644
--- a/doc/html/boost_asio/tutorial/tuttimer3/src.html
+++ b/doc/html/boost_asio/tutorial/tuttimer3/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.3</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tuttimer3.html" title="Timer.3 - Binding arguments to a handler">
<link rel="prev" href="../tuttimer3.html" title="Timer.3 - Binding arguments to a handler">
@@ -31,16 +31,16 @@
<span class="comment">// timer.cpp</span>
<span class="comment">// ~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">print</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="comment">/*e*/</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">deadline_timer</span><span class="special">*</span> <span class="identifier">t</span><span class="special">,</span> <span class="keyword">int</span><span class="special">*</span> <span class="identifier">count</span><span class="special">)</span>
@@ -79,7 +79,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer4.html b/doc/html/boost_asio/tutorial/tuttimer4.html
index 83e7ac371b..e448054362 100644
--- a/doc/html/boost_asio/tutorial/tuttimer4.html
+++ b/doc/html/boost_asio/tutorial/tuttimer4.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer.4 - Using a member function as a handler</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tuttimer3/src.html" title="Source listing for Timer.3">
@@ -32,10 +32,10 @@
handler. The program should execute identically to the tutorial program from
tutorial Timer.3.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
Instead of defining a free function <code class="computeroutput"><span class="identifier">print</span></code>
@@ -136,7 +136,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer4/src.html b/doc/html/boost_asio/tutorial/tuttimer4/src.html
index 7aed2c8eb4..aad8d8e573 100644
--- a/doc/html/boost_asio/tutorial/tuttimer4/src.html
+++ b/doc/html/boost_asio/tutorial/tuttimer4/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.4</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tuttimer4.html" title="Timer.4 - Using a member function as a handler">
<link rel="prev" href="../tuttimer4.html" title="Timer.4 - Using a member function as a handler">
@@ -31,16 +31,16 @@
<span class="comment">// timer.cpp</span>
<span class="comment">// ~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">class</span> <span class="identifier">printer</span>
<span class="special">{</span>
@@ -90,7 +90,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer5.html b/doc/html/boost_asio/tutorial/tuttimer5.html
index 95b8ebf8ad..71ad45752f 100644
--- a/doc/html/boost_asio/tutorial/tuttimer5.html
+++ b/doc/html/boost_asio/tutorial/tuttimer5.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Timer.5 - Synchronising handlers in multithreaded programs</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="tuttimer4/src.html" title="Source listing for Timer.4">
@@ -45,7 +45,7 @@
applications using asio. The downside is the limitations it places on programs,
particularly servers, including:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Poor responsiveness when handlers can take a long time to complete.
</li>
@@ -60,11 +60,11 @@
of synchronisation when handlers might be accessing a shared, thread-unsafe
resource.
</p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">thread</span><span class="special">/</span><span class="identifier">thread</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">thread</span><span class="special">/</span><span class="identifier">thread</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
We start by defining a class called <code class="computeroutput"><span class="identifier">printer</span></code>,
@@ -145,7 +145,7 @@
<span class="special">}</span>
<span class="keyword">private</span><span class="special">:</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand_</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand_</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">deadline_timer</span> <span class="identifier">timer1_</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">deadline_timer</span> <span class="identifier">timer2_</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">count_</span><span class="special">;</span>
@@ -186,7 +186,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/tutorial/tuttimer5/src.html b/doc/html/boost_asio/tutorial/tuttimer5/src.html
index 66ec08e4c0..206598126f 100644
--- a/doc/html/boost_asio/tutorial/tuttimer5/src.html
+++ b/doc/html/boost_asio/tutorial/tuttimer5/src.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.5</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../tuttimer5.html" title="Timer.5 - Synchronising handlers in multithreaded programs">
<link rel="prev" href="../tuttimer5.html" title="Timer.5 - Synchronising handlers in multithreaded programs">
@@ -31,17 +31,17 @@
<span class="comment">// timer.cpp</span>
<span class="comment">// ~~~~~~~~~</span>
<span class="comment">//</span>
-<span class="comment">// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
+<span class="comment">// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)</span>
<span class="comment">//</span>
<span class="comment">// Distributed under the Boost Software License, Version 1.0. (See accompanying</span>
<span class="comment">// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<span class="comment">//</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">thread</span><span class="special">/</span><span class="identifier">thread</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">thread</span><span class="special">/</span><span class="identifier">thread</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="special">#</span><span class="identifier">include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">date_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">/</span><span class="identifier">posix_time</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="keyword">class</span> <span class="identifier">printer</span>
<span class="special">{</span>
@@ -86,7 +86,7 @@
<span class="special">}</span>
<span class="keyword">private</span><span class="special">:</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand_</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">strand</span> <span class="identifier">strand_</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">deadline_timer</span> <span class="identifier">timer1_</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">deadline_timer</span> <span class="identifier">timer2_</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">count_</span><span class="special">;</span>
@@ -110,7 +110,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/using.html b/doc/html/boost_asio/using.html
index 562a890c49..ae4dffb09c 100644
--- a/doc/html/boost_asio/using.html
+++ b/doc/html/boost_asio/using.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Using Boost.Asio</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../boost_asio.html" title="Boost.Asio">
<link rel="prev" href="overview/implementation.html" title="Platform-Specific Implementation Notes">
@@ -28,13 +28,13 @@
</h2></div></div></div>
<h4>
<a name="boost_asio.using.h0"></a>
- <span><a name="boost_asio.using.supported_platforms"></a></span><a class="link" href="using.html#boost_asio.using.supported_platforms">Supported
+ <span class="phrase"><a name="boost_asio.using.supported_platforms"></a></span><a class="link" href="using.html#boost_asio.using.supported_platforms">Supported
Platforms</a>
</h4>
<p>
The following platforms and compilers have been tested:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Win32 and Win64 using Visual C++ 7.1 and Visual C++ 8.0.
</li>
@@ -58,7 +58,7 @@
<p>
The following platforms may also work:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
AIX 5.3 using XL C/C++ v9.
</li>
@@ -80,13 +80,13 @@
</ul></div>
<h4>
<a name="boost_asio.using.h1"></a>
- <span><a name="boost_asio.using.dependencies"></a></span><a class="link" href="using.html#boost_asio.using.dependencies">Dependencies</a>
+ <span class="phrase"><a name="boost_asio.using.dependencies"></a></span><a class="link" href="using.html#boost_asio.using.dependencies">Dependencies</a>
</h4>
<p>
The following libraries must be available in order to link programs that use
Boost.Asio:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Boost.System for the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span></code>
and <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">system_error</span></code> classes.
@@ -120,7 +120,7 @@
</table></div>
<h4>
<a name="boost_asio.using.h2"></a>
- <span><a name="boost_asio.using.building_boost_libraries"></a></span><a class="link" href="using.html#boost_asio.using.building_boost_libraries">Building
+ <span class="phrase"><a name="boost_asio.using.building_boost_libraries"></a></span><a class="link" href="using.html#boost_asio.using.building_boost_libraries">Building
Boost Libraries</a>
</h4>
<p>
@@ -136,7 +136,7 @@
</p>
<h4>
<a name="boost_asio.using.h3"></a>
- <span><a name="boost_asio.using.optional_separate_compilation"></a></span><a class="link" href="using.html#boost_asio.using.optional_separate_compilation">Optional
+ <span class="phrase"><a name="boost_asio.using.optional_separate_compilation"></a></span><a class="link" href="using.html#boost_asio.using.optional_separate_compilation">Optional
separate compilation</a>
</h4>
<p>
@@ -153,7 +153,7 @@
</p>
<h4>
<a name="boost_asio.using.h4"></a>
- <span><a name="boost_asio.using.macros"></a></span><a class="link" href="using.html#boost_asio.using.macros">Macros</a>
+ <span class="phrase"><a name="boost_asio.using.macros"></a></span><a class="link" href="using.html#boost_asio.using.macros">Macros</a>
</h4>
<p>
The macros listed in the table below may be used to control the behaviour of
@@ -472,7 +472,7 @@
</table></div>
<h4>
<a name="boost_asio.using.h5"></a>
- <span><a name="boost_asio.using.mailing_list"></a></span><a class="link" href="using.html#boost_asio.using.mailing_list">Mailing
+ <span class="phrase"><a name="boost_asio.using.mailing_list"></a></span><a class="link" href="using.html#boost_asio.using.mailing_list">Mailing
List</a>
</h4>
<p>
@@ -481,7 +481,7 @@
</p>
<h4>
<a name="boost_asio.using.h6"></a>
- <span><a name="boost_asio.using.wiki"></a></span><a class="link" href="using.html#boost_asio.using.wiki">Wiki</a>
+ <span class="phrase"><a name="boost_asio.using.wiki"></a></span><a class="link" href="using.html#boost_asio.using.wiki">Wiki</a>
</h4>
<p>
Users are encouraged to share examples, tips and FAQs on the Boost.Asio wiki,
@@ -490,7 +490,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>